Home
last modified time | relevance | path

Searched refs:POS_Ax (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h51 #define POS_Ax POS_A macro
109 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax)
110 #define SETARG_Ax(i,v) setarg(i, v, POS_Ax, SIZE_Ax)
126 | (cast(Instruction, a)<<POS_Ax))
/freebsd/contrib/lua/src/
H A Dlopcodes.h56 #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))