Searched refs:iAsBx (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.c | 90 ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */ 99 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORLOOP */ 100 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORPREP */ 102 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_TFORLOOP */
|
| H A D | lopcodes.h | 33 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
|
| H A D | lcode.c | 235 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.c | 85 ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */ 94 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORLOOP */ 95 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORPREP */
|
| H A D | lopcodes.h | 31 enum OpMode {iABC, iABx, iAsBx}; /* basic instruction format */ enumerator
|
| H A D | print.c | 101 case iAsBx: in PrintCode()
|
| H A D | ldebug.c | 343 case iAsBx: { in symbexec()
|
| H A D | lcode.c | 813 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
|