mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 20:44:37 +03:00
Moved logic from x86inst.cpp to x86instimpl.cpp, moved some instruction methods to Inst from X86Inst, added Inst::checkFeatures() for retrieving which CPU features are required to run a given instruction, minor reorganization and asmdb update
This commit is contained in:
@@ -114,6 +114,8 @@ static void dumpCpu(void) {
|
||||
{ CpuInfo::kX86FeatureSMEP , "SMEP" },
|
||||
{ CpuInfo::kX86FeatureSHA , "SHA" },
|
||||
{ CpuInfo::kX86FeatureXSAVE , "XSAVE" },
|
||||
{ CpuInfo::kX86FeatureXSAVEC , "XSAVEC" },
|
||||
{ CpuInfo::kX86FeatureXSAVES , "XSAVES" },
|
||||
{ CpuInfo::kX86FeatureXSAVEOPT , "XSAVEOPT" },
|
||||
{ CpuInfo::kX86FeatureOSXSAVE , "OSXSAVE" },
|
||||
{ CpuInfo::kX86FeatureAVX , "AVX" },
|
||||
|
||||
Reference in New Issue
Block a user