HomeSort by relevance Sort by last modified time
    Searched full:movaps (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /external/v8/src/x64/
assembler-x64.h     [all...]
lithium-codegen-x64.cc     [all...]
assembler-x64.cc 2505 void Assembler::movaps(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
    [all...]
  /external/valgrind/none/tests/amd64/
redundantRexW.stdout.exp 105 after "movaps 0x30(%rdx),%xmm0" (dqws in order [15 .. 0]) {
112 after "movaps 0x30(%rdx),%xmm0" (xmms in order [15..0]) {
131 after "rex.WB movaps %xmm1,0x0(%r8)" (dqws in order [15 .. 0]) {
138 after "rex.WB movaps %xmm1,0x0(%r8)" (xmms in order [15..0]) {
  /external/llvm/lib/Target/
README.txt 517 movaps %xmm0, -16(%rbp)
518 movaps %xmm0, -32(%rbp)
519 movaps %xmm0, -48(%rbp)
520 movaps %xmm0, -64(%rbp)
526 It would be better to have 4 movq's of 0 instead of the movaps's.
    [all...]
  /art/compiler/optimizing/
code_generator_x86.cc 632 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>());
679 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>());
    [all...]
code_generator_x86_64.cc 637 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>());
    [all...]
  /art/disassembler/
disassembler_x86.cc 454 opcode1 = "movaps";
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 824 // example we could be moving from movaps -> movq on x86.
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 921 void movaps(XMMRegister dst, XMMRegister src);
    [all...]
lithium-codegen-ia32.cc     [all...]
assembler-ia32.cc 2194 void Assembler::movaps(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc 1046 AppendToBuffer("movaps %s,%s",
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-memcmp-atom.S 248 movaps (%esi), %xmm1
250 movaps 16(%esi), %xmm2
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 536 movaps %<xmm reg>, -MMM(%rbp)
542 movaps %<xmm reg>, KKK(%rsp)
    [all...]
  /external/llvm/test/CodeGen/X86/
sse41.ll     [all...]
vector-shuffle-128-v8.ll     [all...]
vector-idiv.ll 466 ; SSE-NEXT: movaps %xmm0, -{{[0-9]+}}(%rsp)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 286 void X86Assembler::movaps(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /external/v8/src/x87/
disasm-x87.cc 1067 AppendToBuffer("movaps %s,%s",
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c     [all...]
guest_x86_helpers.c     [all...]
guest_x86_toIR.c     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 352 void X86_64Assembler::movaps(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]

Completed in 2966 milliseconds

1 2 3 4 5 6 78 9