Searched refs:REX_PREFIX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | xstate.h | 75 #define REX_PREFIX "0x48, " macro 77 #define REX_PREFIX macro 81 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 82 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 83 #define XSAVEC ".byte " REX_PREFIX "0x0f,0xc7,0x27" 84 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 85 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 86 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 217 #define REX_PREFIX(S) (((S)->prefix & PREFIX_REX) != 0) macro 223 #define REX_PREFIX(S) false macro 415 if (reg < 4 || REX_PREFIX(s)) { in byte_reg_is_xH()
|