Lines Matching refs:MATCH
13278 #define MATCH(opcode, insn) ((opcode & insn.mask) == insn.match) macro
13286 if (MATCH (opcode, insn[indx])) in find_match()
13307 if (MATCH (opcode, jalr_insn_16_bd32) != 0) in check_br16_dslot()
13310 else if (MATCH (opcode, jalr_insn_16_bd16) != 0 in check_br16_dslot()
13355 if (MATCH (opcode, b_insn_16) in check_br16()
13357 || (MATCH (opcode, jr_insn_16) && reg != JR16_REG (opcode)) in check_br16()
13359 || (MATCH (opcode, bz_insn_16) && reg != BZ16_REG (opcode)) in check_br16()
13361 || (MATCH (opcode, jalr_insn_16_bd32) in check_br16()
13378 if (MATCH (opcode, j_insn_32) in check_br32()
13380 || MATCH (opcode, bc_insn_32) in check_br32()
13382 || (MATCH (opcode, jal_x_insn_32_bd32) && reg != RA) in check_br32()
13384 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode)) in check_br32()
13386 || (MATCH (opcode, bzal_insn_32) in check_br32()
13389 || ((MATCH (opcode, jalr_insn_32) || MATCH (opcode, beq_insn_32)) in check_br32()
13585 if (r_type == R_MICROMIPS_HI16 && MATCH (opcode, lui_insn)) in _bfd_mips_elf_relax_section()
13680 && MATCH (nextopc, addiu_insn) in _bfd_mips_elf_relax_section()
13716 && (delcnt = MATCH (bfd_get_16 (abfd, ptr + 4), in _bfd_mips_elf_relax_section()
13719 && (delcnt = MATCH (bfd_get_micromips_32 (abfd, in _bfd_mips_elf_relax_section()
13794 && MATCH (opcode, jal_insn_32_bd32)) in _bfd_mips_elf_relax_section()
13801 if (MATCH (n32opc, nop_insn_32)) in _bfd_mips_elf_relax_section()