Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDgenopinit.c283 && (GET_RTX_CLASS (op) == RTX_COMPARE in gen_insn()
HDrtl.def55 RTX_COMPARE
511 DEF_RTL_EXPR(GE, "ge", "ee", RTX_COMPARE)
512 DEF_RTL_EXPR(GT, "gt", "ee", RTX_COMPARE)
513 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE)
514 DEF_RTL_EXPR(LT, "lt", "ee", RTX_COMPARE)
515 DEF_RTL_EXPR(GEU, "geu", "ee", RTX_COMPARE)
516 DEF_RTL_EXPR(GTU, "gtu", "ee", RTX_COMPARE)
517 DEF_RTL_EXPR(LEU, "leu", "ee", RTX_COMPARE)
518 DEF_RTL_EXPR(LTU, "ltu", "ee", RTX_COMPARE)
526 DEF_RTL_EXPR(UNGE, "unge", "ee", RTX_COMPARE)
[all …]
HDrtl.h68 RTX_COMPARE, /* 0 */ enumerator
92 #define RTX_COMPARE_RESULT (RTX_COMPARE & RTX_COMPARE_MASK)
96 #define RTX_BINARY_RESULT (RTX_COMPARE & RTX_BINARY_MASK)
99 #define RTX_NON_COMMUTATIVE_RESULT (RTX_COMPARE & RTX_COMMUTATIVE_MASK)
427 | (1 << RTX_COMPARE)))
HDjump.c373 if (GET_RTX_CLASS (code) != RTX_COMPARE in reversed_comparison_code_parts()
HDsimplify-rtx.c295 case RTX_COMPARE: in simplify_replace_rtx()
1461 gcc_assert (GET_RTX_CLASS (code) != RTX_COMPARE); in simplify_binary_operation()
4861 case RTX_COMPARE: in simplify_rtx()
HDregmove.c2060 case RTX_COMPARE: in stable_and_no_regs_but_for_p()
HDrtlanal.c4363 while ((GET_RTX_CLASS (code) == RTX_COMPARE in canonicalize_condition()
HDcombine.c3846 case RTX_COMPARE: in find_split_point()
4285 case RTX_COMPARE: in combine_simplify_rtx()
6733 case RTX_COMPARE: in canon_reg_for_combine()
HDgenattrtab.c392 || GET_RTX_CLASS (code) == RTX_COMPARE in attr_rtx_1()
HDoptabs.c155 && GET_RTX_CLASS (code) != RTX_COMPARE in add_equal_note()
HDcse.c3997 case RTX_COMPARE: in fold_rtx()
HDChangeLog-200613052 * cse.c (fold_rtx) <case RTX_COMM_COMPARE, RTX_COMPARE>: When arg1
HDChangeLog-200535690 * cse.c (fold_rtx) [RTX_COMPARE, RTX_COMM_COMPARE]: Don't attempt
/freebsd-11-stable/contrib/gcc/doc/
HDrtl.texi154 @item RTX_COMPARE
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.c9669 gcc_assert ((GET_RTX_CLASS (code) == RTX_COMPARE in validate_condition_mode()