Searched refs:SIZE_OP (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 42 #define SIZE_OP 6 macro 45 #define POS_A (POS_OP + SIZE_OP) 80 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 81 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ 82 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 45 #define SIZE_OP 6 macro 48 #define POS_A (POS_OP + SIZE_OP) 90 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 91 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ 92 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))
|