Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c13796 unsigned long n32opc; in _bfd_mips_elf_relax_section() local
13799 n32opc = bfd_get_micromips_32 (abfd, ptr + 4); in _bfd_mips_elf_relax_section()
13801 if (MATCH (n32opc, nop_insn_32)) in _bfd_mips_elf_relax_section()
13808 else if (find_match (n32opc, move_insns_32) >= 0) in _bfd_mips_elf_relax_section()
13813 | MOVE16_RD_FIELD (MOVE32_RD (n32opc)) in _bfd_mips_elf_relax_section()
13814 | MOVE16_RS_FIELD (MOVE32_RS (n32opc))), in _bfd_mips_elf_relax_section()