| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl.def | 52 RTX_COMPARE 551 DEF_RTL_EXPR(GE, "ge", "ee", RTX_COMPARE) 552 DEF_RTL_EXPR(GT, "gt", "ee", RTX_COMPARE) 553 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE) 554 DEF_RTL_EXPR(LT, "lt", "ee", RTX_COMPARE) 556 DEF_RTL_EXPR(GEU, "geu", "ee", RTX_COMPARE) 557 DEF_RTL_EXPR(GTU, "gtu", "ee", RTX_COMPARE) 558 DEF_RTL_EXPR(LEU, "leu", "ee", RTX_COMPARE) 559 DEF_RTL_EXPR(LTU, "ltu", "ee", RTX_COMPARE) 567 DEF_RTL_EXPR(UNGE, "unge", "ee", RTX_COMPARE) [all...] |
| rtl.h | 73 RTX_COMPARE, /* 0 */ 97 #define RTX_COMPARE_RESULT (RTX_COMPARE & RTX_COMPARE_MASK) 101 #define RTX_BINARY_RESULT (RTX_COMPARE & RTX_BINARY_MASK) 104 #define RTX_NON_COMMUTATIVE_RESULT (RTX_COMPARE & RTX_COMMUTATIVE_MASK) 1046 | (1 << RTX_COMPARE)))
|
| loop-iv.cc | 1528 && GET_RTX_CLASS (GET_CODE (a)) != RTX_COMPARE) 1530 && GET_RTX_CLASS (GET_CODE (b)) != RTX_COMPARE))
|
| jump.cc | 362 if (GET_RTX_CLASS (code) != RTX_COMPARE
|
| shrink-wrap.cc | 215 case RTX_COMPARE:
|
| print-rtl.cc | 1607 else if (GET_RTX_CLASS (GET_CODE (x)) == RTX_COMPARE
|
| recog.cc | 691 case RTX_COMPARE: 1134 case RTX_COMPARE:
|
| cselib.cc | 2073 case RTX_COMPARE:
|
| simplify-rtx.cc | 450 case RTX_COMPARE: 2567 gcc_assert (GET_RTX_CLASS (code) != RTX_COMPARE); 7756 case RTX_COMPARE:
|
| genattrtab.cc | 423 || GET_RTX_CLASS (code) == RTX_COMPARE
|
| /src/external/gpl3/gcc/dist/gcc/ |
| rtl.def | 52 RTX_COMPARE 551 DEF_RTL_EXPR(GE, "ge", "ee", RTX_COMPARE) 552 DEF_RTL_EXPR(GT, "gt", "ee", RTX_COMPARE) 553 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE) 554 DEF_RTL_EXPR(LT, "lt", "ee", RTX_COMPARE) 556 DEF_RTL_EXPR(GEU, "geu", "ee", RTX_COMPARE) 557 DEF_RTL_EXPR(GTU, "gtu", "ee", RTX_COMPARE) 558 DEF_RTL_EXPR(LEU, "leu", "ee", RTX_COMPARE) 559 DEF_RTL_EXPR(LTU, "ltu", "ee", RTX_COMPARE) 567 DEF_RTL_EXPR(UNGE, "unge", "ee", RTX_COMPARE) [all...] |
| rtl.h | 75 RTX_COMPARE, /* 0 */ 99 #define RTX_COMPARE_RESULT (RTX_COMPARE & RTX_COMPARE_MASK) 103 #define RTX_BINARY_RESULT (RTX_COMPARE & RTX_BINARY_MASK) 106 #define RTX_NON_COMMUTATIVE_RESULT (RTX_COMPARE & RTX_COMMUTATIVE_MASK) 1048 | (1 << RTX_COMPARE)))
|
| loop-iv.cc | 1512 && GET_RTX_CLASS (GET_CODE (a)) != RTX_COMPARE) 1514 && GET_RTX_CLASS (GET_CODE (b)) != RTX_COMPARE))
|
| jump.cc | 365 if (GET_RTX_CLASS (code) != RTX_COMPARE
|
| shrink-wrap.cc | 215 case RTX_COMPARE:
|
| print-rtl.cc | 1609 else if (GET_RTX_CLASS (GET_CODE (x)) == RTX_COMPARE
|
| recog.cc | 691 case RTX_COMPARE: 1134 case RTX_COMPARE:
|
| cselib.cc | 2113 case RTX_COMPARE:
|
| simplify-rtx.cc | 450 case RTX_COMPARE: 2705 gcc_assert (GET_RTX_CLASS (code) != RTX_COMPARE); 8074 case RTX_COMPARE:
|
| genattrtab.cc | 423 || GET_RTX_CLASS (code) == RTX_COMPARE
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-cost.cc | 87 else if (GET_RTX_CLASS (outer_code) == RTX_COMPARE
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-cost.cc | 87 else if (GET_RTX_CLASS (outer_code) == RTX_COMPARE
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| m68k.cc | 3034 if ((GET_RTX_CLASS (outer_code) == RTX_COMPARE 3149 if (GET_RTX_CLASS (outer_code) == RTX_COMPARE
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| m68k.cc | 3050 if ((GET_RTX_CLASS (outer_code) == RTX_COMPARE 3165 if (GET_RTX_CLASS (outer_code) == RTX_COMPARE
|
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| c6x.cc | 6031 else if (GET_RTX_CLASS (outer_code) == RTX_COMPARE
|