Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A 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.old/dist/gcc/config/i386/
H A Dx86-tune-sched.c529 rtx compare_set = NULL_RTX, test_if, cond; in ix86_macro_fusion_pair_p() local
609 test_if = SET_SRC (pc_set (condjmp)); in ix86_macro_fusion_pair_p()
610 cond = XEXP (test_if, 0); in ix86_macro_fusion_pair_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.c430 rtx test_if, cond; in cond_exec_get_condition() local
433 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()
436 cond = XEXP (test_if, 0); in cond_exec_get_condition()
440 if (GET_CODE (XEXP (test_if, 2)) == LABEL_REF in cond_exec_get_condition()
441 && label_ref_label (XEXP (test_if, 2)) == JUMP_LABEL (jump)) in cond_exec_get_condition()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A DChangeLog-200017635 * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC