Home
last modified time | relevance | path

Searched refs:iAsBx (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.c90 ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */
99 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORLOOP */
100 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORPREP */
102 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_TFORLOOP */
H A Dlopcodes.h33 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
H A Dlcode.c235 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.c85 ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */
94 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORLOOP */
95 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORPREP */
H A Dlopcodes.h31 enum OpMode {iABC, iABx, iAsBx}; /* basic instruction format */ enumerator
H A Dprint.c101 case iAsBx: in PrintCode()
H A Dldebug.c343 case iAsBx: { in symbexec()
H A Dlcode.c813 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()