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

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.c76 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */
79 ,opmode(0, 1, OpArgU, OpArgU, iABC) /* OP_LOADBOOL */
80 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_LOADNIL */
81 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_GETUPVAL */
82 ,opmode(0, 1, OpArgU, OpArgK, iABC) /* OP_GETTABUP */
83 ,opmode(0, 1, OpArgR, OpArgK, iABC) /* OP_GETTABLE */
84 ,opmode(0, 0, OpArgK, OpArgK, iABC) /* OP_SETTABUP */
85 ,opmode(0, 0, OpArgU, OpArgN, iABC) /* OP_SETUPVAL */
86 ,opmode(0, 0, OpArgK, OpArgK, iABC) /* OP_SETTABLE */
87 ,opmode(0, 1, OpArgU, OpArgU, iABC) /* OP_NEWTABL
[all...]
H A Dlopcodes.h32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator in enum:OpMode
H A Dluac.c308 case iABC:
H A Dlcode.c309 ** Format and emit an 'iABC' instruction. (Assertions check consistency
313 lua_assert(getOpMode(o) == iABC);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.c66 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */
69 ,opmode(0, 1, OpArgU, OpArgU, iABC) /* OP_LOADBOOL */
70 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_LOADNIL */
71 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_GETUPVAL */
72 ,opmode(0, 1, OpArgU, OpArgK, iABC) /* OP_GETTABUP */
73 ,opmode(0, 1, OpArgR, OpArgK, iABC) /* OP_GETTABLE */
74 ,opmode(0, 0, OpArgK, OpArgK, iABC) /* OP_SETTABUP */
75 ,opmode(0, 0, OpArgU, OpArgN, iABC) /* OP_SETUPVAL */
76 ,opmode(0, 0, OpArgK, OpArgK, iABC) /* OP_SETTABLE */
77 ,opmode(0, 1, OpArgU, OpArgU, iABC) /* OP_NEWTABL
[all...]
H A Dlopcodes.h32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator in enum:OpMode
H A Dlcode.c227 lua_assert(getOpMode(o) == iABC);

Completed in 160 milliseconds