Searched refs:iABx (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.c | 64 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */ 68 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_GETGLOBAL */ 70 ,opmode(0, 0, OpArgK, OpArgN, iABx) /* OP_SETGLOBAL */ 99 ,opmode(0, 1, OpArgU, OpArgN, iABx) /* OP_CLOSURE */
|
| H A D | lopcodes.h | 31 enum OpMode {iABC, iABx, iAsBx}; /* basic instruction format */ enumerator
|
| H A D | print.c | 98 case iABx: in PrintCode()
|
| H A D | ldebug.c | 338 case iABx: { in symbexec()
|
| H A D | lcode.c | 813 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.c | 68 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */ 69 ,opmode(0, 1, OpArgN, OpArgN, iABx) /* OP_LOADKX */ 104 ,opmode(0, 1, OpArgU, OpArgN, iABx) /* OP_CLOSURE */
|
| 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()
|