Searched refs:OpArgN (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.c | 67 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */ 68 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */ 69 ,opmode(0, 1, OpArgN, OpArgN, iABx) /* OP_LOADKX */ 71 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_LOADNIL */ 72 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_GETUPVAL */ 76 ,opmode(0, 0, OpArgU, OpArgN, iABC) /* OP_SETUPVAL */ 86 ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_UNM */ 87 ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_NOT */ 88 ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_LEN */ 90 ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */ [all …]
|
| H A D | lopcodes.h | 267 OpArgN, /* argument is not used */ enumerator
|
| H A D | lcode.c | 231 lua_assert(getBMode(o) != OpArgN || b == 0); in luaK_codeABC() 232 lua_assert(getCMode(o) != OpArgN || c == 0); in luaK_codeABC() 240 lua_assert(getCMode(o) == OpArgN); in luaK_codeABx()
|