HomeSort by relevance Sort by last modified time
    Searched defs:movsd (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas-movsd.asm 2 movsd label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
cpubasic-err.asm 16 movsd label
sse-prefix.asm 8 movsd label
9 es movsd
10 rep movsd
11 rep fs movsd
12 fs rep movsd
29 movsd label
30 rep movsd
ssewidth.asm 260 movsd xmm1, xmm2 label
261 movsd xmm1, qword [rbx] label
262 movsd qword [rbx], xmm2 label
avx.asm 946 movsd xmm1, xmm2 label
949 movsd xmm1, [rax] label
950 movsd xmm1, qword [rax] label
953 movsd [rax], xmm2 label
954 movsd qword [rax], xmm2 label
    [all...]
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 80 movsd label
  /art/compiler/utils/x86/
assembler_x86.cc 399 void X86Assembler::movsd(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
408 void X86Assembler::movsd(const Address& dst, XmmRegister src) { function in class:art::x86::X86Assembler
417 void X86Assembler::movsd(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
1265 movsd(dst, Address(ESP, 0));
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 445 void X86_64Assembler::movsd(XmmRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
455 void X86_64Assembler::movsd(const Address& dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
465 void X86_64Assembler::movsd(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 2279 void Assembler::movsd(const Operand& dst, XMMRegister src ) { function in class:v8::internal::Assembler
2288 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 2475 void Assembler::movsd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2485 void Assembler::movsd(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
2495 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 272 milliseconds