Home
last modified time | relevance | path

Searched refs:test_if (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dx86-tune-sched.cc534 rtx compare_set = NULL_RTX, test_if, cond; in ix86_macro_fusion_pair_p() local
614 test_if = SET_SRC (pc_set (condjmp)); in ix86_macro_fusion_pair_p()
615 cond = XEXP (test_if, 0); in ix86_macro_fusion_pair_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Difcvt.cc438 rtx test_if, cond; in cond_exec_get_condition() local
441 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()
444 cond = XEXP (test_if, 0); in cond_exec_get_condition()
449 || (GET_CODE (XEXP (test_if, 2)) == LABEL_REF in cond_exec_get_condition()
450 && label_ref_label (XEXP (test_if, 2)) in cond_exec_get_condition()
DChangeLog-200017635 * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC