HomeSort by relevance Sort by last modified time
    Searched defs:movhpd (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
simd.s 13 movhpd %xmm1,0x12345678
14 movhpd 0x12345678,%xmm1
114 movhpd QWORD PTR ds:0x12345678,xmm1 label
115 movhpd xmm1,QWORD PTR ds:0x12345678 label
x86-64-simd.s 27 movhpd %xmm1,0x12345678(%rip)
28 movhpd 0x12345678(%rip),%xmm1
156 movhpd QWORD PTR [rip+0x12345678],xmm1 label
157 movhpd xmm1,QWORD PTR [rip+0x12345678] label
  /art/compiler/utils/x86/
assembler_x86.cc 627 void X86Assembler::movhpd(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
636 void X86Assembler::movhpd(const Address& dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]

Completed in 257 milliseconds