Home
last modified time | relevance | path

Searched refs:OP_ADD (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h243 OP_ADD,/* A B C R[A] := R[B] + R[C] */ enumerator
A Dlcode.c1377 lua_assert(OP_ADD <= op && op <= OP_SHR); in codebinexpval()
1379 cast(TMS, (op - OP_ADD) + TM_ADD)); in codebinexpval()
1435 OpCode op = cast(OpCode, opr + OP_ADD); in codearith()
1476 op = cast(OpCode, opr + OP_ADD); in codebitwise()
A Dluac.c487 case OP_ADD: in PrintCode()
A Dlvm.c1420 vmcase(OP_ADD) { in luaV_execute()
1473 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR); in luaV_execute()

Completed in 12 milliseconds