Searched refs:OP_ADD (Results 1 – 4 of 4) sorted by relevance
243 OP_ADD,/* A B C R[A] := R[B] + R[C] */ enumerator
1377 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()
487 case OP_ADD: in PrintCode()
1420 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