Home
last modified time | relevance | path

Searched defs:FXSR (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/hypervisor/src/haxm/haxm_sys/
Dcpuid.rs84 const FXSR = feature_bit(24); /* 0x01000000 FXSAVE and FXRSTOR Instructions */ constant
/external/rust/crates/ring/src/
Dcpu.rs332 pub(crate) const FXSR: Feature = Feature { constant
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp76 bool FXSR(void) { return CPU_Rep.f_1_EDX_[24]; } in FXSR() function in InstructionSet