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