Home | History | Annotate | Download | only in bfd

Lines Matching refs:find_match

13106   { 0, 0 }  /* End marker for find_match().  */
13139 { 0, 0 } /* End marker for find_match(). */
13145 { 0, 0 } /* End marker for find_match(). */
13151 { 0, 0 } /* End marker for find_match(). */
13157 { 0, 0 } /* End marker for find_match(). */
13195 { 0, 0 } /* End marker for find_match(). */
13205 { 0, 0 } /* End marker for find_match(). */
13230 { 0, 0 } /* End marker for find_match(). */
13265 { 0, 0 } /* End marker for find_match(). */
13286 find_match (unsigned long opcode, const struct opcode_descriptor insn[])
13316 || find_match (opcode, ds_insns_16_bd16) >= 0)
13338 if (find_match (opcode, ds_insns_32_bd32) >= 0)
13341 else if (find_match (opcode, ds_insns_32_bd16) >= 0)
13415 if (find_match (opcode, bzc_insns_32) < 0)
13719 && ((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
13720 || (fndopc = find_match (opcode, bz_rt_insns_32)) >= 0)
13750 && find_match (opcode, b_insns_32) >= 0)
13771 && (((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
13773 || ((fndopc = find_match (opcode, bz_rt_insns_32)) >= 0
13814 else if (find_match (n32opc, move_insns_32) >= 0)