1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Fix an incorrect store pattern. This fixes em3d.

llvm-svn: 28930
This commit is contained in:
Chris Lattner 2006-06-27 18:22:50 +00:00
parent 26f2bd4d4b
commit 20959f59cd

View File

@ -251,7 +251,7 @@ def STD : DSForm_2<62, 0, (ops G8RC:$rS, memrix:$dst),
[(store G8RC:$rS, ixaddr:$dst)]>, isPPC64;
def STDX : XForm_8<31, 149, (ops G8RC:$rS, memrr:$dst),
"stdx $rS, $dst", LdStSTD,
[(store G8RC:$rS, iaddr:$dst)]>, isPPC64,
[(store G8RC:$rS, xaddr:$dst)]>, isPPC64,
PPC970_DGroup_Cracked;
def STDUX : XForm_8<31, 181, (ops G8RC:$rS, memrr:$dst),
"stdux $rS, $dst", LdStSTD,