Lines Matching refs:MATCH
13235 #define MATCH(opcode, insn) ((opcode & insn.mask) == insn.match) macro
13243 if (MATCH (opcode, insn[indx])) in find_match()
13264 if (MATCH (opcode, jalr_insn_16_bd32) != 0) in check_br16_dslot()
13267 else if (MATCH (opcode, jalr_insn_16_bd16) != 0 in check_br16_dslot()
13312 if (MATCH (opcode, b_insn_16) in check_br16()
13314 || (MATCH (opcode, jr_insn_16) && reg != JR16_REG (opcode)) in check_br16()
13316 || (MATCH (opcode, bz_insn_16) && reg != BZ16_REG (opcode)) in check_br16()
13318 || (MATCH (opcode, jalr_insn_16_bd32) in check_br16()
13335 if (MATCH (opcode, j_insn_32) in check_br32()
13337 || MATCH (opcode, bc_insn_32) in check_br32()
13339 || (MATCH (opcode, jal_x_insn_32_bd32) && reg != RA) in check_br32()
13341 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode)) in check_br32()
13343 || (MATCH (opcode, bzal_insn_32) in check_br32()
13346 || ((MATCH (opcode, jalr_insn_32) || MATCH (opcode, beq_insn_32)) in check_br32()
13542 if (r_type == R_MICROMIPS_HI16 && MATCH (opcode, lui_insn)) in _bfd_mips_elf_relax_section()
13637 && MATCH (nextopc, addiu_insn) in _bfd_mips_elf_relax_section()
13673 && (delcnt = MATCH (bfd_get_16 (abfd, ptr + 4), in _bfd_mips_elf_relax_section()
13676 && (delcnt = MATCH (bfd_get_micromips_32 (abfd, in _bfd_mips_elf_relax_section()
13751 && MATCH (opcode, jal_insn_32_bd32)) in _bfd_mips_elf_relax_section()
13758 if (MATCH (n32opc, nop_insn_32)) in _bfd_mips_elf_relax_section()