Searched refs:movntdq (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | movntdq-no-avx.ll | 3 ; Test that we produce a movntdq, not a vmovntdq
|
D | nontemporal-2.ll | 210 ; SSE: movntdq 228 ; SSE: movntdq 237 ; SSE: movntdq 246 ; SSE: movntdq
|
D | nontemporal.ll | 8 ; CHECK: movntdq
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 5929 movntdq %xmm5,0xdeadbeef(%ebx,%ecx,8) 5933 movntdq %xmm5,0x45 5937 movntdq %xmm5,0x7eed 5941 movntdq %xmm5,0xbabecafe 5945 movntdq %xmm5,0x12345678
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 771 %define movnta movntdq
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1035 void movntdq(const Operand& dst, XMMRegister src);
|
D | assembler-ia32.cc | 2259 void Assembler::movntdq(const Operand& dst, XMMRegister src) { in movntdq() function in v8::internal::Assembler
|
/external/valgrind/none/tests/x86/ |
D | insn_sse2.def | 111 movntdq xmm.uq[0x012345678abcdef,0xfedcba9876543210] m128.uq[0x1212121234343434,0x5656565678787878]…
|
/external/valgrind/none/tests/amd64/ |
D | insn_sse2.def | 111 movntdq xmm.uq[0x012345678abcdef,0xfedcba9876543210] m128.uq[0x1212121234343434,0x5656565678787878]…
|
/external/elfutils/src/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/elfutils/src/libcpu/defs/ |
D | i386 | 818 01100110,00001111,11100111,{Mod}{xmmreg}{R_m}:movntdq {xmmreg},{Mod}{R_m}
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 3621 "movntdq\t{$src, $dst|$dst, $src}", 3641 "movntdq\t{$src, $dst|$dst, $src}", 3658 "movntdq\t{$src, $dst|$dst, $src}",
|