HomeSort by relevance Sort by last modified time
    Searched full:movsd (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /dalvik/vm/mterp/x86/
OP_FILLED_NEW_ARRAY.S 82 movsd
  /external/llvm/test/CodeGen/X86/
pointer-vector.ll 108 ;CHECK: movsd
fast-isel-x86-64.ll 269 ; CHECK: movsd LCPI
sink-hoist.ll 44 ; CHECK: movsd
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 136 "rep movsd" \
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 310 TEST_INSN( &AllMask, 8,movsd)
  /external/valgrind/main/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
  /external/llvm/lib/Target/X86/
README-SSE.txt 112 movsd 32(%esp), %xmm1
113 movsd 16(%esp), %xmm2
117 movsd %xmm0, %xmm2
119 movsd %xmm2, (%esp)
420 movsd 16(%esp), %xmm0
421 movsd %xmm0, (%esp)
782 Consider using movlps instead of movsd to implement (scalar_to_vector (loadf64))
783 when code size is critical. movlps is slower than movsd on core2 but it's one
815 movsd %xmm0, (%esp)
README.txt 660 movsd 24(%esp), %xmm1
952 movsd 24(%esp), %xmm0
953 movsd %xmm0, 8(%esp)
1048 movsd (%esp), %xmm0
1050 movsd %xmm0, (%esp)
1179 movsd 176(%esp), %xmm2
1197 movsd 152(%esp), %xmm1
1199 movsd %xmm1, 152(%esp)
1204 movsd 152(%esp), %xmm0
1207 movsd %xmm0, 152(%esp
    [all...]
X86ISelLowering.h 286 MOVSD,
649 // expensive than a straight movsd. On the other hand, it's important to
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 274 __ movsd(xmm0, FieldOperand(rcx, i));
275 __ movsd(FieldOperand(rdx, i), xmm0);
    [all...]
lithium-codegen-x64.cc     [all...]
deoptimizer-x64.cc 759 __ movsd(Operand(rsp, offset), xmm_reg);
    [all...]
stub-cache-x64.cc     [all...]
  /external/elfutils/tests/
testfile44.expect.bz2 
  /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/test/cctest/
test-disasm-x64.cc 362 __ movsd(xmm1, Operand(rbx, rcx, times_4, 10000));
363 __ movsd(Operand(rbx, rcx, times_4, 10000), xmm1);
  /external/llvm/test/MC/X86/
x86-32.s 897 // CHECK: movsd # encoding: [0xa5]
898 // CHECK: movsd
899 // CHECK: movsd
  /external/libvpx/examples/includes/geshi/geshi/
asm.php 72 'jecxz','lfs','lgs','lodsd','loopd','looped','loopned','loopnzd','loopzd','lss','movsd',
  /external/v8/src/ia32/
assembler-ia32.h     [all...]
assembler-ia32.cc 2192 void Assembler::movsd(const Operand& dst, XMMRegister src ) { function in class:v8::internal::Assembler
2202 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
2212 void Assembler::movsd(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
    [all...]
  /external/llvm/docs/CommandGuide/
FileCheck.rst 19 (e.g. llc) contains the expected information (for example, a movsd from esp or
  /external/valgrind/main/docs/internals/
3_3_BUGSTATUS.txt 222 171645 Fixd vx1869 Unrecognised instruction (MOVSD, non-binutils

Completed in 1034 milliseconds

1 23 4 5