Home | History | Annotate | Download | only in gcc

Lines Matching refs:orig_src

2380 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type,
2385 machine_mode m = GET_MODE (orig_src);
2391 && !MEM_P (orig_src)
2392 && GET_CODE (orig_src) != CONCAT)
2395 if (int_mode_for_mode (GET_MODE (orig_src)).exists (&imode))
2398 emit_move_insn (gen_lowpart (GET_MODE (orig_src), src), orig_src);
2402 src = assign_stack_temp (GET_MODE (orig_src), ssize);
2403 emit_move_insn (src, orig_src);
2435 BLOCK_REG_PADDING (GET_MODE (orig_src), type, i == start)
2449 src = orig_src;
2450 if (!MEM_P (orig_src)
2451 && (!CONSTANT_P (orig_src)
2452 || (GET_MODE (orig_src) != mode
2453 && GET_MODE (orig_src) != VOIDmode)))
2455 if (GET_MODE (orig_src) == VOIDmode)
2458 src = gen_reg_rtx (GET_MODE (orig_src));
2460 emit_move_insn (src, orig_src);
2549 SSIZE represents the total size of block ORIG_SRC in bytes, or -1