Searched refs:RTX_BIN_ARITH (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | rtl.def | 65 RTX_BIN_ARITH 427 DEF_RTL_EXPR(COMPARE, "compare", "ee", RTX_BIN_ARITH) 433 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH) 441 DEF_RTL_EXPR(DIV, "div", "ee", RTX_BIN_ARITH) 443 DEF_RTL_EXPR(MOD, "mod", "ee", RTX_BIN_ARITH) 446 DEF_RTL_EXPR(UDIV, "udiv", "ee", RTX_BIN_ARITH) 447 DEF_RTL_EXPR(UMOD, "umod", "ee", RTX_BIN_ARITH) 458 DEF_RTL_EXPR(ASHIFT, "ashift", "ee", RTX_BIN_ARITH) /* shift left */ 459 DEF_RTL_EXPR(ROTATE, "rotate", "ee", RTX_BIN_ARITH) /* rotate left */ 460 DEF_RTL_EXPR(ASHIFTRT, "ashiftrt", "ee", RTX_BIN_ARITH) /* arithmetic shift right */ [all …]
|
| D | regmove.c | 2058 case RTX_BIN_ARITH: in stable_and_no_regs_but_for_p()
|
| D | rtl.h | 65 RTX_BIN_ARITH, enumerator
|
| D | simplify-rtx.c | 287 case RTX_BIN_ARITH: in simplify_replace_rtx() 4848 case RTX_BIN_ARITH: in simplify_rtx()
|
| D | final.c | 2872 || GET_RTX_CLASS (GET_CODE (op)) == RTX_BIN_ARITH) in get_mem_expr_from_op()
|
| D | ifcvt.c | 753 case RTX_BIN_ARITH: in noce_emit_move_insn()
|
| D | rtlanal.c | 2788 case RTX_BIN_ARITH: in commutative_operand_precedence()
|
| D | combine.c | 3841 case RTX_BIN_ARITH: in find_split_point() 4297 case RTX_BIN_ARITH: in combine_simplify_rtx() 6722 case RTX_BIN_ARITH: in canon_reg_for_combine()
|
| D | genattrtab.c | 390 else if (GET_RTX_CLASS (code) == RTX_BIN_ARITH in attr_rtx_1()
|
| D | cse.c | 4206 case RTX_BIN_ARITH: in fold_rtx()
|
| D | optabs.c | 153 && GET_RTX_CLASS (code) != RTX_BIN_ARITH in add_equal_note()
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | rtl.texi | 172 @item RTX_BIN_ARITH
|
| D | gccint.info | 8655 `RTX_BIN_ARITH'
|