Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. (bloaty 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.5 KiB

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|*Subtarget Enumeration Source Fragment *|
|* *|
|* Automatically generated file, do not edit! *|
|* *|
\*===----------------------------------------------------------------------===*/
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013> */
#ifdef GET_SUBTARGETINFO_ENUM
#undef GET_SUBTARGETINFO_ENUM
enum {
Mips_FeatureBitCount = 1ULL << 0,
Mips_FeatureCondMov = 1ULL << 1,
Mips_FeatureDSP = 1ULL << 2,
Mips_FeatureDSPR2 = 1ULL << 3,
Mips_FeatureEABI = 1ULL << 4,
Mips_FeatureFP64Bit = 1ULL << 5,
Mips_FeatureFPIdx = 1ULL << 6,
Mips_FeatureGP64Bit = 1ULL << 7,
Mips_FeatureMSA = 1ULL << 8,
Mips_FeatureMicroMips = 1ULL << 9,
Mips_FeatureMips16 = 1ULL << 10,
Mips_FeatureMips32 = 1ULL << 11,
Mips_FeatureMips32r2 = 1ULL << 12,
Mips_FeatureMips64 = 1ULL << 13,
Mips_FeatureMips64r2 = 1ULL << 14,
Mips_FeatureN32 = 1ULL << 15,
Mips_FeatureN64 = 1ULL << 16,
Mips_FeatureO32 = 1ULL << 17,
Mips_FeatureSEInReg = 1ULL << 18,
Mips_FeatureSingleFloat = 1ULL << 19,
Mips_FeatureSwap = 1ULL << 20,
Mips_FeatureVFPU = 1ULL << 21
};
#endif // GET_SUBTARGETINFO_ENUM