HomeSort by relevance Sort by last modified time
    Searched refs:movntq (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
SetMem64.S 42 movntq %mm0, (%rdx)
SetMem.asm 47 DB 0fh, 0e7h, 07h ; movntq [rdi], mm0
SetMem16.asm 46 DB 0fh, 0e7h, 07h ; movntq [rdi], mm0
SetMem32.asm 42 DB 0fh, 0e7h, 02h ; movntq [rdx], mm0
SetMem64.asm 39 DB 0fh, 0e7h, 02h ; movntq [rdx], mm0
ZeroMem.asm 42 DB 0fh, 0e7h, 7 ; movntq [rdi], mm0
SetMem.S 51 movntq %mm0, (%rdi)
SetMem16.S 50 movntq %mm0, (%rdi)
SetMem32.S 46 movntq %mm0, (%rdx)
ZeroMem.S 46 movntq %mm0, (%rdi)
CopyMem.S 57 movntq %mm0, (%rdi)
CopyMem.asm 52 DB 0fh, 0e7h, 07h ; movntq [rdi], mm0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
sse-noavx.s 20 movntq %mm2,(%eax)
x86-64-sse-noavx.s 21 movntq %mm2,(%rax)
sse-noavx.d 25 [ ]*[a-f0-9]+: 0f e7 10 movntq %mm2,\(%eax\)
x86-64-sse-noavx.d 26 [ ]*[a-f0-9]+: 0f e7 10 movntq %mm2,\(%rax\)
katmai.s 154 movntq %mm2,(%eax)
katmai.d 158 231: 0f e7 10 [ ]*movntq %mm2,\(%eax\)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-sse-noavx.d 27 [ ]*[a-f0-9]+: 0f e7 10 movntq %mm2,\(%rax\)
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 968 // CHECK: movntq %mm3, 3735928559(%ebx,%ecx,8)
969 movntq %mm3,0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 380 void movntq(const Address& dst, CpuRegister src);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 233 void X86_64Assembler::movntq(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 988 %define movnta movntq
    [all...]

Completed in 700 milliseconds

1 2