Searched refs:N32_IMM15U (Results 1 – 2 of 2) sorted by relevance
155 #define N32_IMM15U(insn) N32_IMMU (insn, 15) macro
7191 if (N32_IMM15U (insn) == 1) in nds32_convert_32_to_16()7196 else if (N32_IMM15U (insn) == 0x7ff) in nds32_convert_32_to_16()7201 else if (N32_IMM15U (insn) == 0xff) in nds32_convert_32_to_16()7207 && N32_IMM15U (insn) < 256) in nds32_convert_32_to_16()7209 int imm15u = N32_IMM15U (insn); in nds32_convert_32_to_16()