Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcode.c124 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()
132 if (GET_OPCODE(*i) != OP_TESTSET) in patchtestreg()
599 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()
616 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond); in jumponcond()
H A Dlopcodes.h205 OP_TESTSET,/* A B C if (R(B) <=> C) then R(A) := R(B) else pc++ */ enumerator
H A Dlvm.c763 vmcase(OP_TESTSET, in luaV_execute()