Home | History | Annotate | Download | only in x64

Lines Matching refs:xcr

32 V8_INLINE uint64_t _xgetbv(unsigned int xcr) {
38 __asm__ volatile(".byte 0x0f, 0x01, 0xd0" : "=a"(eax), "=d"(edx) : "c"(xcr));