Searched refs:GET_IW_I10_IMM10 (Results 1 – 4 of 4) sorted by relevance
697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x200) - 0x200) * 2; in nios2_print_insn_arg()
281 #define GET_IW_I10_IMM10(W) (((W) >> IW_I10_IMM10_LSB) & IW_I10_IMM10_UNSHIFTED_MASK) macro