From 5f7c44df2c8b4e3791936d7e3bf7f3bb4fa3fded Mon Sep 17 00:00:00 2001 From: spop Date: Wed, 6 Jan 2010 22:52:46 +0000 Subject: 2010-01-06 Quentin Neill 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. --- opcodes/i386-init.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'opcodes/i386-init.h') diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index 681ab7b845..cfe65b0ade 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, \ -- cgit v1.2.1