Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c13044 #define OP32_SREG(opcode) (((opcode) >> 16) & 0x1f) macro
13341 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode)) in check_br32()
13345 && reg != OP32_SREG (opcode) && reg != RA) in check_br32()
13348 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode))) in check_br32()
13584 reg = OP32_SREG (opcode); in _bfd_mips_elf_relax_section()
13611 if (OP32_SREG (nextopc) != reg) in _bfd_mips_elf_relax_section()
13638 && OP32_TREG (nextopc) == OP32_SREG (nextopc) in _bfd_mips_elf_relax_section()
13682 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode); in _bfd_mips_elf_relax_section()
13723 && OP16_VALID_REG (OP32_SREG (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.