Searched refs:OP_TEST (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 189 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
|
| H A D | lcode.c | 138 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg() 519 GET_OPCODE(*pc) != OP_TEST); in invertjump() 529 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond); in jumponcond()
|
| H A D | lvm.c | 571 case OP_TEST: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 205 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
|
| H A D | lcode.c | 136 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg() 599 GET_OPCODE(*pc) != OP_TEST); in invertjump() 609 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond); in jumponcond()
|
| H A D | ldebug.c | 390 case OP_TEST: { in findsetreg()
|
| H A D | lvm.c | 758 vmcase(OP_TEST, in luaV_execute()
|