Home
last modified time | relevance | path

Searched refs:RTX_BIN_ARITH (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Drtl.def62 RTX_BIN_ARITH
452 DEF_RTL_EXPR(COMPARE, "compare", "ee", RTX_BIN_ARITH)
458 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
476 DEF_RTL_EXPR(DIV, "div", "ee", RTX_BIN_ARITH)
478 DEF_RTL_EXPR(SS_DIV, "ss_div", "ee", RTX_BIN_ARITH)
480 DEF_RTL_EXPR(US_DIV, "us_div", "ee", RTX_BIN_ARITH)
483 DEF_RTL_EXPR(MOD, "mod", "ee", RTX_BIN_ARITH)
486 DEF_RTL_EXPR(UDIV, "udiv", "ee", RTX_BIN_ARITH)
487 DEF_RTL_EXPR(UMOD, "umod", "ee", RTX_BIN_ARITH)
498 DEF_RTL_EXPR(ASHIFT, "ashift", "ee", RTX_BIN_ARITH) /* shift left */
[all …]
Drecog.cc684 case RTX_BIN_ARITH: in simplify_while_replacing()
1114 case RTX_BIN_ARITH: in apply_to_rvalue_1()
Dshrink-wrap.cc217 case RTX_BIN_ARITH: in move_insn_for_shrink_wrap()
Dprint-rtl.cc1609 || GET_RTX_CLASS (GET_CODE (x)) == RTX_BIN_ARITH in print_exp()
Dcombine.cc5280 case RTX_BIN_ARITH: in find_split_point()
5682 case RTX_BIN_ARITH: in combine_simplify_rtx()
8497 case RTX_BIN_ARITH: in canon_reg_for_combine()
13071 if (GET_RTX_CLASS (code) == RTX_BIN_ARITH in count_rtxs()
13080 if ((GET_RTX_CLASS (GET_CODE (x1)) == RTX_BIN_ARITH in count_rtxs()
13087 if ((GET_RTX_CLASS (GET_CODE (x0)) == RTX_BIN_ARITH in count_rtxs()
Dcselib.cc2056 case RTX_BIN_ARITH: in cselib_expand_value_rtx_1()
Dfinal.cc3307 || GET_RTX_CLASS (GET_CODE (op)) == RTX_BIN_ARITH) in get_mem_expr_from_op()
Drtl.h75 RTX_BIN_ARITH, enumerator
Dsimplify-rtx.cc436 case RTX_BIN_ARITH: in simplify_replace_fn_rtx()
7736 case RTX_BIN_ARITH: in simplify_rtx()
Difcvt.cc1024 case RTX_BIN_ARITH: in noce_emit_move_insn()
Dgenattrtab.cc421 else if (GET_RTX_CLASS (code) == RTX_BIN_ARITH in attr_rtx_1()
Drtlanal.cc3861 case RTX_BIN_ARITH: in commutative_operand_precedence()
Dcse.cc3484 case RTX_BIN_ARITH: in fold_rtx()
Doptabs.cc81 && GET_RTX_CLASS (code) != RTX_BIN_ARITH in add_equal_note()
DChangeLog-20128482 * combine.c (count_rtxs): Use RTX_BIN_ARITH resp. RTX_COMM_ARITH
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Drtl.texi173 @item RTX_BIN_ARITH
292 @item RTX_BIN_ARITH
Dgccint.info16475 'RTX_BIN_ARITH'
16582 'RTX_BIN_ARITH'