Searched refs:mema (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.c | 4141 rtx meml, memh, addr, extl, exth, tmp, mema; local 4150 mema = XEXP (mem, 0); 4151 if (GET_CODE (mema) == LO_SUM) 4152 mema = force_reg (Pmode, mema); 4160 plus_constant (mema, ofs), 4167 plus_constant (mema, ofs + size - 1), 4174 emit_move_insn (addr, plus_constant (mema, -1)); 4185 emit_move_insn (addr, plus_constant (mema, ofs+2)); 4201 emit_move_insn (addr, plus_constant (mema, ofs+size-1)); 4226 emit_move_insn (addr, plus_constant (mema, ofs));
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.c | 3390 rtx meml, memh, addr, extl, exth, tmp, mema; in alpha_expand_unaligned_load() local 3428 mema = XEXP (mem, 0); in alpha_expand_unaligned_load() 3429 if (GET_CODE (mema) == LO_SUM) in alpha_expand_unaligned_load() 3430 mema = force_reg (Pmode, mema); in alpha_expand_unaligned_load() 3438 plus_constant (mema, ofs), in alpha_expand_unaligned_load() 3445 plus_constant (mema, ofs + size - 1), in alpha_expand_unaligned_load() 3452 emit_move_insn (addr, plus_constant (mema, -1)); in alpha_expand_unaligned_load() 3463 emit_move_insn (addr, plus_constant (mema, ofs+2)); in alpha_expand_unaligned_load() 3479 emit_move_insn (addr, plus_constant (mema, ofs+size-1)); in alpha_expand_unaligned_load() 3504 emit_move_insn (addr, plus_constant (mema, ofs)); in alpha_expand_unaligned_load()
|