Home
last modified time | relevance | path

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

/minix/external/mit/lua/dist/src/
H A Dlopcodes.h48 #define POS_OP 0 macro
49 #define POS_A (POS_OP + SIZE_OP)
91 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))
92 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \
93 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))
118 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \
123 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \
127 #define CREATE_Ax(o,a) ((cast(Instruction, o)<<POS_OP) \