Searched refs:GET_IW_I_IMM16 (Results 1 – 2 of 2) sorted by relevance
552 i = (signed) (GET_IW_I_IMM16 (opcode) << 16) >> 16; in nios2_print_insn_arg()584 i = GET_IW_I_IMM16 (opcode); in nios2_print_insn_arg()671 i = (signed) (GET_IW_I_IMM16 (opcode) << 16) >> 16; in nios2_print_insn_arg()
51 #define GET_IW_I_IMM16(W) (((W) >> IW_I_IMM16_LSB) & IW_I_IMM16_UNSHIFTED_MASK) macro