Searched refs:OP32_SREG (Results 1 – 2 of 2) sorted by relevance
13088 #define OP32_SREG(opcode) (((opcode) >> 16) & 0x1f) macro13384 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode)) in check_br32()13388 && reg != OP32_SREG (opcode) && reg != RA) in check_br32()13391 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode))) in check_br32()13627 reg = OP32_SREG (opcode); in _bfd_mips_elf_relax_section()13654 if (OP32_SREG (nextopc) != reg) in _bfd_mips_elf_relax_section()13681 && OP32_TREG (nextopc) == OP32_SREG (nextopc) in _bfd_mips_elf_relax_section()13725 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode); in _bfd_mips_elf_relax_section()13766 && OP16_VALID_REG (OP32_SREG (opcode))) in _bfd_mips_elf_relax_section()13772 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode); in _bfd_mips_elf_relax_section()
1383 (OP32_SREG, OP32_TREG, OP16_VALID_REG): Likewise.