Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h47 #define POS_A (POS_OP + SIZE_OP) macro
48 #define POS_C (POS_A + SIZE_A)
51 #define POS_Ax POS_A
97 #define GETARG_A(i) getarg(i, POS_A, SIZE_A)
98 #define SETARG_A(i,v) setarg(i, v, POS_A, SIZE_A)
117 | (cast(Instruction, a)<<POS_A) \
122 | (cast(Instruction, a)<<POS_A) \
/freebsd/contrib/lua/src/
H A Dlopcodes.h49 #define POS_A (POS_OP + SIZE_OP) macro
50 #define POS_k (POS_A + SIZE_A)
56 #define POS_Ax POS_A
58 #define POS_sJ POS_A
125 #define GETARG_A(i) getarg(i, POS_A, SIZE_A)
126 #define SETARG_A(i,v) setarg(i, v, POS_A, SIZE_A)
157 | (cast(Instruction, a)<<POS_A) \
163 | (cast(Instruction, a)<<POS_A) \