Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.c23 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADK */
24 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADKX */
93 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_FORLOOP */
94 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_FORPREP */
95 ,opmode(0, 0, 0, 0, 0, iABx) /* OP_TFORPREP */
97 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_TFORLOOP */
99 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_CLOSURE */
H A Dlopcodes.h32 enum OpMode {iABC, iABx, iAsBx, iAx, isJ}; /* basic instruction formats */ enumerator
140 #define GETARG_Bx(i) check_exp(checkopm(i, iABx), getarg(i, POS_Bx, SIZE_Bx))
H A Dlcode.c409 lua_assert(getOpMode(o) == iABx); in luaK_codeABx()
H A Dltests.c694 case iABx: in buildop()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.c67 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */
68 ,opmode(0, 1, OpArgN, OpArgN, iABx) /* OP_LOADKX */
103 ,opmode(0, 1, OpArgU, OpArgN, iABx) /* OP_CLOSURE */
H A Dlopcodes.h32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
H A Dlcode.c238 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()