Searched refs:REX_PREFIX (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/fpu/
H A Dxstate.h36 #define REX_PREFIX "0x48, " macro
38 #define REX_PREFIX macro
H A Dinternal.h221 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27"
222 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37"
223 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f"
224 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f"
225 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"

Completed in 181 milliseconds