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

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.c77 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */
78 ,opmode(0, 1, OpArgN, OpArgN, iABx) /* OP_LOADKX */
120 ,opmode(0, 1, OpArgU, OpArgN, iABx) /* OP_CLOSURE */
H A Dlopcodes.h32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator in enum:OpMode
H A Dluac.c313 case iABx:
H A Dlcode.c322 ** Format and emit an 'iABx' instruction.
325 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/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 in enum:OpMode
H A Dlcode.c236 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);

Completed in 138 milliseconds