Searched refs:SIZE_OP (Results 1 – 1 of 1) sorted by relevance
45 #define SIZE_OP 7 macro49 #define POS_A (POS_OP + SIZE_OP)114 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))115 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \116 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))
Completed in 3 milliseconds