Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c13235 #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()
[all …]
DChangeLog-20111405 (MATCH): New macro.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-98993 * config/tc-i386.c (MATCH): Relax JumpAbsolute check. Emit a
3455 * config/tc-i386.c (MATCH): Ensure given operand and template
3488 * config/tc-i386.c (md_assemble): Rewrite MATCH and
3530 (MATCH): Remove test for InOutPortReg.
DChangeLog-20071032 (MATCH): Removed.
DChangeLog-929510932 (MATCH): Accept overlap value of InOutPortReg.