/external/llvm/test/CodeGen/X86/ |
uint_to_fp-2.ll | 10 ; CHECK: movss 22 ; CHECK: movss {{.*}}, [[ZERO]] 26 ; CHECK: movss
|
vec_set-J.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movss
|
vector-variable-idx.ll | 1 ; RUN: llc < %s -march=x86-64 | grep movss | count 2
|
peep-vector-extract-concat.ll | 6 ; WIN64: movss 12(%rcx), %xmm0
|
sse-load-ret.ll | 1 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movss
|
vec_set-G.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movss
|
reghinting.ll | 10 ; CHECK: movss 11 ; CHECK-NEXT: movss
|
vec_set-6.ll | 2 ; RUN: grep movss %t | count 1
|
extract-combine.ll | 8 %movss.i25611 = shufflevector <4 x float> zeroinitializer, <4 x float> %tmp518, <4 x i32> <i32 4, i32 1, i32 2, i32 3> ; <<4 x float>> [#uses=1] 9 %conv3.i25615 = shufflevector <4 x float> %movss.i25611, <4 x float> undef, <4 x i32> <i32 1, i32 2, i32 3, i32 0> ; <<4 x float>> [#uses=1]
|
break-sse-dep.ll | 7 ; CHECK: movss ([[A0:%rdi|%rcx]]), %xmm0 27 ; CHECK: movss ([[A0]]), %xmm0
|
extractps.ll | 3 ; RUN: grep {movss %xmm} %t | count 1
|
fp-stack-ret-store.ll | 1 ; RUN: llc < %s -mcpu=yonah | not grep movss
|
ghc-cc64.ll | 54 ; CHECK-NEXT: movss f1(%rip), %xmm1 55 ; CHECK-NEXT: movss f2(%rip), %xmm2 56 ; CHECK-NEXT: movss f3(%rip), %xmm3 57 ; CHECK-NEXT: movss f4(%rip), %xmm4
|
/dalvik/vm/mterp/x86-atom/ |
binopF.S | 35 movss (rFP, %ecx, 4), %xmm0 # %xmm0<-vBB 36 movss (rFP, %edx, 4), %xmm1 # %xmm1<- vCC 38 movss %xmm0, (rFP, rINST, 4) # vAA<- %xmm0; result
|
binopF2addr.S | 37 movss (rFP, %ecx, 4), %xmm0 # %xmm0<- vA 38 movss (rFP, rINST, 4), %xmm1 # %xmm1<- vB 40 movss %xmm0, (rFP, %ecx, 4) # vA<- %xmm0; result
|
OP_INT_TO_FLOAT.S | 35 movss %xmm0, (rFP, rINST, 4) # vA<- %xmm0
|
OP_USHR_LONG.S | 34 movss (rFP, %eax, 4), %xmm0 # %xmm0<- vCC
|
/external/compiler-rt/lib/i386/ |
floatundixf.S | 26 movss 8(%esp), %xmm0 // hi 32 bits of input 27 movss 4(%esp), %xmm1 // lo 32 bits of input
|
floatundidf.S | 34 movss 8(%esp), %xmm1 // high 32 bits of a 35 movss 4(%esp), %xmm0 // low 32 bits of a
|
floatdidf.S | 23 movss 4(%esp), %xmm0 // low 32 bits of a
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
floatundixf.S | 26 movss 8(%esp), %xmm0 // hi 32 bits of input 27 movss 4(%esp), %xmm1 // lo 32 bits of input
|
floatdidf.S | 23 movss 4(%esp), %xmm0 // low 32 bits of a
|
floatundidf.S | 34 movss 8(%esp), %xmm1 // high 32 bits of a 35 movss 4(%esp), %xmm0 // low 32 bits of a
|
/bionic/libm/amd64/ |
s_remquof.S | 35 movss %xmm0,-4(%rsp) 36 movss %xmm1,-8(%rsp) 64 movss -4(%rsp),%xmm0
|
s_scalbnf.S | 31 movss %xmm0,-8(%rsp) 38 movss -8(%rsp),%xmm0
|