Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.c64 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */
68 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_GETGLOBAL */
70 ,opmode(0, 0, OpArgK, OpArgN, iABx) /* OP_SETGLOBAL */
99 ,opmode(0, 1, OpArgU, OpArgN, iABx) /* OP_CLOSURE */
H A Dlopcodes.h31 enum OpMode {iABC, iABx, iAsBx}; /* basic instruction format */ enumerator
H A Dprint.c98 case iABx: in PrintCode()
H A Dldebug.c338 case iABx: { in symbexec()
H A Dlcode.c813 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.c68 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */
69 ,opmode(0, 1, OpArgN, OpArgN, iABx) /* OP_LOADKX */
104 ,opmode(0, 1, OpArgU, OpArgN, iABx) /* OP_CLOSURE */
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()