HomeSort by: relevance | last modified time | path
    Searched defs:test_if (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched.cc 642 rtx compare_set = NULL_RTX, test_if, cond; local
722 test_if = SET_SRC (pc_set (condjmp));
723 cond = XEXP (test_if, 0);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched.cc 595 rtx compare_set = NULL_RTX, test_if, cond; local
675 test_if = SET_SRC (pc_set (condjmp));
676 cond = XEXP (test_if, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc 440 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
  /src/external/gpl3/gcc/dist/gcc/
ifcvt.cc 440 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 21 milliseconds