HomeSort by relevance Sort by last modified time
    Searched refs:movsd (Results 126 - 145 of 145) sorted by null

1 2 3 4 56

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 134 rep movsd
efi64.asm 145 rep movsd
  /art/compiler/optimizing/
intrinsics_x86_64.cc 269 __ movsd(xmm_temp, codegen->LiteralInt64Address(INT64_C(0x7FFFFFFFFFFFFFFF)));
406 __ movsd(out, codegen->LiteralInt64Address(INT64_C(0x7FF8000000000000)));
415 __ movsd(out, op2);
729 __ movsd(t2, in);
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 600 void X86Assembler::movsd(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
609 void X86Assembler::movsd(const Address& dst, XmmRegister src) { function in class:art::x86::X86Assembler
618 void X86Assembler::movsd(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 685 void X86_64Assembler::movsd(XmmRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
695 void X86_64Assembler::movsd(const Address& dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
705 void X86_64Assembler::movsd(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
708 EmitOptionalRex32(src, dst); // Movsd is MR encoding instead of the usual RM.
    [all...]
assembler_x86_64_test.cc     [all...]
  /bionic/libm/x86_64/
s_sin.S 185 movsd %xmm0, 8(%rsp)
s_tan.S 110 movsd %xmm0, 8(%rsp)
    [all...]
  /external/v8/src/builtins/ia32/
builtins-ia32.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 841 // movsd 0x00000360(%rip),%xmm0
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 396 case MOVSB, MOVSW, MOVSD, MOVSQ, OUTSB, OUTSW, OUTSD:
821 MOVSD: "movsl",
822 MOVSD_XMM: "movsd",
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 841 // movsd 0x00000360(%rip),%xmm0
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 396 case MOVSB, MOVSW, MOVSD, MOVSQ, OUTSB, OUTSW, OUTSD:
821 MOVSD: "movsl",
822 MOVSD_XMM: "movsd",
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 2999 void Assembler::movsd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
3010 void Assembler::movsd(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
3021 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-x64.cc 767 Movsd(Operand(rsp, i * kDoubleSize), reg);
780 Movsd(reg, Operand(rsp, i * kDoubleSize));
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 2473 void Assembler::movsd(const Operand& dst, XMMRegister src ) { function in class:v8::internal::Assembler
2482 void Assembler::movsd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t01_mov.s     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 4176 milliseconds

1 2 3 4 56