llvm-6502/lib/Target/X86/MCTargetDesc
2011-10-17 05:33:10 +00:00
..
CMakeLists.txt
Makefile
X86AsmBackend.cpp
X86BaseInfo.h Add X86 PEXTR and PDEP instructions. 2011-10-16 16:50:08 +00:00
X86FixupKinds.h
X86MachObjectWriter.cpp
X86MCAsmInfo.cpp
X86MCAsmInfo.h
X86MCCodeEmitter.cpp Add X86 PEXTR and PDEP instructions. 2011-10-16 16:50:08 +00:00
X86MCTargetDesc.cpp Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means that cpuid leaf 7 can't be queried on versions of Visual Studio earlier than VS 2008 SP1. Fixes PR11147. 2011-10-17 05:33:10 +00:00
X86MCTargetDesc.h Add X86 feature detection support for BMI instructions. Added new cpuid function for accessing leafs with sub leafs specified in ECX. Also added code to keep track of the max cpuid level supported in both basic and extended leaves and qualified the existing cpuid calls and the new call to leaf 7. 2011-10-16 00:21:51 +00:00