s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg. From-SVN: r165301
This commit is contained in:
parent
c159409f3a
commit
a6510374cc
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
|
||||
|
||||
2010-10-11 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/45870
|
||||
|
|
|
@ -5351,10 +5351,10 @@
|
|||
"@
|
||||
loc<g>r%C1\t%0,%3
|
||||
loc<g>r%D1\t%0,%4
|
||||
l<g>oc%C1\t%0,%3
|
||||
l<g>oc%D1\t%0,%4
|
||||
st<g>oc%C1\t%3,%0
|
||||
st<g>oc%D1\t%4,%0
|
||||
loc<g>%C1\t%0,%3
|
||||
loc<g>%D1\t%0,%4
|
||||
stoc<g>%C1\t%3,%0
|
||||
stoc<g>%D1\t%4,%0
|
||||
#"
|
||||
"&& reload_completed
|
||||
&& MEM_P (operands[3]) && MEM_P (operands[4])"
|
||||
|
|
Loading…
Add table
Reference in a new issue