Searched refs:f_7_EBX_ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp80 bool FSGSBASE(void) { return CPU_Rep.f_7_EBX_[0]; }
81 bool BMI1(void) { return CPU_Rep.f_7_EBX_[3]; }
82 bool HLE(void) { return CPU_Rep.isIntel_ && CPU_Rep.f_7_EBX_[4]; }
83 bool BMI2(void) { return CPU_Rep.f_7_EBX_[8]; }
84 bool ERMS(void) { return CPU_Rep.f_7_EBX_[9]; }
85 bool INVPCID(void) { return CPU_Rep.f_7_EBX_[10]; }
86 bool RTM(void) { return CPU_Rep.isIntel_ && CPU_Rep.f_7_EBX_[11]; }
87 bool RDSEED(void) { return CPU_Rep.f_7_EBX_[18]; }
88 bool ADX(void) { return CPU_Rep.f_7_EBX_[19]; }
89 bool SHA(void) { return CPU_Rep.f_7_EBX_[2
223 std::bitset<32> f_7_EBX_; member in class:InstructionSet::InstructionSet_Internal
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp80 bool FSGSBASE(void) { return CPU_Rep.f_7_EBX_[0]; }
81 bool BMI1(void) { return CPU_Rep.f_7_EBX_[3]; }
82 bool HLE(void) { return CPU_Rep.isIntel_ && CPU_Rep.f_7_EBX_[4]; }
83 bool BMI2(void) { return CPU_Rep.f_7_EBX_[8]; }
84 bool ERMS(void) { return CPU_Rep.f_7_EBX_[9]; }
85 bool INVPCID(void) { return CPU_Rep.f_7_EBX_[10]; }
86 bool RTM(void) { return CPU_Rep.isIntel_ && CPU_Rep.f_7_EBX_[11]; }
87 bool RDSEED(void) { return CPU_Rep.f_7_EBX_[18]; }
88 bool ADX(void) { return CPU_Rep.f_7_EBX_[19]; }
89 bool SHA(void) { return CPU_Rep.f_7_EBX_[2
223 std::bitset<32> f_7_EBX_; member in class:InstructionSet::InstructionSet_Internal
[all...]

Completed in 2 milliseconds