Searched refs:RTX_COMPARE (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | genopinit.c | 282 && (GET_RTX_CLASS (op) == RTX_COMPARE in gen_insn()
|
| D | rtl.def | 55 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 …]
|
| D | rtl.h | 63 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)))
|
| D | jump.c | 373 if (GET_RTX_CLASS (code) != RTX_COMPARE in reversed_comparison_code_parts()
|
| D | simplify-rtx.c | 295 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()
|
| D | regmove.c | 2060 case RTX_COMPARE: in stable_and_no_regs_but_for_p()
|
| D | rtlanal.c | 4363 while ((GET_RTX_CLASS (code) == RTX_COMPARE in canonicalize_condition()
|
| D | combine.c | 3843 case RTX_COMPARE: in find_split_point() 4282 case RTX_COMPARE: in combine_simplify_rtx() 6730 case RTX_COMPARE: in canon_reg_for_combine()
|
| D | genattrtab.c | 392 || GET_RTX_CLASS (code) == RTX_COMPARE in attr_rtx_1()
|
| D | cse.c | 3987 case RTX_COMPARE: in fold_rtx()
|
| D | optabs.c | 155 && GET_RTX_CLASS (code) != RTX_COMPARE in add_equal_note()
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | rtl.texi | 154 @item RTX_COMPARE
|
| D | gccint.info | 8639 `RTX_COMPARE'
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 9636 gcc_assert ((GET_RTX_CLASS (code) == RTX_COMPARE in validate_condition_mode()
|