HomeSort by relevance Sort by last modified time
    Searched refs:iABx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.c 67 ,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 */
lopcodes.h 32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */
luac.c 302 case iABx:
lcode.c 237 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);

Completed in 105 milliseconds