Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h46 #define POS_C (POS_A + SIZE_A) macro
47 #define POS_B (POS_C + SIZE_C)
48 #define POS_Bx POS_C
92 #define GETARG_C(i) (cast(int, ((i)>>POS_C) & MASK1(SIZE_C,0)))
93 #define SETARG_C(i,b) ((i) = (((i)&MASK0(SIZE_C,POS_C)) | \
94 ((cast(Instruction, b)<<POS_C)&MASK1(SIZE_C,POS_C))))
107 | (cast(Instruction, c)<<POS_C))
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h49 #define POS_C (POS_A + SIZE_A) macro
50 #define POS_B (POS_C + SIZE_C)
51 #define POS_Bx POS_C
104 #define GETARG_C(i) getarg(i, POS_C, SIZE_C)
105 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C)
120 | (cast(Instruction, c)<<POS_C))