Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h190 OP_TESTSET,/* A B C if (R(B) <=> C) then R(A) := R(B) else pc++ */ enumerator
H A Dlcode.c125 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()
133 if (GET_OPCODE(*i) != OP_TESTSET) in patchtestreg()
518 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()
535 return condjump(fs, OP_TESTSET, NO_REG, e->u.s.info, cond); in jumponcond()
H A Dlvm.c577 case OP_TESTSET: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h206 OP_TESTSET,/* A B C if (R(B) <=> C) then R(A) := R(B) else pc++ */ enumerator
H A Dlcode.c123 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()
131 if (GET_OPCODE(*i) != OP_TESTSET) in patchtestreg()
598 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()
615 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond); in jumponcond()
H A Dlvm.c764 vmcase(OP_TESTSET, in luaV_execute()