REX_PREFIX 207 arch/x86/include/asm/fpu/internal.h #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" REX_PREFIX 208 arch/x86/include/asm/fpu/internal.h #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" REX_PREFIX 209 arch/x86/include/asm/fpu/internal.h #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" REX_PREFIX 210 arch/x86/include/asm/fpu/internal.h #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" REX_PREFIX 211 arch/x86/include/asm/fpu/internal.h #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"