Home | History | Annotate | Download | only in bfd

Lines Matching defs:find_match

13696   { 0, 0 }  /* End marker for find_match().  */
13729 { 0, 0 } /* End marker for find_match(). */
13735 { 0, 0 } /* End marker for find_match(). */
13741 { 0, 0 } /* End marker for find_match(). */
13747 { 0, 0 } /* End marker for find_match(). */
13784 { 0, 0 } /* End marker for find_match(). */
13794 { 0, 0 } /* End marker for find_match(). */
13819 { 0, 0 } /* End marker for find_match(). */
13854 { 0, 0 } /* End marker for find_match(). */
13875 find_match (unsigned long opcode, const struct opcode_descriptor insn[])
13905 || find_match (opcode, ds_insns_16_bd16) >= 0)
13927 if (find_match (opcode, ds_insns_32_bd32) >= 0)
13930 else if (find_match (opcode, ds_insns_32_bd16) >= 0)
14004 if (find_match (opcode, bzc_insns_32) < 0)
14309 && ((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
14310 || (fndopc = find_match (opcode, bz_rt_insns_32)) >= 0)
14340 && find_match (opcode, b_insns_32) >= 0)
14361 && (((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
14363 || ((fndopc = find_match (opcode, bz_rt_insns_32)) >= 0
14404 else if (find_match (n32opc, move_insns_32) >= 0)