Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h47 #define POS_OP 0 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))))
117 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \
122 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \
126 #define CREATE_Ax(o,a) ((cast(Instruction, o)<<POS_OP) \
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h44 #define POS_OP 0 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))))
104 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \
109 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \