Searched refs:RTX_BIN_ARITH (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | rtl.def | 62 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 …]
|
| D | recog.cc | 684 case RTX_BIN_ARITH: in simplify_while_replacing() 1114 case RTX_BIN_ARITH: in apply_to_rvalue_1()
|
| D | shrink-wrap.cc | 217 case RTX_BIN_ARITH: in move_insn_for_shrink_wrap()
|
| D | print-rtl.cc | 1609 || GET_RTX_CLASS (GET_CODE (x)) == RTX_BIN_ARITH in print_exp()
|
| D | combine.cc | 5280 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()
|
| D | cselib.cc | 2056 case RTX_BIN_ARITH: in cselib_expand_value_rtx_1()
|
| D | final.cc | 3307 || GET_RTX_CLASS (GET_CODE (op)) == RTX_BIN_ARITH) in get_mem_expr_from_op()
|
| D | rtl.h | 75 RTX_BIN_ARITH, enumerator
|
| D | simplify-rtx.cc | 436 case RTX_BIN_ARITH: in simplify_replace_fn_rtx() 7736 case RTX_BIN_ARITH: in simplify_rtx()
|
| D | ifcvt.cc | 1024 case RTX_BIN_ARITH: in noce_emit_move_insn()
|
| D | genattrtab.cc | 421 else if (GET_RTX_CLASS (code) == RTX_BIN_ARITH in attr_rtx_1()
|
| D | rtlanal.cc | 3861 case RTX_BIN_ARITH: in commutative_operand_precedence()
|
| D | cse.cc | 3484 case RTX_BIN_ARITH: in fold_rtx()
|
| D | optabs.cc | 81 && GET_RTX_CLASS (code) != RTX_BIN_ARITH in add_equal_note()
|
| D | ChangeLog-2012 | 8482 * combine.c (count_rtxs): Use RTX_BIN_ARITH resp. RTX_COMM_ARITH
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | rtl.texi | 173 @item RTX_BIN_ARITH 292 @item RTX_BIN_ARITH
|
| D | gccint.info | 16475 'RTX_BIN_ARITH' 16582 'RTX_BIN_ARITH'
|