Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c14510 uint16_t insn16, insn_ex9; in nds32_elf_ex9_replace_instruction() local
14793 insn_ex9 = INSN_EX9_IT_2; in nds32_elf_ex9_replace_instruction()
14795 insn_ex9 = INSN_EX9_IT_1; in nds32_elf_ex9_replace_instruction()
14796 insn16 = insn_ex9 | ex9_insn->order; in nds32_elf_ex9_replace_instruction()
15090 unsigned short insn_ex9; in nds32_elf_ex9_reloc_jmp() local
15269 insn_ex9 = INSN_EX9_IT_2; in nds32_elf_ex9_reloc_jmp()
15271 insn_ex9 = INSN_EX9_IT_1; in nds32_elf_ex9_reloc_jmp()
15272 insn_ex9 = insn_ex9 | temp_ptr->order; in nds32_elf_ex9_reloc_jmp()
15273 bfd_putb16 (insn_ex9, source_contents + fix_ptr->irel->r_offset); in nds32_elf_ex9_reloc_jmp()