Searched refs:MATCH (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/zlib/ |
D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
D | inflate.c | 1122 state->mode = MATCH; 1123 case MATCH: 1511 (state->mode == MATCH ? state->was - state->length : 0));
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfxx-mips.c | 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() [all …]
|
D | ChangeLog-2011 | 1405 (MATCH): New macro.
|
/toolchain/binutils/binutils-2.27/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.
|