Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c13545 unsigned long nextopc; in _bfd_mips_elf_relax_section() local
13607 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset); in _bfd_mips_elf_relax_section()
13611 if (OP32_SREG (nextopc) != reg) in _bfd_mips_elf_relax_section()
13627 nextopc &= ~0x001f0000; in _bfd_mips_elf_relax_section()
13628 bfd_put_16 (abfd, (nextopc >> 16) & 0xffff, in _bfd_mips_elf_relax_section()
13637 && MATCH (nextopc, addiu_insn) in _bfd_mips_elf_relax_section()
13638 && OP32_TREG (nextopc) == OP32_SREG (nextopc) in _bfd_mips_elf_relax_section()
13639 && OP16_VALID_REG (OP32_TREG (nextopc))) in _bfd_mips_elf_relax_section()
13645 nextopc = (addiupc_insn.match in _bfd_mips_elf_relax_section()
13646 | ADDIUPC_REG_FIELD (OP32_TREG (nextopc))); in _bfd_mips_elf_relax_section()
[all …]