Home | History | Annotate | Download | only in bfd

Lines Matching refs:find_match

13145   { 0, 0 }  /* End marker for find_match().  */
13178 { 0, 0 } /* End marker for find_match(). */
13184 { 0, 0 } /* End marker for find_match(). */
13190 { 0, 0 } /* End marker for find_match(). */
13196 { 0, 0 } /* End marker for find_match(). */
13233 { 0, 0 } /* End marker for find_match(). */
13243 { 0, 0 } /* End marker for find_match(). */
13268 { 0, 0 } /* End marker for find_match(). */
13303 { 0, 0 } /* End marker for find_match(). */
13324 find_match (unsigned long opcode, const struct opcode_descriptor insn[])
13354 || find_match (opcode, ds_insns_16_bd16) >= 0)
13376 if (find_match (opcode, ds_insns_32_bd32) >= 0)
13379 else if (find_match (opcode, ds_insns_32_bd16) >= 0)
13453 if (find_match (opcode, bzc_insns_32) < 0)
13757 && ((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
13758 || (fndopc = find_match (opcode, bz_rt_insns_32)) >= 0)
13788 && find_match (opcode, b_insns_32) >= 0)
13809 && (((fndopc = find_match (opcode, bz_rs_insns_32)) >= 0
13811 || ((fndopc = find_match (opcode, bz_rt_insns_32)) >= 0
13852 else if (find_match (n32opc, move_insns_32) >= 0)