Searched refs:POS_Ax (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 52 #define POS_Ax POS_A macro 110 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax) 111 #define SETARG_Ax(i,v) setarg(i, v, POS_Ax, SIZE_Ax) 127 | (cast(Instruction, a)<<POS_Ax))
|
| /src/contrib/lua/src/ |
| H A D | lopcodes.h | 56 #define POS_Ax POS_A macro 143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) 144 #define SETARG_Ax(i,v) setarg(i, v, POS_Ax, SIZE_Ax) 167 | (cast(Instruction, a)<<POS_Ax))
|