HomeSort by relevance Sort by last modified time
    Searched full:movsd (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /external/chromium_org/v8/src/x64/
disasm-x64.cc     [all...]
assembler-x64.cc 2640 void Assembler::movsd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2650 void Assembler::movsd(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
2660 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/elfutils/libcpu/defs/
i386 617 11110010,00001111,00010000,{Mod}{xmmreg}{R_m}:movsd {Mod}{R_m},{xmmreg}
621 11110010,00001111,00010001,{Mod}{xmmreg}{R_m}:movsd {xmmreg},{Mod}{R_m}
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc     [all...]
  /external/v8/src/x64/
disasm-x64.cc     [all...]
assembler-x64.cc 2605 void Assembler::movsd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2615 void Assembler::movsd(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
2625 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /art/runtime/
disassembler_x86.cc 231 opcode << "movsd";
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586.pl 439 &data_word(0xA5F3F689); # rep movsd
  /external/openssl/crypto/sha/asm/
sha512-586.pl 439 &data_word(0xA5F3F689); # rep movsd
  /external/valgrind/main/none/tests/amd64/
redundantRexW.stdout.exp 443 after "rex.W movsd (%rcx),%xmm2" (dqws in order [15 .. 0]) {
450 after "rex.W movsd (%rcx),%xmm2" (xmms in order [15..0]) {
469 after "rex.W movsd %xmm7,(%rdi)" (dqws in order [15 .. 0]) {
476 after "rex.W movsd %xmm7,(%rdi)" (xmms in order [15..0]) {
  /external/chromium_org/sandbox/win/src/sidestep/
ia32_opcode_map.cpp 186 /* 0xA5 */ { 0, IT_GENERIC, AM_X | OT_V, AM_Y | OT_V, AM_NOT_USED, "movsd", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
ia32_opcode_map.cc 235 /* 0xA5 */ { 0, IT_GENERIC, AM_X | OT_V, AM_Y | OT_V, AM_NOT_USED, "movsd", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
ia32_opcode_map.cc 235 /* 0xA5 */ { 0, IT_GENERIC, AM_X | OT_V, AM_Y | OT_V, AM_NOT_USED, "movsd", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/tools/memory_watcher/
ia32_opcode_map.cc 188 /* 0xA5 */ { 0, IT_GENERIC, AM_X | OT_V, AM_Y | OT_V, AM_NOT_USED, "movsd", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
ia32_opcode_map.cc 186 /* 0xA5 */ { 0, IT_GENERIC, AM_X | OT_V, AM_Y | OT_V, AM_NOT_USED, "movsd", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } },
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86InstrSSE.td 457 // Move Instructions. Register-to-register movss/movsd is not used for FR32/64
459 // is used instead. Register-to-register movss/movsd is not modeled as an
461 // in terms of a copy, and just mentioned, we don't use movss/movsd for copies.
519 defm MOVSD : sse12_move<FR64, X86Movsd, v2f64, f64mem, "movsd">, XD;
525 defm MOVSD : sse12_move_rm<FR64, f64mem, loadf64, "movsd">, XD;
715 // MOVSD to the lower bits.
    [all...]
X86InstrCompiler.td 325 def REP_MOVSD_32 : I<0xA5, RawFrm, (outs), (ins), "{rep;movsl|rep movsd}",
337 def REP_MOVSD_64 : I<0xA5, RawFrm, (outs), (ins), "{rep;movsl|rep movsd}",
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py     [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc     [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 1051 AVX_INSTR movsd, 1, 0, 0
  /external/qemu/target-i386/
translate.c     [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp     [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 1208 // CHECK: movsd 3735928559(%ebx,%ecx,8), %xmm5
1209 movsd 0xdeadbeef(%ebx,%ecx,8),%xmm5
1211 // CHECK: movsd %xmm5, %xmm5
1212 movsd %xmm5,%xmm5
1214 // CHECK: movsd %xmm5, 3735928559(%ebx,%ecx,8)
1215 movsd %xmm5,0xdeadbeef(%ebx,%ecx,8)
1217 // CHECK: movsd %xmm5, %xmm5
1218 movsd %xmm5,%xmm5
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]

Completed in 1672 milliseconds

1 2 3 45 6 7