Home
last modified time | relevance | path

Searched refs:copy_to_mode_reg (Results 1 – 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Doptabs.c458 xop0 = copy_to_mode_reg (xmode0, xop0); in expand_widen_pattern_expr()
464 xop1 = copy_to_mode_reg (xmode1, xop1); in expand_widen_pattern_expr()
470 wxop = copy_to_mode_reg (wxmode, wxop); in expand_widen_pattern_expr()
483 wxop = copy_to_mode_reg (wxmode, wxop); in expand_widen_pattern_expr()
558 xop0 = copy_to_mode_reg (mode0, xop0); in expand_ternary_op()
562 xop1 = copy_to_mode_reg (mode1, xop1); in expand_ternary_op()
566 xop2 = copy_to_mode_reg (mode2, xop2); in expand_ternary_op()
1327 xop0 = copy_to_mode_reg (mode0, xop0); in expand_binop()
1331 xop1 = copy_to_mode_reg (mode1, xop1); in expand_binop()
2081 xop0 = copy_to_mode_reg (mode0, xop0); in expand_twoval_unop()
[all …]
Dexplow.c619 return copy_to_mode_reg (Pmode, x); in copy_addr_to_reg()
626 copy_to_mode_reg (enum machine_mode mode, rtx x) in copy_to_mode_reg() function
1240 size = copy_to_mode_reg (mode, convert_to_mode (mode, size, 1)); in allocate_dynamic_stack_space()
1380 last_addr = copy_to_mode_reg (Pmode, last_addr); in probe_stack_range()
Dexpmed.c419 src = copy_to_mode_reg (mode1, src); in store_bit_field()
422 rtxpos = copy_to_mode_reg (mode1, rtxpos); in store_bit_field()
526 value = copy_to_mode_reg (fieldmode, value); in store_bit_field()
1158 dest = copy_to_mode_reg (mode0, dest); in extract_bit_field()
1161 src = copy_to_mode_reg (mode1, src); in extract_bit_field()
1164 rtxpos = copy_to_mode_reg (mode1, rtxpos); in extract_bit_field()
2965 accum = copy_to_mode_reg (mode, const0_rtx); in expand_mult_const()
2970 accum = copy_to_mode_reg (mode, op0); in expand_mult_const()
3731 temp2 = copy_to_mode_reg (mode, op0); in expand_sdiv_pow2()
3769 temp = copy_to_mode_reg (mode, op0); in expand_sdiv_pow2()
[all …]
Dexpr.c1315 op2 = copy_to_mode_reg (mode, op2); in emit_block_move_via_movmem()
1353 dst_addr = copy_to_mode_reg (Pmode, XEXP (dst, 0)); in emit_block_move_via_libcall()
1354 src_addr = copy_to_mode_reg (Pmode, XEXP (src, 0)); in emit_block_move_via_libcall()
1365 size = copy_to_mode_reg (size_mode, size); in emit_block_move_via_libcall()
2564 object = copy_to_mode_reg (Pmode, XEXP (object, 0)); in clear_storage_via_libcall()
2568 size = copy_to_mode_reg (size_mode, size); in clear_storage_via_libcall()
2686 opsize = copy_to_mode_reg (mode, opsize); in set_storage_via_setmem()
2695 opchar = copy_to_mode_reg (char_mode, opchar); in set_storage_via_setmem()
3429 temp = copy_to_mode_reg (Pmode, size); in push_block()
8092 op0 = copy_to_mode_reg (mode, op0); in expand_expr_real_1()
[all …]
Dexpr.h671 extern rtx copy_to_mode_reg (enum machine_mode, rtx);
Dcalls.c708 args[i].value = copy_to_mode_reg (args[i].mode, args[i].value); in precompute_register_parameters()
Dbuiltins.c2704 char_rtx = copy_to_mode_reg (char_mode, char_rtx); in expand_builtin_strlen()
4556 tem = copy_to_mode_reg (Pmode, tem); in expand_builtin_frame_address()
DChangeLog-199913246 * expr.c (emit_block_move): Use copy_to_mode_reg for
16310 copy_to_mode_reg; don't force constants into a register.
DChangeLog-200510678 copy_to_mode_reg.
20262 * config/sh/sh.c (sh_builtin_saveregs): Use copy_to_mode_reg
DChangeLog-200414564 * explow.c (trunc_int_for_mode, copy_to_mode_reg,
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c9351 op1 = copy_to_mode_reg (mode, op1); in ix86_expand_move()
9360 op1 = copy_to_mode_reg (mode, op1); in ix86_expand_move()
12897 return copy_to_mode_reg (Pmode, exp); in ix86_zero_extend_to_Pmode()
12943 destreg = copy_to_mode_reg (Pmode, XEXP (dst, 0)); in ix86_expand_movmem()
12946 srcreg = copy_to_mode_reg (Pmode, XEXP (src, 0)); in ix86_expand_movmem()
13008 countreg = copy_to_mode_reg (counter_mode, countreg); in ix86_expand_movmem()
13079 countreg = copy_to_mode_reg (counter_mode, count_exp); in ix86_expand_movmem()
13247 destreg = copy_to_mode_reg (Pmode, XEXP (dst, 0)); in ix86_expand_clrmem()
13266 zeroreg = copy_to_mode_reg (QImode, const0_rtx); in ix86_expand_clrmem()
13280 zeroreg = copy_to_mode_reg (size == 4 ? SImode : DImode, const0_rtx); in ix86_expand_clrmem()
[all …]
Dpredicates.md970 ;; re-recognize the operand to avoid a copy_to_mode_reg that will fail.
Di386.md18845 addr1 = copy_to_mode_reg (Pmode, XEXP (operands[1], 0));
18846 addr2 = copy_to_mode_reg (Pmode, XEXP (operands[2], 0));
19743 emit_insn (gen_allocate_stack_worker (copy_to_mode_reg (SImode,
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.c6776 op0 = copy_to_mode_reg (mode0, op0); in rs6000_expand_unop_builtin()
6805 op0 = copy_to_mode_reg (mode0, op0); in altivec_expand_abs_builtin()
6879 op0 = copy_to_mode_reg (mode0, op0); in rs6000_expand_binop_builtin()
6881 op1 = copy_to_mode_reg (mode1, op1); in rs6000_expand_binop_builtin()
6926 op0 = copy_to_mode_reg (mode0, op0); in altivec_expand_predicate_builtin()
6928 op1 = copy_to_mode_reg (mode1, op1); in altivec_expand_predicate_builtin()
6993 op1 = copy_to_mode_reg (mode1, op1); in altivec_expand_lv_builtin()
7001 op0 = copy_to_mode_reg (mode0, op0); in altivec_expand_lv_builtin()
7035 op0 = copy_to_mode_reg (mode2, op0); in spe_expand_stv_builtin()
7037 op1 = copy_to_mode_reg (mode0, op1); in spe_expand_stv_builtin()
[all …]
/freebsd-10-stable/contrib/gcc/config/arm/
Darm.c6411 dst = copy_to_mode_reg (SImode, XEXP (dstbase, 0)); in arm_gen_movmemqi()
6412 src = copy_to_mode_reg (SImode, XEXP (srcbase, 0)); in arm_gen_movmemqi()
6478 part_bytes_reg = copy_to_mode_reg (SImode, mem); in arm_gen_movmemqi()
12659 op0 = copy_to_mode_reg (mode0, op0); in arm_expand_binop_builtin()
12661 op1 = copy_to_mode_reg (mode1, op1); in arm_expand_binop_builtin()
12687 op0 = gen_rtx_MEM (mode0, copy_to_mode_reg (Pmode, op0)); in arm_expand_unop_builtin()
12694 op0 = copy_to_mode_reg (mode0, op0); in arm_expand_unop_builtin()
12758 op0 = copy_to_mode_reg (mode0, op0); in arm_expand_builtin()
12793 op0 = copy_to_mode_reg (mode0, op0); in arm_expand_builtin()
12795 op1 = copy_to_mode_reg (mode1, op1); in arm_expand_builtin()
[all …]
Darm.md3322 operands[1] = copy_to_mode_reg (HImode, operands[1]);
3477 operands[1] = copy_to_mode_reg (QImode, operands[1]);
3616 operands[1] = copy_to_mode_reg (HImode, operands[1]);
3768 rtx addr = copy_to_mode_reg (SImode, XEXP (operands[1], 0));
3842 operands[1] = copy_to_mode_reg (QImode, operands[1]);
3878 operands[1] = copy_to_mode_reg (QImode, operands[1]);
4748 operands[1] = copy_to_mode_reg (HImode, operands[1]);
4973 rtx addr = copy_to_mode_reg (SImode, XEXP (operands[1], 0));
/freebsd-10-stable/contrib/gcc/config/sparc/
Dsparc.c3324 copy_to_mode_reg (Pmode, XEXP (x, 1))); in legitimize_address()
3327 copy_to_mode_reg (Pmode, XEXP (x, 0))); in legitimize_address()
8002 op[arg_count] = copy_to_mode_reg (mode[arg_count], op[arg_count]); in sparc_expand_builtin()
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c2163 reg = copy_to_mode_reg (Pmode, reg); in mips_legitimize_address()
10318 value = copy_to_mode_reg (mode, value); in mips_prepare_builtin_arg()
/freebsd-10-stable/contrib/gcc/config/s390/
Ds390.c8248 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]); in s390_expand_builtin()
Ds390.md6995 index = copy_to_mode_reg (Pmode, index);