/external/linux-kselftest/tools/testing/selftests/x86/ |
D | .gitignore | 12 mpx-mini-test
|
/external/llvm-project/lldb/tools/intel-features/ |
D | README.txt | 29 in feature specific folders ("intel-pt" and "intel-mpx" respectively). 53 feature (inside intel-mpx folder). This flag defaults to "ON" meaning
|
D | CMakeLists.txt | 14 add_subdirectory(intel-mpx)
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_x86_64.cpp | 729 if (IsCPUFeatureAvailable(RegSet::mpx)) { in ReadAllRegisterValues() 827 if (IsCPUFeatureAvailable(RegSet::mpx)) { in WriteAllRegisterValues() 860 case RegSet::mpx: // Check if CPU has MPX and if there is kernel support, by in IsCPUFeatureAvailable() 879 case RegSet::mpx: in IsRegisterSetAvailable() 880 return IsCPUFeatureAvailable(RegSet::mpx); in IsRegisterSetAvailable() 996 if (!IsCPUFeatureAvailable(RegSet::mpx)) in IsMPX()
|
D | NativeRegisterContextLinux_x86_64.h | 68 enum class RegSet { gpr, fpu, avx, mpx }; enumerator
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | int128_no_gather.ll | 74 …mi2,+clflushopt,+clwb,+cx16,+f16c,+fma,+fsgsbase,+fxsr,+lzcnt,+mmx,+movbe,+mpx,+pclmul,+pku,+popcn… 75 …mi2,+clflushopt,+clwb,+cx16,+f16c,+fma,+fsgsbase,+fxsr,+lzcnt,+mmx,+movbe,+mpx,+pclmul,+pku,+popcn…
|
/external/zstd/lib/common/ |
D | cpu.h | 189 B(mpx, 14)
|
/external/ltp/include/lapi/syscalls/ |
D | powerpc.in | 57 mpx 56
|
D | i386.in | 57 mpx 56
|
D | powerpc64.in | 57 mpx 56
|
D | sh.in | 57 mpx 56
|
D | mips_o32.in | 57 mpx 56
|
/external/llvm-project/llvm/docs/ |
D | ReleaseNotes.rst | 116 * The 'mpx' feature was removed from the backend. It had been removed from clang 117 frontend in 10.0. Mention of the 'mpx' feature in an IR file will print a
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 734 bool mpx; member 1257 return cpuinfo_isa.mpx; in cpuinfo_has_x86_mpx()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | X86Target.def | 101 …sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+movbe,+popcnt,+f16c,+avx,+fma,+bmi,+lzcnt,+avx2,+adx,+mpx")
|
/external/cpuinfo/src/x86/ |
D | isa.c | 521 isa.mpx = mpx_regs && !!(structured_feature_info0.ebx & UINT32_C(0x00004000)); in cpuinfo_x86_detect_isa()
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 86 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/m68k/ |
D | syscallent.h | 86 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 86 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/powerpc/ |
D | syscallent.h | 86 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/mips/ |
D | syscallent-o32.h | 60 [4056] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/sh/ |
D | syscallent.h | 88 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/bfin/ |
D | syscallent.h | 86 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/microblaze/ |
D | syscallent.h | 86 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|
/external/strace/linux/sh64/ |
D | syscallent.h | 86 [ 56] = { 0, 0, SEN(mpx), "mpx" },
|