Searched refs:OP_TEST (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lopcodes.h | 282 OP_TEST,/* A k if (not R[A] == k) then pc++ */ enumerator
|
A D | lcode.c | 267 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg() 1086 GET_OPCODE(*pc) != OP_TEST); in negatecondition() 1102 return condjump(fs, OP_TEST, GETARG_B(ie), 0, 0, !cond); in jumponcond()
|
A D | luac.c | 590 case OP_TEST: in PrintCode()
|
A D | lvm.c | 1601 vmcase(OP_TEST) { in luaV_execute()
|
Completed in 22 milliseconds