REX_PREFIX         56 arch/x86/include/asm/xsave.h #define XSAVE		".byte " REX_PREFIX "0x0f,0xae,0x27"
REX_PREFIX         57 arch/x86/include/asm/xsave.h #define XSAVEOPT	".byte " REX_PREFIX "0x0f,0xae,0x37"
REX_PREFIX         58 arch/x86/include/asm/xsave.h #define XSAVES		".byte " REX_PREFIX "0x0f,0xc7,0x2f"
REX_PREFIX         59 arch/x86/include/asm/xsave.h #define XRSTOR		".byte " REX_PREFIX "0x0f,0xae,0x2f"
REX_PREFIX         60 arch/x86/include/asm/xsave.h #define XRSTORS		".byte " REX_PREFIX "0x0f,0xc7,0x1f"