Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
Dinflate.c1122 state->mode = MATCH;
1123 case MATCH:
1511 (state->mode == MATCH ? state->was - state->length : 0));
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c13278 #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 …]
DChangeLog-20111405 (MATCH): New macro.
/toolchain/binutils/binutils-2.27/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.