Searched defs:get_int_field_imm (Results 1 – 2 of 2) sorted by relevance
35 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW) macro