/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | 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
|
D | ssewidth.asm | 270 movss xmm1, xmm2 label 271 movss xmm1, dword [rbx] label 272 movss dword [rbx], xmm2 label
|
D | 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
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-ia32.cc | 613 __ movss(xmm0, Operand(esp, kPointerSize)); in TEST() local 614 __ movss(xmm1, Operand(esp, 2 * kPointerSize)); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 2222 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss() function in v8::internal::Assembler 2232 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler 2242 void Assembler::movss(XMMRegister dst, XMMRegister src) { in movss() function in v8::internal::Assembler
|
D | lithium-codegen-ia32.cc | 2488 __ movss(result, operand); in DoLoadKeyedSpecializedArrayElement() local 3387 __ movss(operand, xmm0); in DoStoreKeyedSpecializedArrayElement() local
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.h | 1100 void movss(XMMRegister dst, XMMRegister src) { movss(dst, Operand(src)); } in movss() function
|
D | assembler-ia32.cc | 2338 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss() function in v8::internal::Assembler 2348 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler
|
D | lithium-codegen-ia32.cc | 3428 __ movss(result, operand); in DoLoadKeyedExternalArray() local 4597 __ movss(operand, xmm_scratch); in DoStoreKeyedExternalArray() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 2671 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler 2681 void Assembler::movss(const Operand& src, XMMRegister dst) { in movss() function in v8::internal::Assembler
|
D | stub-cache-x64.cc | 3327 __ movss(Operand(rbx, rdi, times_4, 0), xmm0); in GenerateStoreExternalArray() local 3366 __ movss(Operand(rbx, rdi, times_4, 0), xmm0); in GenerateStoreExternalArray() local
|
D | lithium-codegen-x64.cc | 2443 __ movss(result, operand); in DoLoadKeyedSpecializedArrayElement() local 3321 __ movss(operand, value); in DoStoreKeyedSpecializedArrayElement() local
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.cc | 2771 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler 2781 void Assembler::movss(const Operand& src, XMMRegister dst) { in movss() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 2969 __ movss(result, operand); in DoLoadKeyedExternalArray() local 4165 __ movss(operand, value); in DoStoreKeyedExternalArray() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_nasm.gperf | 425 movss, movss_insn, 4, SUF_Z, 0, 0, 0, 0, CPU_SSE, 0, 0 keyword
|
D | x86insn_gas.gperf | 790 movss, movss_insn, 4, SUF_Z, 0, 0, 0, 0, CPU_SSE, 0, 0 keyword
|