Searched refs:POS_A (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 45 #define POS_A (POS_OP + SIZE_OP) macro 46 #define POS_C (POS_A + SIZE_A) 84 #define GETARG_A(i) (cast(int, ((i)>>POS_A) & MASK1(SIZE_A,0))) 85 #define SETARG_A(i,u) ((i) = (((i)&MASK0(SIZE_A,POS_A)) | \ 86 ((cast(Instruction, u)<<POS_A)&MASK1(SIZE_A,POS_A)))) 105 | (cast(Instruction, a)<<POS_A) \ 110 | (cast(Instruction, a)<<POS_A) \
|
| /f-stack/freebsd/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) \
|