Searched defs:FXSR (Results 1 – 3 of 3) sorted by relevance
84 const FXSR = feature_bit(24); /* 0x01000000 FXSAVE and FXRSTOR Instructions */ constant
332 pub(crate) const FXSR: Feature = Feature { constant
76 bool FXSR(void) { return CPU_Rep.f_1_EDX_[24]; } in FXSR() function in InstructionSet