Searched defs:OSXSAVE (Results 1 – 2 of 2) sorted by relevance
47 const OSXSAVE = feature_bit(27); /* 0x08000000 XSAVE enabled by OS */ constant
67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet