diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gas/config/tc-i386.h')
-rw-r--r-- | gnu/usr.bin/binutils/gas/config/tc-i386.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/gas/config/tc-i386.h b/gnu/usr.bin/binutils/gas/config/tc-i386.h index 601010acd6c..6747b6ce58f 100644 --- a/gnu/usr.bin/binutils/gas/config/tc-i386.h +++ b/gnu/usr.bin/binutils/gas/config/tc-i386.h @@ -196,17 +196,18 @@ typedef struct #define CpuPNI 0x8000 /* Prescott New Instructions required */ #define CpuPadLock 0x10000 /* VIA PadLock required */ #define CpuSSSE3 0x20000 /* Supplementary SSE3 required */ -#define CpuAES 0x40000 /* Intel AES extensions required */ -#define CpuPCLMUL 0x80000 /* Intel Carry-less Multiplication extensions */ -#define CpuRdRnd 0x100000 /* Intel Random Number Generator extensions */ -#define CpuSMAP 0x200000 /* Intel Supervisor Mode Access Prevention */ +#define CpuXSAVE 0x40000 /* XSAVE extensions required */ +#define CpuAES 0x80000 /* Intel AES extensions required */ +#define CpuPCLMUL 0x100000 /* Intel Carry-less Multiplication extensions */ +#define CpuRdRnd 0x200000 /* Intel Random Number Generator extensions */ +#define CpuSMAP 0x400000 /* Intel Supervisor Mode Access Prevention */ /* These flags are set by gas depending on the flag_code. */ #define Cpu64 0x4000000 /* 64bit support required */ #define CpuNo64 0x8000000 /* Not supported in the 64bit mode */ /* The default value for unknown CPUs - enable all features to avoid problems. */ -#define CpuUnknownFlags (Cpu086|Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuP4|CpuSledgehammer|CpuMMX|CpuSSE|CpuSSE2|CpuPNI|Cpu3dnow|CpuK6|CpuAthlon|CpuPadLock|CpuSSSE3|CpuAES|CpuPCLMUL|CpuRdRnd|CpuSMAP) +#define CpuUnknownFlags (Cpu086|Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuP4|CpuSledgehammer|CpuMMX|CpuSSE|CpuSSE2|CpuPNI|Cpu3dnow|CpuK6|CpuAthlon|CpuPadLock|CpuSSSE3|CpuXSAVE|CpuAES|CpuPCLMUL|CpuRdRnd|CpuSMAP) /* the bits in opcode_modifier are used to generate the final opcode from the base_opcode. These bits also are used to detect alternate forms of |