Searched refs:test_if (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched.c529 rtx compare_set = NULL_RTX, test_if, cond; local
609 test_if = SET_SRC (pc_set (condjmp));
610 cond = XEXP (test_if, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched.cc534 rtx compare_set = NULL_RTX, test_if, cond; local
614 test_if = SET_SRC (pc_set (condjmp));
615 cond = XEXP (test_if, 0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.c432 rtx test_if, cond;
435 test_if = SET_SRC (pc_set (jump));
438 cond = XEXP (test_if, 0);
442 if (GET_CODE (XEXP (test_if, 2)) == LABEL_REF
443 && label_ref_label (XEXP (test_if, 2)) == JUMP_LABEL (jump))
430 rtx test_if, cond; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Difcvt.cc440 rtx test_if, cond;
443 test_if = SET_SRC (pc_set (jump));
446 cond = XEXP (test_if, 0);
451 || (GET_CODE (XEXP (test_if, 2)) == LABEL_REF
452 && label_ref_label (XEXP (test_if, 2))
438 rtx test_if, cond; local

Completed in 131 milliseconds