Home
last modified time | relevance | path

Searched refs:UNARY_P (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Drecog.cc3093 if (UNARY_P (op) && op == extract_mem_from_operand (op)) in constrain_operands()
3164 if (UNARY_P (op1)) in constrain_operands()
3166 if (UNARY_P (op2)) in constrain_operands()
Djump.cc1782 else if (UNARY_P (x)) in rtx_renumbered_equal_p()
Dalias.cc1900 else if (UNARY_P (x)) in rtx_equal_for_memref_p()
Dfinal.cc3306 while (UNARY_P (op) in get_mem_expr_from_op()
Dcombine.cc2199 if (UNARY_P (x)) in contains_muldiv()
5204 if ((BINARY_P (SET_SRC (x)) || UNARY_P (SET_SRC (x))) in find_split_point()
5716 || (UNARY_P (x) in combine_simplify_rtx()
9219 else if (UNARY_P (x) in if_then_else_cond()
Drtl.h1019 #define UNARY_P(X) \ macro
Difcvt.cc929 if (UNARY_P (x)) in noce_can_force_operand()
Dreload.cc3098 if (UNARY_P (operand) && *p != 0) in find_reloads()
Dreload1.cc8574 else if (REG_P (out) && UNARY_P (in)) in gen_reload()
Dsimplify-rtx.cc6407 if (UNARY_P (x) in simplify_merge_mask()
Dexpr.cc7964 if (UNARY_P (value)) in force_operand()
DChangeLog-200619195 * reload1.c (gen_reload): Also use find_replacement in UNARY_P case.
DChangeLog-201540908 * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
DChangeLog-200439762 RTX_EXPR_FIRST, RTX_EXPR_LAST, UNARY_P, BINARY_P,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h1759 #define STRIP_UNARY(X) (UNARY_P (X) ? XEXP (X, 0) : X)
Dsse.md12334 reg1 = UNARY_P (operands[1]) ? ~reg1 : reg1;
12335 reg2 = UNARY_P (operands[2]) ? ~reg2 : reg2;
12336 reg3 = UNARY_P (operands[3]) ? ~reg3 : reg3;
12337 reg4 = UNARY_P (operands[4]) ? ~reg4 : reg4;
12418 reg1 = UNARY_P (operands[1]) ? ~reg1 : reg1;
12419 reg2 = UNARY_P (operands[2]) ? ~reg2 : reg2;
12420 reg3 = UNARY_P (operands[3]) ? ~reg3 : reg3;
12421 reg4 = UNARY_P (operands[4]) ? ~reg4 : reg4;
12464 reg1 = UNARY_P (operands[1]) ? ~reg1 : reg1;
12465 reg2 = UNARY_P (operands[2]) ? ~reg2 : reg2;
[all …]
Di386.cc1379 if (UNARY_P (op)) in ix86_legitimate_combined_insn()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc10240 if (UNARY_P (x)) in mips16e_collect_propagate_value()
17798 if (UNARY_P (x)) in r10k_simplify_address()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc19212 if (UNARY_P (src) || BINARY_P (src)) in thumb2_reorg()