/external/libjpeg-turbo/simd/ |
jquant-sse.asm | 170 cvtps2pi mm0,xmm0 171 cvtps2pi mm1,xmm1 172 cvtps2pi mm4,xmm4 173 cvtps2pi mm5,xmm5 178 cvtps2pi mm2,xmm2 179 cvtps2pi mm3,xmm3 180 cvtps2pi mm6,xmm6 181 cvtps2pi mm7,xmm7
|
jidctflt-sse.asm | 454 cvtps2pi mm0,xmm6 ; round to int32, mm0=data0L=(00 10) 455 cvtps2pi mm1,xmm7 ; round to int32, mm1=data1L=(01 11) 456 cvtps2pi mm2,xmm3 ; round to int32, mm2=data0H=(20 30) 457 cvtps2pi mm3,xmm1 ; round to int32, mm3=data1H=(21 31) 463 cvtps2pi mm4,xmm5 ; round to int32, mm4=data7L=(07 17) 464 cvtps2pi mm5,xmm0 ; round to int32, mm5=data6L=(06 16) 465 cvtps2pi mm6,xmm6 ; round to int32, mm6=data7H=(27 37) 466 cvtps2pi mm7,xmm7 ; round to int32, mm7=data6H=(26 36) 493 cvtps2pi mm2,xmm3 ; round to int32, mm2=data2L=(02 12) 494 cvtps2pi mm3,xmm1 ; round to int32, mm3=data4L=(04 14 [all...] |
/external/llvm/test/Instrumentation/MemorySanitizer/ |
vector_cvt.ll | 8 declare x86_mmx @llvm.x86.sse.cvtps2pi(<4 x float>) nounwind readnone 53 %0 = tail call x86_mmx @llvm.x86.sse.cvtps2pi(<4 x float> %value) 64 ; CHECK: call x86_mmx @llvm.x86.sse.cvtps2pi
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
sse-noavx.s | 9 cvtps2pi %xmm7,%mm6
|
x86-64-sse-noavx.s | 10 cvtps2pi %xmm7,%mm6
|
katmai.s | 59 cvtps2pi %xmm7,%mm6 60 cvtps2pi (%eax),%mm7
|
simd.s | 39 cvtps2pi (%eax),%mm0 139 cvtps2pi mm0,QWORD PTR [eax] label
|
x86-64-simd.s | 55 cvtps2pi (%rax),%mm0 183 cvtps2pi mm0,QWORD PTR [rax] label
|
sse-noavx.d | 14 [ ]*[a-f0-9]+: 0f 2d f7 cvtps2pi %xmm7,%mm6
|
x86-64-sse-noavx.d | 15 [ ]*[a-f0-9]+: 0f 2d f7 cvtps2pi %xmm7,%mm6
|
katmai.d | 63 e9: 0f 2d f7 [ ]*cvtps2pi %xmm7,%mm6 64 ec: 0f 2d 38 [ ]*cvtps2pi \(%eax\),%mm7
|
simd-intel.d | 46 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi mm0,QWORD PTR \[eax\] 139 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi mm0,QWORD PTR \[eax\]
|
simd-suffix.d | 46 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%eax\),%mm0 139 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%eax\),%mm0
|
simd.d | 45 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%eax\),%mm0 138 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%eax\),%mm0
|
x86-64-simd-intel.d | 62 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi mm0,QWORD PTR \[rax\] 181 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi mm0,QWORD PTR \[rax\]
|
x86-64-simd-suffix.d | 62 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0 181 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0
|
x86-64-simd.d | 61 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0 180 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-sse-noavx.d | 16 [ ]*[a-f0-9]+: 0f 2d f7 cvtps2pi %xmm7,%mm6
|
x86-64-simd-intel.d | 62 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi mm0,QWORD PTR \[rax\] 181 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi mm0,QWORD PTR \[rax\]
|
x86-64-simd-suffix.d | 62 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0 181 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0
|
x86-64-simd.d | 62 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0 181 [ ]*[a-f0-9]+: 0f 2d 00 cvtps2pi \(%rax\),%mm0
|
/external/valgrind/memcheck/tests/amd64/ |
sse_memory.c | 202 //TEST_INSN( &AllMask, 0,cvtps2pi) 433 //TEST_INSN( &AllMask, 0,cvtps2pi)
|
/external/clang/test/CodeGen/ |
mmx-builtins.c | 149 // CHECK: call x86_mmx @llvm.x86.sse.cvtps2pi 186 // CHECK: call x86_mmx @llvm.x86.sse.cvtps2pi 192 // CHECK: call x86_mmx @llvm.x86.sse.cvtps2pi
|
/external/valgrind/none/tests/amd64/ |
insn_sse.def | 49 cvtps2pi xmm.ps[12.34,56.78,1.11,2.22] mm.sd[1,2] => 1.sd[12,57] 50 cvtps2pi m128.ps[12.34,56.78,1.11,2.22] mm.sd[1,2] => 1.sd[12,57]
|
/external/valgrind/none/tests/x86/ |
insn_sse.def | 49 cvtps2pi xmm.ps[12.34,56.78,1.11,2.22] mm.sd[1,2] => 1.sd[12,57] 50 cvtps2pi m128.ps[12.34,56.78,1.11,2.22] mm.sd[1,2] => 1.sd[12,57]
|