Searched refs:nextopc (Results 1 – 1 of 1) sorted by relevance
13588 unsigned long nextopc; in _bfd_mips_elf_relax_section() local13650 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset); in _bfd_mips_elf_relax_section()13654 if (OP32_SREG (nextopc) != reg) in _bfd_mips_elf_relax_section()13670 nextopc &= ~0x001f0000; in _bfd_mips_elf_relax_section()13671 bfd_put_16 (abfd, (nextopc >> 16) & 0xffff, in _bfd_mips_elf_relax_section()13680 && MATCH (nextopc, addiu_insn) in _bfd_mips_elf_relax_section()13681 && OP32_TREG (nextopc) == OP32_SREG (nextopc) in _bfd_mips_elf_relax_section()13682 && OP16_VALID_REG (OP32_TREG (nextopc))) in _bfd_mips_elf_relax_section()13688 nextopc = (addiupc_insn.match in _bfd_mips_elf_relax_section()13689 | ADDIUPC_REG_FIELD (OP32_TREG (nextopc))); in _bfd_mips_elf_relax_section()[all …]