Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
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 */
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))
A Dlcode.c408 lua_assert(getOpMode(o) == iABx); in luaK_codeABx()

Completed in 7 milliseconds