Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDrtl.def65 RTX_BIN_ARITH
431 DEF_RTL_EXPR(COMPARE, "compare", "ee", RTX_BIN_ARITH)
437 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
445 DEF_RTL_EXPR(DIV, "div", "ee", RTX_BIN_ARITH)
447 DEF_RTL_EXPR(MOD, "mod", "ee", RTX_BIN_ARITH)
450 DEF_RTL_EXPR(UDIV, "udiv", "ee", RTX_BIN_ARITH)
451 DEF_RTL_EXPR(UMOD, "umod", "ee", RTX_BIN_ARITH)
462 DEF_RTL_EXPR(ASHIFT, "ashift", "ee", RTX_BIN_ARITH) /* shift left */
463 DEF_RTL_EXPR(ROTATE, "rotate", "ee", RTX_BIN_ARITH) /* rotate left */
464 DEF_RTL_EXPR(ASHIFTRT, "ashiftrt", "ee", RTX_BIN_ARITH) /* arithmetic shift right */
[all …]
HDregmove.c2058 case RTX_BIN_ARITH: in stable_and_no_regs_but_for_p()
HDrtl.h70 RTX_BIN_ARITH, enumerator
HDsimplify-rtx.c287 case RTX_BIN_ARITH: in simplify_replace_rtx()
4852 case RTX_BIN_ARITH: in simplify_rtx()
HDfinal.c2878 || GET_RTX_CLASS (GET_CODE (op)) == RTX_BIN_ARITH) in get_mem_expr_from_op()
HDifcvt.c753 case RTX_BIN_ARITH: in noce_emit_move_insn()
HDrtlanal.c2788 case RTX_BIN_ARITH: in commutative_operand_precedence()
HDcombine.c3844 case RTX_BIN_ARITH: in find_split_point()
4300 case RTX_BIN_ARITH: in combine_simplify_rtx()
6725 case RTX_BIN_ARITH: in canon_reg_for_combine()
HDgenattrtab.c390 else if (GET_RTX_CLASS (code) == RTX_BIN_ARITH in attr_rtx_1()
HDoptabs.c153 && GET_RTX_CLASS (code) != RTX_BIN_ARITH in add_equal_note()
HDcse.c4216 case RTX_BIN_ARITH: in fold_rtx()
/NextBSD/contrib/gcc/doc/
HDrtl.texi172 @item RTX_BIN_ARITH