HomeSort by relevance Sort by last modified time
    Searched full:movsd (Results 1 - 25 of 29) sorted by null

1 2

  /dalvik/vm/mterp/x86-atom/
OP_USHR_LONG.S 33 movsd .LshiftMask, %xmm2 # %xmm2<- mask for the shift bits
36 movsd (rFP, %edx, 4), %xmm1 # %xmm1<- vBB
38 movsd %xmm1, (rFP, rINST, 4) # vAA<- shifted vBB
  /bionic/libm/amd64/
s_remquo.S 35 movsd %xmm0,-8(%rsp)
36 movsd %xmm1,-16(%rsp)
64 movsd -8(%rsp),%xmm0
s_scalbn.S 31 movsd %xmm0,-8(%rsp)
38 movsd -8(%rsp),%xmm0
  /dalvik/vm/arch/x86/
Call386ABI.S 122 movsd
  /dalvik/vm/mterp/x86/
OP_FILLED_NEW_ARRAY.S 92 movsd
  /external/libffi/src/x86/
darwin64.S 151 movsd %xmm0, (%rdi)
279 movsd -24(%rsp), %xmm0
unix64.S 154 movsd %xmm0, (%rdi)
289 movsd -24(%rsp), %xmm0
  /external/v8/src/ia32/
assembler-ia32.h 771 // Use either movsd or movlpd.
813 void movsd(XMMRegister dst, const Operand& src);
814 void movsd(const Operand& dst, XMMRegister src);
assembler-ia32.cc 2162 void Assembler::movsd(const Operand& dst, XMMRegister src ) { function in class:v8::internal::Assembler
2173 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
asm.php 72 'jecxz','lfs','lgs','lodsd','loopd','looped','loopned','loopnzd','loopzd','lss','movsd',
  /external/v8/src/x64/
assembler-x64.h 1079 void movsd(const Operand& dst, XMMRegister src);
1080 void movsd(XMMRegister src, XMMRegister dst);
1081 void movsd(XMMRegister src, const Operand& dst);
    [all...]
assembler-x64.cc 2350 void Assembler::movsd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2361 void Assembler::movsd(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
2372 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
disasm-x64.cc 1016 // MOVSD: Move scalar double-precision fp to/from/between XMM registers.
1017 AppendToBuffer("movsd ");
    [all...]
codegen-x64.cc     [all...]
  /external/openssl/crypto/sha/asm/
sha512-586.pl 439 &data_word(0xA5F3F689); # rep movsd
  /prebuilt/linux-x86/bcc/
slang 
  /external/qemu/
i386-dis.c     [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
  /external/openssl/crypto/aes/asm/
aes-586.pl     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-objdump 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
objdump 
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]

Completed in 543 milliseconds

1 2