Home
last modified time | relevance | path

Searched refs:iAx (Results 1 – 5 of 5) sorted by relevance

/src/contrib/lua/src/
H A Dlopcodes.h32 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 Dlopcodes.c102 ,opmode(0, 0, 0, 0, 0, iAx) /* OP_EXTRAARG */
H A Dltests.c700 case iAx: in buildop()
/src/sys/contrib/openzfs/module/lua/
H A Dlopcodes.c106 ,opmode(0, 0, OpArgU, OpArgU, iAx) /* OP_EXTRAARG */
H A Dlopcodes.h33 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator