Template Struct InstructionSetBase
Defined in File instruction-set.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Derived Type
public proxsuite::helpers::InstructionSet
(Struct InstructionSet)
Struct Documentation
-
template<typename T = void>
struct InstructionSetBase Subclassed by proxsuite::helpers::InstructionSet
-
struct Data
Public Functions
-
inline Data()
Public Members
-
int nIds_
-
int nExIds_
-
std::string vendor_
-
std::string brand_
-
bool isIntel_
-
bool isAMD_
-
std::bitset<32> f_1_ECX_
-
std::bitset<32> f_1_EDX_
-
std::bitset<32> f_7_EBX_
-
std::bitset<32> f_7_ECX_
-
std::bitset<32> f_81_ECX_
-
std::bitset<32> f_81_EDX_
-
std::vector<std::array<int, 4>> data_
-
std::vector<std::array<int, 4>> extdata_
-
inline Data()
-
struct Data