Always use xorps to clear XMM registers.

llvm-svn: 28979
This commit is contained in:
Evan Cheng 2006-06-29 00:34:23 +00:00
parent 56737d4fe3
commit fc8cdda070
1 changed files with 1 additions and 1 deletions

View File

@ -2116,7 +2116,7 @@ def V_SET0_PS : PSI<0x57, MRMInitReg, (ops VR128:$dst),
"xorps $dst, $dst",
[(set VR128:$dst, (v4f32 immAllZerosV))]>;
def V_SET0_PD : PDI<0x57, MRMInitReg, (ops VR128:$dst),
"xorpd $dst, $dst",
"xorps $dst, $dst",
[(set VR128:$dst, (v2f64 immAllZerosV))]>;
def V_SETALLONES : PDI<0x76, MRMInitReg, (ops VR128:$dst),