Home | History | Annotate | Download | only in alpha

Lines Matching refs:orig_dst

3800   rtx orig_dst = operands[0];
3833 tmp = XEXP (orig_dst, 0);
3949 emit_move_insn (adjust_address (orig_dst, DImode, ofs),
3965 emit_move_insn (adjust_address (orig_dst, SImode, ofs),
3967 emit_move_insn (adjust_address (orig_dst, SImode, ofs + 4),
3975 emit_move_insn (adjust_address (orig_dst, SImode, ofs),
3991 alpha_expand_unaligned_store (orig_dst, data_regs[i], 8, ofs);
3993 alpha_expand_unaligned_store_words (data_regs + i, orig_dst,
4005 alpha_expand_unaligned_store (orig_dst, data_regs[i], 4, ofs);
4013 emit_move_insn (adjust_address (orig_dst, HImode, ofs), data_regs[i]);
4020 alpha_expand_unaligned_store (orig_dst, data_regs[i], 2, ofs);
4029 emit_move_insn (adjust_address (orig_dst, QImode, ofs), data_regs[i]);
4046 rtx orig_dst = operands[0];
4056 tmp = XEXP (orig_dst, 0);
4093 mem = adjust_address (orig_dst, mode, ofs - inv_alignofs);
4118 emit_move_insn (adjust_address (orig_dst, QImode, ofs), const0_rtx);
4125 emit_move_insn (adjust_address (orig_dst, HImode, ofs), const0_rtx);
4132 emit_move_insn (adjust_address (orig_dst, SImode, ofs), const0_rtx);
4154 emit_move_insn (adjust_address (orig_dst, DImode, ofs + i * 8),
4168 emit_move_insn (adjust_address (orig_dst, SImode, ofs), const0_rtx);
4172 orig_dsta = XEXP (orig_dst, 0);
4180 = change_address (orig_dst, DImode,
4205 emit_move_insn (adjust_address (orig_dst, SImode, ofs + i * 4),
4218 alpha_expand_unaligned_store_words (NULL, orig_dst, words, ofs);
4242 mem = adjust_address (orig_dst, DImode, ofs);
4258 mem = adjust_address (orig_dst, SImode, ofs);
4273 alpha_expand_unaligned_store (orig_dst, const0_rtx, 4, ofs);
4283 emit_move_insn (adjust_address (orig_dst, HImode, ofs),
4291 alpha_expand_unaligned_store (orig_dst, const0_rtx, 2, ofs);
4299 emit_move_insn (adjust_address (orig_dst, QImode, ofs), const0_rtx);