Searched refs:POS_A (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 48 #define POS_A (POS_OP + SIZE_OP) macro 49 #define POS_C (POS_A + SIZE_A) 52 #define POS_Ax POS_A 98 #define GETARG_A(i) getarg(i, POS_A, SIZE_A) 99 #define SETARG_A(i,v) setarg(i, v, POS_A, SIZE_A) 118 | (cast(Instruction, a)<<POS_A) \ 123 | (cast(Instruction, a)<<POS_A) \
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 49 #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) \
|