mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Always use xorps to clear XMM registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3f6981174
commit
a8e83ec8c3
@ -2116,7 +2116,7 @@ def V_SET0_PS : PSI<0x57, MRMInitReg, (ops VR128:$dst),
|
|||||||
"xorps $dst, $dst",
|
"xorps $dst, $dst",
|
||||||
[(set VR128:$dst, (v4f32 immAllZerosV))]>;
|
[(set VR128:$dst, (v4f32 immAllZerosV))]>;
|
||||||
def V_SET0_PD : PDI<0x57, MRMInitReg, (ops VR128:$dst),
|
def V_SET0_PD : PDI<0x57, MRMInitReg, (ops VR128:$dst),
|
||||||
"xorpd $dst, $dst",
|
"xorps $dst, $dst",
|
||||||
[(set VR128:$dst, (v2f64 immAllZerosV))]>;
|
[(set VR128:$dst, (v2f64 immAllZerosV))]>;
|
||||||
|
|
||||||
def V_SETALLONES : PDI<0x76, MRMInitReg, (ops VR128:$dst),
|
def V_SETALLONES : PDI<0x76, MRMInitReg, (ops VR128:$dst),
|
||||||
|
Loading…
Reference in New Issue
Block a user