/external/llvm-project/llvm/test/CodeGen/X86/ |
D | movdir-intrinsic-x86.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+movdiri -mattr=+movdir64b | FileCheck %s --… 3 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mattr=+movdiri -mattr=+movdir64b | FileCheck %s --ch… 27 ; X64-NEXT: movdir64b (%rsi), %rdi 34 ; X32-NEXT: movdir64b (%eax), %ecx 37 call void @llvm.x86.movdir64b(i8* %dst, i8* %src) 41 declare void @llvm.x86.movdir64b(i8*, i8*)
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86-16.s | 998 movdir64b (%esi), %eax label 1002 movdir64b (%si), %ax label
|
D | x86-64.s | 1627 movdir64b 485498096, %rax label 1631 movdir64b 485498096, %eax label 1635 movdir64b (%rdx), %r15 label
|
D | x86-32-coverage.s | 10782 movdir64b 485498096, %ecx 10786 movdir64b 485498096, %cx 10790 movdir64b (%edx), %eax 10794 movdir64b (%esi), %eax 10798 movdir64b (%si), %ax
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr40514.ll | 57 …fig,-clwb,-avx512f,-clzero,-pku,+mmx,-lwp,-rdpid,-xop,+rdseed,-waitpkg,-movdir64b,-sse4a,-avx512bw…
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 165 X86_FEATURE (MOVDIR64B, "movdir64b")
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 914 #CHECK: movdir64b 485498096, %ecx 917 #CHECK: movdir64b (%esi), %eax 920 #CHECK: movdir64b (%si), %ax
|
D | x86-16.txt | 804 #CHECK: movdir64b (%esi), %eax 807 #CHECK: movdir64b (%si), %ax
|
D | x86-64.txt | 595 #CHECK: movdir64b 485498096, %rax 598 #CHECK: movdir64b 485498096, %eax
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.td | 432 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true", 433 "Support movdir64b instruction">;
|
D | X86InstrInfo.td | 2800 "movdir64b\t{$src, $dst|$dst, $src}", []>, 2803 "movdir64b\t{$src, $dst|$dst, $src}", 2807 "movdir64b\t{$src, $dst|$dst, $src}",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86.td | 491 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true", 492 "Support movdir64b instruction">;
|
D | X86InstrInfo.td | 2865 "movdir64b\t{$src, $dst|$dst, $src}", []>, 2868 "movdir64b\t{$src, $dst|$dst, $src}", 2872 "movdir64b\t{$src, $dst|$dst, $src}",
|
/external/llvm-project/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 1909 TARGET_BUILTIN(__builtin_ia32_movdir64b, "vv*vC*", "n", "movdir64b")
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 3306 .. option:: -mmovdir64b, -mno-movdir64b
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 228 …{ "movdir64b", "Support movdir64b instruction", X86::FeatureMOVDIR64B, { { { 0x0ULL, 0x0ULL, 0x0UL…
|
D | X86GenAsmMatcher.inc | 9207 …{ 4466 /* movdir64b */, X86::MOVDIR64B16, Convert__Reg1_1__Mem5125_0, AMFBS_Not64BitMode, { MCK_Me… 9208 …{ 4466 /* movdir64b */, X86::MOVDIR64B32, Convert__Reg1_1__Mem5125_0, AMFBS_None, { MCK_Mem512, MC… 9209 …{ 4466 /* movdir64b */, X86::MOVDIR64B64, Convert__Reg1_1__Mem5125_0, AMFBS_In64BitMode, { MCK_Mem… 23812 …{ 4466 /* movdir64b */, X86::MOVDIR64B16, Convert__Reg1_0__Mem5125_1, AMFBS_Not64BitMode, { MCK_GR… 23813 …{ 4466 /* movdir64b */, X86::MOVDIR64B32, Convert__Reg1_0__Mem5125_1, AMFBS_None, { MCK_GR32, MCK_… 23814 …{ 4466 /* movdir64b */, X86::MOVDIR64B64, Convert__Reg1_0__Mem5125_1, AMFBS_In64BitMode, { MCK_GR6…
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 3402 def mno_movdir64b : Flag<["-"], "mno-movdir64b">, Group<m_x86_Features_Group>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 7227 "llvm.x86.movdir64b", 17360 5, // llvm.x86.movdir64b
|