Searched refs:iABx (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lopcodes.c | 23 ,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 D | lopcodes.h | 32 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 D | lcode.c | 409 lua_assert(getOpMode(o) == iABx); in luaK_codeABx()
|
H A D | ltests.c | 694 case iABx: in buildop()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.c | 67 ,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 D | lopcodes.h | 32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
|
H A D | lcode.c | 238 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
|