Searched refs:xcr (Results 1 – 1 of 1) sorted by relevance
57 static inline uint64_t xgetbv(uint32_t xcr) in xgetbv() argument61 asm ( ".byte 0x0f, 0x01, 0xd0" : "=a" (lo), "=d" (hi) : "c" (xcr) ); in xgetbv()
Completed in 2 milliseconds