Searched refs:SET_SRC (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c5430 rtx src = SET_SRC (x);
5480 rtx src = SET_SRC (x);
5542 if (GET_CODE (SET_SRC (x)) != CALL)
5645 if (GET_CODE (SET_SRC (pat)) != CALL)
6782 mem = SET_SRC (pat);
7176 return ia64_spec_check_src_p (SET_SRC (x));
8348 mem = SET_SRC (src);
8803 rtx src = SET_SRC (pat);
/freebsd-11.0-release/contrib/gcc/
H A Dgensupport.c397 sub = SET_SRC (sub);
H A Dexplow.c685 && ! rtx_equal_p (x, SET_SRC (set)))
H A Dpredict.c1435 cond = XEXP (SET_SRC (pc_set (insn)), 0);
H A Dhaifa-sched.c450 may_trap_exp (SET_SRC (XVECEXP (pat, 0, i)),
482 may_trap_exp (SET_SRC (pat), 0));
1605 if (!reg_mentioned_p (SET_DEST (x), SET_SRC (x)))
H A Demit-rtl.c2282 && (GET_CODE (SET_SRC (XVECEXP (x, i, j)))
4638 else if (GET_CODE (SET_SRC (x)) == CALL)
4653 && GET_CODE (SET_SRC (XVECEXP (x, 0, j))) == CALL)
H A Dexpr.c291 SET_SRC (pat) = mem;
296 SET_SRC (pat) = mem1;
301 SET_SRC (pat) = reg;
306 SET_SRC (pat) = reg;
3334 && ! rtx_equal_p (y_cst, SET_SRC (set)))
H A Ddf-scan.c1345 df_uses_record (dflow, &SET_SRC (x), DF_REF_REG_USE, bb, insn, flags);
H A Drtl.h1235 and SET_SRC is the value it is set to. */
1237 #define SET_SRC(RTX) XCEXP(RTX, 1, SET)
1234 #define SET_SRC macro
H A Dstmt.c1031 MEM_VOLATILE_P (SET_SRC (XVECEXP (body, 0, i))) = vol;
H A Doptabs.c3234 && (modified_in_p (SET_SRC (set), p->first)
3236 || modified_between_p (SET_SRC (set), p->first, p->insn)
H A Dbuiltins.c4744 rtx ifelse = SET_SRC (pc_set (insn));
4770 temp = XEXP (SET_SRC (pc_set (next)), 0);
4788 temp = XEXP (SET_SRC (pc_set (next)), 0);
H A Ddwarf2out.c1019 rtx src = SET_SRC (pattern);
1115 insn = SET_SRC (insn);
1538 src = SET_SRC (expr);
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c3851 if (! CONSTANT_P (SET_SRC (set)))
13399 enum machine_mode mode = GET_MODE (SET_SRC (i));
14077 temp = simplify_rtx (SET_SRC (set));
14079 SET_SRC (set) = temp;
14100 temp = simplify_rtx (SET_SRC (set));
14102 SET_SRC (set) = temp;
14134 || GET_MODE (SET_SRC (real)) != V2SImode)
14145 && GET_CODE (SET_SRC (real)) == REG);
14157 reg = SET_SRC (real2);
14167 reg = SET_SRC (synt
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c5700 rtx unspec = SET_SRC (pattern);
10081 gcc_assert (GET_CODE (SET_SRC (set)) == COMPARE);
10089 || XEXP (SET_SRC (set), 1) != const0_rtx))
10111 return (GET_MODE (SET_SRC (set)) == set_mode);
14049 return memory_address_length (SET_SRC (set));
14155 addr = SET_SRC (addr);
14224 && rtx_equal_p (SET_DEST (set), SET_SRC (set2))
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c8877 && GET_CODE (SET_SRC (PATTERN (first))) == IF_THEN_ELSE)
8880 rtx cond = XEXP (SET_SRC (PATTERN (first)), 0);
9787 x = SET_SRC (x);

Completed in 429 milliseconds

123