Home
last modified time | relevance | path

Searched refs:bcc_gen_fctn (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Doptabs.h242 extern rtxfun bcc_gen_fctn[NUM_RTX_CODE];
Doptabs.c72 rtxfun bcc_gen_fctn[NUM_RTX_CODE]; variable
3335 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));
Dexpr.c11090 if (bcc_gen_fctn[(int) code] == 0)
11093 emit_jump_insn ((*bcc_gen_fctn[(int) code]) (label));
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mmix/
Dmmix.md828 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]));
/openbsd/src/gnu/gcc/gcc/
Doptabs.h440 extern rtxfun bcc_gen_fctn[NUM_RTX_CODE];
Doptabs.c71 rtxfun bcc_gen_fctn[NUM_RTX_CODE]; variable
3551 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()
Dexpr.c9206 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()
/openbsd/src/gnu/gcc/gcc/config/mmix/
Dmmix.md912 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]));