Home
last modified time | relevance | path

Searched refs:comp_insn16 (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c9456 uint16_t comp_insn16 = 0; in nds32_elf_convert_branch() local
9467 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 …]