Searched refs:OP_TESTSET (Results 1 – 4 of 4) sorted by relevance
283 OP_TESTSET,/* A B k if (not R[B] == k) then pc++ else R[A] := R[B] */ enumerator
260 if (GET_OPCODE(*i) != OP_TESTSET) in patchtestreg()887 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()1086 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in negatecondition()1109 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, 0, cond); in jumponcond()
593 case OP_TESTSET: in PrintCode()
1598 vmcase(OP_TESTSET) { in luaV_execute()