Searched refs:iABx (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | lopcodes.c | 77 ,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 */
|
D | lopcodes.h | 32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
|
D | luac.c | 313 case iABx: in PrintCode()
|
D | lcode.c | 325 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
|