Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h283 OP_TESTSET,/* A B k if (not R[B] == k) then pc++ else R[A] := R[B] */ enumerator
A Dlcode.c260 if (GET_OPCODE(*i) != OP_TESTSET) in patchtestreg()
883 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()
1085 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in negatecondition()
1108 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, 0, cond); in jumponcond()
A Dluac.c593 case OP_TESTSET: in PrintCode()
A Dlvm.c1606 vmcase(OP_TESTSET) { in luaV_execute()

Completed in 12 milliseconds