Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c13045 #define OP32_TREG(opcode) (((opcode) >> 21) & 0x1f) macro
13348 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode))) in check_br32()
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()
13646 | ADDIUPC_REG_FIELD (OP32_TREG (nextopc))); in _bfd_mips_elf_relax_section()
13682 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode); in _bfd_mips_elf_relax_section()
13725 && OP16_VALID_REG (OP32_TREG (opcode))))) in _bfd_mips_elf_relax_section()
13729 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode); in _bfd_mips_elf_relax_section()
DChangeLog-20111383 (OP32_SREG, OP32_TREG, OP16_VALID_REG): Likewise.