Home
last modified time | relevance | path

Searched refs:find_match (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dxgate-dis.c50 static struct decodeInfo * find_match (unsigned int);
119 decodePTR = find_match (raw_code); in print_insn()
349 find_match (unsigned int raw_code) in find_match() function
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c13238 find_match (unsigned long opcode, const struct opcode_descriptor insn[]) in find_match() function
13268 || find_match (opcode, ds_insns_16_bd16) >= 0) in check_br16_dslot()
13290 if (find_match (opcode, ds_insns_32_bd32) >= 0) in check_br32_dslot()
13293 else if (find_match (opcode, ds_insns_32_bd16) >= 0) in check_br32_dslot()
13367 if (find_match (opcode, bzc_insns_32) < 0) in check_relocated_bzc()
13670 && ((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0 in _bfd_mips_elf_relax_section()
13671 || (fndopc = find_match (opcode, bz_rt_insns_32)) >= 0) in _bfd_mips_elf_relax_section()
13701 && find_match (opcode, b_insns_32) >= 0) in _bfd_mips_elf_relax_section()
13722 && (((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0 in _bfd_mips_elf_relax_section()
13724 || ((fndopc = find_match (opcode, bz_rt_insns_32)) >= 0 in _bfd_mips_elf_relax_section()
[all …]
DChangeLog-20111406 (find_match): New function.