Home | History | Annotate | Download | only in ia32

Lines Matching refs:xcr

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