Home
last modified time | relevance | path

Searched refs:COMPARISON_P (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/config/s390/
Dpredicates.md185 if (!COMPARISON_P (op))
230 if (!COMPARISON_P (op))
/openbsd/src/gnu/gcc/gcc/config/iq2000/
Dpredicates.md178 return COMPARISON_P (op);
/openbsd/src/gnu/gcc/gcc/
Dcombine.c4198 && ! (COMPARISON_P (x) in combine_simplify_rtx()
4199 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx)))) in combine_simplify_rtx()
4204 if (cond_code == NE && COMPARISON_P (cond)) in combine_simplify_rtx()
4478 && COMPARISON_P (temp)) in combine_simplify_rtx()
4844 int comparison_p = COMPARISON_P (cond); in simplify_if_then_else()
4945 comparison_p = COMPARISON_P (cond); in simplify_if_then_else()
5200 && COMPARISON_P (*cc_use) in simplify_set()
5737 && COMPARISON_P (XEXP (XEXP (x, 0), 0)) in expand_compound_operation()
5748 && COMPARISON_P (SUBREG_REG (XEXP (x, 0))) in expand_compound_operation()
6431 : ((code == COMPARE || COMPARISON_P (x)) in make_compound_operation()
[all …]
Dflow.c3238 if (COMPARISON_P (old)) in ior_reg_cond()
3240 if (COMPARISON_P (x) in ior_reg_cond()
3330 if (COMPARISON_P (x) in not_reg_cond()
3346 if (COMPARISON_P (old)) in and_reg_cond()
3348 if (COMPARISON_P (x) in and_reg_cond()
3439 if (COMPARISON_P (x)) in elim_reg_cond()
Dsimplify-rtx.c405 if (COMPARISON_P (op) in simplify_unary_operation_1()
672 && COMPARISON_P (op) in simplify_unary_operation_1()
1629 if (COMPARISON_P (op0) in simplify_binary_operation_1()
1837 && COMPARISON_P (op1) in simplify_binary_operation_1()
2163 && COMPARISON_P (op0) in simplify_binary_operation_1()
2184 && COMPARISON_P (op0) in simplify_binary_operation_1()
3594 if (INTVAL (op1) == 0 && COMPARISON_P (op0)) in simplify_relational_operation_1()
4121 if (COMPARISON_P (op0) && ! side_effects_p (op0)) in simplify_ternary_operation()
Dsched-deps.c193 if (COMPARISON_P (cond1) in conditions_mutex_p()
194 && COMPARISON_P (cond2) in conditions_mutex_p()
Ddojump.c822 if (COMPARISON_P (tem)) in compare_from_rtx()
Dcse.c1174 if (code == COMPARE || COMPARISON_P (x)) in mention_regs()
3092 else if (COMPARISON_P (arg1)) in find_comparison_args()
3180 && COMPARISON_P (p->exp))) in find_comparison_args()
3200 && COMPARISON_P (p->exp)) in find_comparison_args()
3233 else if (COMPARISON_P (x)) in find_comparison_args()
Drtlanal.c4458 && COMPARISON_P (SET_SRC (set)))) in canonicalize_condition()
4478 && COMPARISON_P (SET_SRC (set)) in canonicalize_condition()
4502 if (COMPARISON_P (x)) in canonicalize_condition()
Dloop-iv.c1591 if (!COMPARISON_P (exp)) in simplify_using_condition()
2020 gcc_assert (COMPARISON_P (condition)); in iv_number_of_iterations()
Djump.c483 if (!COMPARISON_P (comparison)) in reversed_comparison_code()
Dpredict.c803 if (COMPARISON_P (cond) in bb_estimate_probability_locally()
Drtl.h438 #define COMPARISON_P(X) \ macro
Dfinal.c2240 && COMPARISON_P (XEXP (SET_SRC (body), 0)) in final_scan_insn()
Drecog.c1380 && COMPARISON_P (op)); in comparison_operator()
Dreg-stack.c1119 if (COMPARISON_P (pat)) in swap_rtx_condition_1()
/openbsd/src/gnu/gcc/gcc/config/m32r/
Dpredicates.md106 return (COMPARISON_P (op)
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c6747 && COMPARISON_P (XEXP (x, 0)) in arm_select_cc_mode()
6748 && COMPARISON_P (XEXP (x, 1))) in arm_select_cc_mode()
6754 && COMPARISON_P (XEXP (x, 0)) in arm_select_cc_mode()
6755 && COMPARISON_P (XEXP (x, 1))) in arm_select_cc_mode()
6760 && COMPARISON_P (XEXP (x, 0)) in arm_select_cc_mode()
6761 && COMPARISON_P (XEXP (x, 1))) in arm_select_cc_mode()
11174 if (!COMPARISON_P (x)) in arm_print_operand()
11192 if (!COMPARISON_P (x)) in arm_print_operand()
/openbsd/src/gnu/gcc/gcc/config/arc/
Darc.c716 if (!COMPARISON_P (op)) in proper_comparison_operator()
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.h1873 : (((OP) == EQ || (OP) == NE) && COMPARISON_P (X) \
Drs6000.c10065 if (!COMPARISON_P (op)) in ccr_bit()
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c5419 || COMPARISON_P (src))) in frv_ifcvt_modify_tests()
6089 else if (mode == CC_CCRmode && COMPARISON_P (src)) in frv_ifcvt_modify_insn()
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dia64.c5438 if (COMPARISON_P (src) in update_set_flags()
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dalpha.c5370 if (!COMPARISON_P (x)) in print_operand()
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.c8014 if (!COMPARISON_P (x)) in print_operand()

12