Searched refs:cc_cmp (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ifcvt.cc | 1722 rtx cmp_a, rtx cmp_b, rtx vfalse, rtx vtrue, rtx cc_cmp, in noce_emit_cmove() argument 1758 if (cc_cmp != NULL_RTX && rev_cc_cmp != NULL_RTX) in noce_emit_cmove() 1759 target = emit_conditional_move (x, cc_cmp, rev_cc_cmp, in noce_emit_cmove() 3174 rtx cc_cmp = NULL, rtx rev_cc_cmp = NULL) in try_emit_cmove_seq() argument 3187 x, y, new_val, old_val, cc_cmp, rev_cc_cmp); in try_emit_cmove_seq() 3408 rtx cc_cmp = cond_exec_get_condition (jump); in noce_convert_multiple_sets_1() local 3409 if (cc_cmp) in noce_convert_multiple_sets_1() 3410 cc_cmp = copy_rtx (cc_cmp); in noce_convert_multiple_sets_1() 3547 if (cc_cmp) in noce_convert_multiple_sets_1() 3550 &cost2, &temp_dest2, cc_cmp, rev_cc_cmp); in noce_convert_multiple_sets_1() [all …]
|
| D | ChangeLog | 5608 mentioned in cc_cmp or rev_cc_cmp, don't consider seq2 for any
|