/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
simd-1.asm | 6 movss xmm0, [0] label 7 movss xmm1, dword [8] label 8 movss [0], xmm2 label 9 movss dword [8], xmm3 label
|
ssewidth.asm | 270 movss xmm1, xmm2 label 271 movss xmm1, dword [rbx] label 272 movss dword [rbx], xmm2 label
|
avx.asm | 978 movss xmm1, xmm2 label 981 movss xmm1, [rax] label 982 movss xmm1, dword [rax] label 985 movss [rax], xmm2 label 986 movss dword [rax], xmm2 label [all...] |
/external/compiler-rt/lib/i386/ |
floatundidf.S | 34 movss 8(%esp), %xmm1 // high 32 bits of a 35 movss 4(%esp), %xmm0 // low 32 bits of a
|
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
|
/external/valgrind/main/memcheck/tests/x86/ |
sse1_memory.stdout.exp | 281 r movss 78fdde3d42fed1ab5ec606e6d7a56bc8 dacdc4f57da1e9e2e2e254abc2bf1cd3 78fdde3d7da1e9e2e2e254abc2bf1cd3 282 r movss c6fad4f48a8531f0c332fe5ea48fc5b8 8c7431f147d3c4edba64ede3e634809a c6fad4f447d3c4edba64ede3e634809a 283 r movss 1791633f4ae10e450b6b3e4f16dc785c 5992ac87baee69063f7f720d8f0fb884 1791633fbaee69063f7f720d8f0fb884 284 r movss d7f70bd236ed7147b374d5c2f1361aa2 cffad50dac6d016e0dd415d0a49b7f1f d7f70bd2ac6d016e0dd415d0a49b7f1f 285 r movss d33ead456464c177972f349c5a29a657 da5daeba50a9144121e866b16802ecda d33ead4550a9144121e866b16802ecda 286 m movss b625d01e 3757890f47dfc831f55f2da4d51e732c b625d01e000000000000000000000000 287 m movss 6325b005 69f4ce9415f903b849591ec890164085 6325b005000000000000000000000000 288 m movss ec870bb7 eeb2334bef6efac91caac7a91a4fb488 ec870bb7000000000000000000000000 289 m movss 8419736c f41b124c5989f8ef1a7a29937fceb170 8419736c000000000000000000000000 290 m movss 9215874c 312e9f315f979a73e06471b082577654 9215874c00000000000000000000000 [all...] |
/external/libffi/src/x86/ |
unix64.S | 150 movss %xmm0, (%rdi) 285 movss -24(%rsp), %xmm0
|
darwin64.S | 147 movss %xmm0, (%rdi) 275 movss -24(%rsp), %xmm0
|
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | [all...] |
assembler-ia32.cc | 2338 void Assembler::movss(const Operand& dst, XMMRegister src ) { function in class:v8::internal::Assembler 2348 void Assembler::movss(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler [all...] |
/art/compiler/utils/x86/ |
assembler_x86.h | 261 void movss(XmmRegister dst, const Address& src); 262 void movss(const Address& dst, XmmRegister src); 263 void movss(XmmRegister dst, XmmRegister src);
|
assembler_x86.cc | 269 void X86Assembler::movss(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler 278 void X86Assembler::movss(const Address& dst, XmmRegister src) { function in class:art::x86::X86Assembler 287 void X86Assembler::movss(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 977 // CHECK: movss 3735928559(%ebx,%ecx,8), %xmm5 978 movss 0xdeadbeef(%ebx,%ecx,8),%xmm5 980 // CHECK: movss %xmm5, %xmm5 981 movss %xmm5,%xmm5 983 // CHECK: movss %xmm5, 3735928559(%ebx,%ecx,8) 984 movss %xmm5,0xdeadbeef(%ebx,%ecx,8) 986 // CHECK: movss %xmm5, %xmm5 987 movss %xmm5,%xmm5 [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 516 movss xmm7,k 807 movss back,xmm0 865 movss back,xmm0 [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 516 movss xmm7,k 807 movss back,xmm0 865 movss back,xmm0 [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 516 movss xmm7,k 807 movss back,xmm0 865 movss back,xmm0 [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | [all...] |
assembler-ia32.cc | 2222 void Assembler::movss(const Operand& dst, XMMRegister src ) { function in class:v8::internal::Assembler 2232 void Assembler::movss(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler 2242 void Assembler::movss(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler [all...] |
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 448 movss (%esp), %xmm0 // place into %xmm0 470 movss (%esp), %xmm0 // place into %xmm0 [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-ia32.cc | 613 __ movss(xmm0, Operand(esp, kPointerSize)); 614 __ movss(xmm1, Operand(esp, 2 * kPointerSize));
|
/external/valgrind/main/memcheck/tests/amd64/ |
sse_memory.stdout.exp | 281 r movss 78fdde3d42fed1ab5ec606e6d7a56bc8 dacdc4f57da1e9e2e2e254abc2bf1cd3 78fdde3d7da1e9e2e2e254abc2bf1cd3 282 r movss c6fad4f48a8531f0c332fe5ea48fc5b8 8c7431f147d3c4edba64ede3e634809a c6fad4f447d3c4edba64ede3e634809a 283 r movss 1791633f4ae10e450b6b3e4f16dc785c 5992ac87baee69063f7f720d8f0fb884 1791633fbaee69063f7f720d8f0fb884 284 r movss d7f70bd236ed7147b374d5c2f1361aa2 cffad50dac6d016e0dd415d0a49b7f1f d7f70bd2ac6d016e0dd415d0a49b7f1f 285 r movss d33ead456464c177972f349c5a29a657 da5daeba50a9144121e866b16802ecda d33ead4550a9144121e866b16802ecda 286 m movss b625d01e 3757890f47dfc831f55f2da4d51e732c b625d01e000000000000000000000000 287 m movss 6325b005 69f4ce9415f903b849591ec890164085 6325b005000000000000000000000000 288 m movss ec870bb7 eeb2334bef6efac91caac7a91a4fb488 ec870bb7000000000000000000000000 289 m movss 8419736c f41b124c5989f8ef1a7a29937fceb170 8419736c000000000000000000000000 290 m movss 9215874c 312e9f315f979a73e06471b082577654 9215874c00000000000000000000000 [all...] |
sse_memory.c | 221 TEST_INSN( &AllMask, 4,movss)
|
/external/v8/src/x64/ |
assembler-x64.h | [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | [all...] |