Home | History | Annotate | Download | only in Support

Lines Matching refs:getX86XCR0

466 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) {
904 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
1193 !getX86XCR0(&EAX, &EDX) && ((EAX & 0x6) == 0x6);