Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c13089 #define OP32_TREG(opcode) (((opcode) >> 21) & 0x1f) macro
13391 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode))) in check_br32()
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()
13689 | ADDIUPC_REG_FIELD (OP32_TREG (nextopc))); in _bfd_mips_elf_relax_section()
13725 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode); in _bfd_mips_elf_relax_section()
13768 && OP16_VALID_REG (OP32_TREG (opcode))))) in _bfd_mips_elf_relax_section()
13772 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.