Searched refs:POS_Bx (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 48 #define POS_Bx POS_C macro 96 #define GETARG_Bx(i) (cast(int, ((i)>>POS_Bx) & MASK1(SIZE_Bx,0))) 97 #define SETARG_Bx(i,b) ((i) = (((i)&MASK0(SIZE_Bx,POS_Bx)) | \ 98 ((cast(Instruction, b)<<POS_Bx)&MASK1(SIZE_Bx,POS_Bx)))) 111 | (cast(Instruction, bc)<<POS_Bx))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 51 #define POS_Bx POS_C macro 107 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx) 108 #define SETARG_Bx(i,v) setarg(i, v, POS_Bx, SIZE_Bx) 124 | (cast(Instruction, bc)<<POS_Bx))
|