Searched refs:comp_insn16 (Results 1 – 1 of 1) sorted by relevance
9456 uint16_t comp_insn16 = 0; in nds32_elf_convert_branch() local9467 comp_insn16 = in nds32_elf_convert_branch()9469 comp_insn16 |= (N32_RT5 (insn) & 0x7) << 8; in nds32_elf_convert_branch()9486 comp_insn16 = in nds32_elf_convert_branch()9488 comp_insn16 |= (N32_RT5 (insn) & 0x7) << 8; in nds32_elf_convert_branch()9493 comp_insn16 = in nds32_elf_convert_branch()9505 comp_insn16 = (insn16 ^ 0x0800) & 0xff00; in nds32_elf_convert_branch()9506 comp_insn = (comp_insn16 & 0x0800) ? INSN_BNEZ : INSN_BEQZ; in nds32_elf_convert_branch()9507 comp_insn |= ((comp_insn16 & 0x0700) >> 8) << 20; in nds32_elf_convert_branch()9512 comp_insn16 = (insn16 ^ 0x0800) & 0xff00; in nds32_elf_convert_branch()[all …]