Searched refs:insn_with_reg (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-nds32.c | 13224 uint32_t insn, insn_with_reg; in nds32_elf_ifc_calc() local 13274 nds32_elf_get_insn_with_reg (irel, insn, &insn_with_reg); in nds32_elf_ifc_calc() 13279 nds32_elf_ifc_insert_symbol (sec, NULL, irel, insn_with_reg); in nds32_elf_ifc_calc() 13285 nds32_elf_ifc_insert_symbol (sec, h, irel, insn_with_reg); in nds32_elf_ifc_calc() 14218 uint32_t insn, uint32_t *insn_with_reg) in nds32_elf_get_insn_with_reg() argument 14227 *insn_with_reg = insn; in nds32_elf_get_insn_with_reg() 14232 *insn_with_reg = insn & (0xffffffff ^ howto->dst_mask); in nds32_elf_get_insn_with_reg() 14522 uint32_t insn_with_reg = 0; in nds32_elf_ex9_replace_instruction() local 14600 insn_with_reg = 0; in nds32_elf_ex9_replace_instruction() 14611 nds32_elf_get_insn_with_reg (irel, insn, &insn_with_reg); in nds32_elf_ex9_replace_instruction() [all …]
|