Searched refs:iAsBx (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.c | 89 ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */ 98 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORLOOP */ 99 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORPREP */ 101 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_TFORLOOP */
|
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()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.c | 21 ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADI */ 22 ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADF */
|
H A D | lopcodes.h | 32 enum OpMode {iABC, iABx, iAsBx, iAx, isJ}; /* basic instruction formats */ enumerator 147 check_exp(checkopm(i, iAsBx), getarg(i, POS_Bx, SIZE_Bx) - OFFSET_sBx)
|
H A D | lcode.c | 420 lua_assert(getOpMode(o) == iAsBx); in luaK_codeAsBx()
|
H A D | ltests.c | 697 case iAsBx: in buildop()
|