Searched refs:iAx (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/lua/src/ |
| H A D | lopcodes.h | 32 enum OpMode {iABC, iABx, iAsBx, iAx, isJ}; /* basic instruction formats */ enumerator 143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax))
|
| H A D | lopcodes.c | 102 ,opmode(0, 0, 0, 0, 0, iAx) /* OP_EXTRAARG */
|
| H A D | ltests.c | 700 case iAx: in buildop()
|
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.c | 106 ,opmode(0, 0, OpArgU, OpArgU, iAx) /* OP_EXTRAARG */
|
| H A D | lopcodes.h | 33 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
|