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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dcpu_model.c240 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { function
532 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&

Completed in 26 milliseconds