/external/llvm/test/CodeGen/X86/ |
D | mwaitx.ll | 1 ; RUN: llc < %s -mtriple=x86_64-linux -mattr=+mwaitx | FileCheck %s 2 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+mwaitx | FileCheck %s -check-prefix=WIN64 27 ; CHECK-NEXT: mwaitx 31 ; WIN64-NEXT: mwaitx 34 tail call void @llvm.x86.mwaitx(i32 %E, i32 %H, i32 %C) 38 declare void @llvm.x86.mwaitx(i32, i32, i32) nounwind
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 1493 mwaitx 1497 mwaitx %rax, %rcx, %rbx
|
D | x86-32-coverage.s | 10756 mwaitx 10760 mwaitx %eax, %ecx, %ebx
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 693 bool mwaitx; member 834 return cpuinfo_isa.mwaitx; in cpuinfo_has_x86_mwaitx()
|
/external/cpuinfo/src/x86/ |
D | isa.c | 163 isa.mwaitx = !!(extended_info.ecx & UINT32_C(0x20000000)); in cpuinfo_x86_detect_isa()
|
/external/cpuinfo/test/mock/ |
D | memo-pad-7.cc | 277 TEST(ISA, mwaitx) { in TEST() argument
|
D | zenfone-2e.cc | 277 TEST(ISA, mwaitx) { in TEST() argument
|
D | zenfone-c.cc | 277 TEST(ISA, mwaitx) { in TEST() argument
|
D | zenfone-2.cc | 277 TEST(ISA, mwaitx) { in TEST() argument
|
D | alldocube-iwork8.cc | 277 TEST(ISA, mwaitx) { in TEST() argument
|
D | leagoo-t5c.cc | 277 TEST(ISA, mwaitx) { in TEST() argument
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 96 # CHECK: mwaitx
|
D | simple-tests.txt | 57 # CHECK: mwaitx
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 201 def FeatureMWAITX : SubtargetFeature<"mwaitx", "HasMWAITX", "true",
|
D | X86InstrInfo.td | 2423 def MWAITXrrr : I<0x01, MRM_FB, (outs), (ins), "mwaitx", 2429 def : InstAlias<"mwaitx\t{%eax, %ecx, %ebx|ebx, ecx, eax}", (MWAITXrrr)>, 2431 def : InstAlias<"mwaitx\t{%rax, %rcx, %rbx|rbx, rcx, rax}", (MWAITXrrr)>,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.td | 236 def FeatureMWAITX : SubtargetFeature<"mwaitx", "HasMWAITX", "true",
|
D | X86InstrInfo.td | 2740 def MWAITXrrr : I<0x01, MRM_FB, (outs), (ins), "mwaitx", 2746 def : InstAlias<"mwaitx\t{%eax, %ecx, %ebx|ebx, ecx, eax}", (MWAITXrrr)>, 2748 def : InstAlias<"mwaitx\t{%rax, %rcx, %rbx|rbx, rcx, rax}", (MWAITXrrr)>,
|
/external/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 2125 TARGET_BUILTIN(__builtin_ia32_monitorx, "vv*UiUi", "", "mwaitx") 2126 TARGET_BUILTIN(__builtin_ia32_mwaitx, "vUiUiUi", "", "mwaitx")
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1485 def mno_mwaitx : Flag<["-"], "mno-mwaitx">, Group<m_x86_Features_Group>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7712 "mulw\004mulx\005mulxl\005mulxq\005mwait\006mwaitx\003neg\004negb\004neg" 9384 { 4991 /* mwaitx */, X86::MWAITXrrr, Convert_NoOperands, AMFBS_None, { }, }, 9385 …{ 4991 /* mwaitx */, X86::MWAITXrrr, Convert_NoOperands, AMFBS_Not64BitMode, { MCK_EAX, MCK_ECX, M… 9386 …{ 4991 /* mwaitx */, X86::MWAITXrrr, Convert_NoOperands, AMFBS_In64BitMode, { MCK_RAX, MCK_RCX, MC… 23935 { 4991 /* mwaitx */, X86::MWAITXrrr, Convert_NoOperands, AMFBS_None, { }, }, 23936 …{ 4991 /* mwaitx */, X86::MWAITXrrr, Convert_NoOperands, AMFBS_Not64BitMode, { MCK_EBX, MCK_ECX, M… 23937 …{ 4991 /* mwaitx */, X86::MWAITXrrr, Convert_NoOperands, AMFBS_In64BitMode, { MCK_RBX, MCK_RCX, MC…
|
D | X86GenSubtargetInfo.inc | 231 …{ "mwaitx", "Enable MONITORX/MWAITX timer functionality", X86::FeatureMWAITX, { { { 0x0ULL, 0x0ULL…
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 5677 x86_mwaitx, // llvm.x86.mwaitx 11735 "llvm.x86.mwaitx", 19675 3, // llvm.x86.mwaitx
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Intrinsics.gen | 5677 x86_mwaitx, // llvm.x86.mwaitx 11735 "llvm.x86.mwaitx", 19675 3, // llvm.x86.mwaitx
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Intrinsics.gen | 5677 x86_mwaitx, // llvm.x86.mwaitx 11735 "llvm.x86.mwaitx", 19675 3, // llvm.x86.mwaitx
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Intrinsics.gen | 5643 x86_mwaitx, // llvm.x86.mwaitx 11667 "llvm.x86.mwaitx", 19552 3, // llvm.x86.mwaitx
|