Home | History | Annotate | Download | only in bfd

Lines Matching defs:find_match

13683   { 0, 0 }  /* End marker for find_match().  */
13716 { 0, 0 } /* End marker for find_match(). */
13722 { 0, 0 } /* End marker for find_match(). */
13728 { 0, 0 } /* End marker for find_match(). */
13734 { 0, 0 } /* End marker for find_match(). */
13771 { 0, 0 } /* End marker for find_match(). */
13781 { 0, 0 } /* End marker for find_match(). */
13806 { 0, 0 } /* End marker for find_match(). */
13841 { 0, 0 } /* End marker for find_match(). */
13862 find_match (unsigned long opcode, const struct opcode_descriptor insn[])
13892 || find_match (opcode, ds_insns_16_bd16) >= 0)
13914 if (find_match (opcode, ds_insns_32_bd32) >= 0)
13917 else if (find_match (opcode, ds_insns_32_bd16) >= 0)
13991 if (find_match (opcode, bzc_insns_32) < 0)
14296 && ((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
14297 || (fndopc = find_match (opcode, bz_rt_insns_32)) >= 0)
14327 && find_match (opcode, b_insns_32) >= 0)
14348 && (((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
14350 || ((fndopc = find_match (opcode, bz_rt_insns_32)) >= 0
14391 else if (find_match (n32opc, move_insns_32) >= 0)