Searched refs:IMM_MASK (Results 1 – 1 of 1) sorted by relevance
194 #define IMM_MASK 0x0000FFFF macro592 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW)597 return ((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask; in get_field_special()