Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h283 OP_TESTSET,/* A B k if (not R[B] == k) then pc++ else R[A] := R[B] */ enumerator
Dlcode.c260 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()
Dluac.c593 case OP_TESTSET: in PrintCode()
Dlvm.c1598 vmcase(OP_TESTSET) { in luaV_execute()