Home
last modified time | relevance | path

Searched refs:RTX_COMPARE (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dgenopinit.c282 && (GET_RTX_CLASS (op) == RTX_COMPARE in gen_insn()
Drtl.def55 RTX_COMPARE
507 DEF_RTL_EXPR(GE, "ge", "ee", RTX_COMPARE)
508 DEF_RTL_EXPR(GT, "gt", "ee", RTX_COMPARE)
509 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE)
510 DEF_RTL_EXPR(LT, "lt", "ee", RTX_COMPARE)
511 DEF_RTL_EXPR(GEU, "geu", "ee", RTX_COMPARE)
512 DEF_RTL_EXPR(GTU, "gtu", "ee", RTX_COMPARE)
513 DEF_RTL_EXPR(LEU, "leu", "ee", RTX_COMPARE)
514 DEF_RTL_EXPR(LTU, "ltu", "ee", RTX_COMPARE)
522 DEF_RTL_EXPR(UNGE, "unge", "ee", RTX_COMPARE)
[all …]
Drtl.h63 RTX_COMPARE, /* 0 */ enumerator
87 #define RTX_COMPARE_RESULT (RTX_COMPARE & RTX_COMPARE_MASK)
91 #define RTX_BINARY_RESULT (RTX_COMPARE & RTX_BINARY_MASK)
94 #define RTX_NON_COMMUTATIVE_RESULT (RTX_COMPARE & RTX_COMMUTATIVE_MASK)
422 | (1 << RTX_COMPARE)))
Djump.c373 if (GET_RTX_CLASS (code) != RTX_COMPARE in reversed_comparison_code_parts()
Dsimplify-rtx.c295 case RTX_COMPARE: in simplify_replace_rtx()
1457 gcc_assert (GET_RTX_CLASS (code) != RTX_COMPARE); in simplify_binary_operation()
4857 case RTX_COMPARE: in simplify_rtx()
Dregmove.c2060 case RTX_COMPARE: in stable_and_no_regs_but_for_p()
Drtlanal.c4363 while ((GET_RTX_CLASS (code) == RTX_COMPARE in canonicalize_condition()
Dcombine.c3843 case RTX_COMPARE: in find_split_point()
4282 case RTX_COMPARE: in combine_simplify_rtx()
6730 case RTX_COMPARE: in canon_reg_for_combine()
Dgenattrtab.c392 || GET_RTX_CLASS (code) == RTX_COMPARE in attr_rtx_1()
Dcse.c3987 case RTX_COMPARE: in fold_rtx()
Doptabs.c155 && GET_RTX_CLASS (code) != RTX_COMPARE in add_equal_note()
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi154 @item RTX_COMPARE
Dgccint.info8639 `RTX_COMPARE'
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c9636 gcc_assert ((GET_RTX_CLASS (code) == RTX_COMPARE in validate_condition_mode()