Searched refs:MATCH (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-mips.c | 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() [all …]
|
D | ChangeLog-2011 | 1405 (MATCH): New macro.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9899 | 3 * 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.
|
D | ChangeLog-2007 | 1032 (MATCH): Removed.
|
D | ChangeLog-9295 | 10932 (MATCH): Accept overlap value of InOutPortReg.
|