mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Remove an item. It's done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e8671bf4a
commit
4ccf4c0d0b
@ -242,27 +242,6 @@ other fast SSE modes.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
cd Regression/CodeGen/X86
|
||||
llvm-as < setuge.ll | llc -march=x86 -mcpu=yonah -enable-x86-sse
|
||||
|
||||
_cmp:
|
||||
subl $4, %esp
|
||||
leal 20(%esp), %eax
|
||||
movss 12(%esp), %xmm0
|
||||
leal 16(%esp), %ecx
|
||||
ucomiss 8(%esp), %xmm0
|
||||
cmovb %ecx, %eax
|
||||
1) movss (%eax), %xmm0
|
||||
1) movss %xmm0, (%esp)
|
||||
flds (%esp)
|
||||
addl $4, %esp
|
||||
ret
|
||||
|
||||
|
||||
1) We shouldn't load into XMM regs only to store it back.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Think about doing i64 math in SSE regs.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user