Home
last modified time | relevance | path

Searched refs:OP_TEST (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h189 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
H A Dlcode.c138 *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 Dlvm.c571 case OP_TEST: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h205 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
H A Dlcode.c136 *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 Dldebug.c390 case OP_TEST: { in findsetreg()
H A Dlvm.c758 vmcase(OP_TEST, in luaV_execute()