diff options
author | spop <spop> | 2010-01-06 22:52:47 +0000 |
---|---|---|
committer | spop <spop> | 2010-01-06 22:52:47 +0000 |
commit | d22d934b4cf9b7caeb01c6d218e77324182837ac (patch) | |
tree | b402c91651eae11fb14f7aa9d907782d0975b58b /opcodes/i386-init.h | |
parent | 15fe3c4b300774271e959350b46830cf7c103855 (diff) | |
download | gdb-d22d934b4cf9b7caeb01c6d218e77324182837ac.tar.gz |
2010-01-06 Quentin Neill <quentin.neill@amd.com>
gas/
* config/tc-i386.c (cpu_arch): Add amdfam15.
(i386_align_code): Add PROCESSOR_AMDFAM15 cases.
* config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
* doc/c-i386.texi: Add amdfam15.
opcodes/
* i386-gen.c (cpu_flag_init): Add new CPU_AMDFAM15_FLAGS.
* i386-init.h: Regenerated.
testsuite/
* gas/i386/i386.exp: Add new amdfam15 test cases.
* gas/i386/nops-1-amdfam15.d: New.
Diffstat (limited to 'opcodes/i386-init.h')
-rw-r--r-- | opcodes/i386-init.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index 681ab7b8454..cfe65b0aded 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -129,6 +129,11 @@ 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 1, 0, 0, 0 } } +#define CPU_AMDFAM15_FLAGS \ + { { 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, \ + 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, \ + 1, 0, 0, 0 } } + #define CPU_8087_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ |