Searched refs:bcc_gen_fctn (Results 1 – 8 of 8) sorted by relevance
242 extern rtxfun bcc_gen_fctn[NUM_RTX_CODE];
72 rtxfun bcc_gen_fctn[NUM_RTX_CODE]; variable3335 return bcc_gen_fctn[(int) code] != NULL;3652 emit_jump_insn ((*bcc_gen_fctn[(int) comparison]) (label));3665 emit_jump_insn ((*bcc_gen_fctn[(int) comparison]) (label));
11090 if (bcc_gen_fctn[(int) code] == 0)11093 emit_jump_insn ((*bcc_gen_fctn[(int) code]) (label));
828 emit_jump_insn ((*bcc_gen_fctn[(int) LT]) (operands[0]));829 emit_jump_insn ((*bcc_gen_fctn[(int) EQ]) (operands[0]));850 emit_jump_insn ((*bcc_gen_fctn[(int) GT]) (operands[0]));851 emit_jump_insn ((*bcc_gen_fctn[(int) EQ]) (operands[0]));
440 extern rtxfun bcc_gen_fctn[NUM_RTX_CODE];
71 rtxfun bcc_gen_fctn[NUM_RTX_CODE]; variable3551 return bcc_gen_fctn[(int) code] != NULL; in can_compare_p()3805 emit_jump_insn (bcc_gen_fctn[(int) comparison] (label)); in emit_cmp_and_jump_insn_1()3818 emit_jump_insn (bcc_gen_fctn[(int) comparison] (label)); in emit_cmp_and_jump_insn_1()5888 emit_jump_insn (bcc_gen_fctn[EQ] (label0)); in expand_bool_compare_and_swap()5969 emit_jump_insn (bcc_gen_fctn[NE] (label)); in expand_compare_and_swap_loop()
9206 gcc_assert (bcc_gen_fctn[(int) code]); in do_store_flag()9208 emit_jump_insn ((*bcc_gen_fctn[(int) code]) (label)); in do_store_flag()
912 emit_jump_insn ((*bcc_gen_fctn[(int) LT]) (operands[0]));913 emit_jump_insn ((*bcc_gen_fctn[(int) EQ]) (operands[0]));934 emit_jump_insn ((*bcc_gen_fctn[(int) GT]) (operands[0]));935 emit_jump_insn ((*bcc_gen_fctn[(int) EQ]) (operands[0]));