Searched refs:SIZE_OP (Results 1 – 1 of 1) sorted by relevance
44 #define SIZE_OP 6 macro47 #define POS_A (POS_OP + SIZE_OP)89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))90 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \91 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))