diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-08-17 17:12:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-08-17 17:12:36 +0000 |
commit | 7b458c12dc33fc7af4c67c138feaa5f034351bac (patch) | |
tree | 3604f01b9d8e24bfde32c776ffdda492bf0bbc34 /opcodes/i386-opc.h | |
parent | ee8206a9d3d82b01d3108b83e36491fd6693db4d (diff) | |
download | gdb-7b458c12dc33fc7af4c67c138feaa5f034351bac.zip gdb-7b458c12dc33fc7af4c67c138feaa5f034351bac.tar.gz gdb-7b458c12dc33fc7af4c67c138feaa5f034351bac.tar.bz2 |
Add AMD btver1 and btver2 support
gas/
2012-08-17 Nagajyothi Eggone <nagajyothi.eggone@amd.com>
* config/tc-i386.c (cpu_arch): Add CPU_BTVER1_FLAGS and
CPU_BTVER2_FLAGS.
(i386_align_code): Add case for PROCESSOR_BT.
* config/tc-i386.h (enum processor_type): Add PROCESSOR_BT.
* doc/c-i386.texi: Add -march={btver1, btver2} options.
gas/testsuite/
2012-08-17 Nagajyothi Eggone <nagajyothi.eggone@amd.com>
* gas/i386/i386.exp: Run btver1 and btver2 test cases.
* gas/i386/nops-1-btver1.d: New.
* gas/i386/nops-1-btver2.d: New.
* gas/i386/arch-10-btver1.d: New.
* gas/i386/arch-10-btver2.d: New.
* gas/i386/x86-64-nops-1-btver1.d: New.
* gas/i386/x86-64-nops-1-btver2.d: New.
* gas/i386/x86-64-arch-2-btver1.d: New.
* gas/i386/x86-64-arch-2-btver2.d: New.
opcodes/
2012-08-17 Nagajyothi Eggone <nagajyothi.eggone@amd.com>
* i386-gen.c (cpu_flag_init): Add CPU_BTVER1_FLAGS and
CPU_BTVER2_FLAGS.
* i386-opc.h: Update CpuPRFCHW comment.
* i386-opc.tbl: Enable prefetch instruction for CpuPRFCHW.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 598b220..21f33a9 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -148,7 +148,7 @@ enum CpuRDSEED, /* Multi-presisionn add-carry instructions are required. */ CpuADX, - /* Supports prefetchw instruction. */ + /* Supports prefetchw and prefetch instructions. */ CpuPRFCHW, /* 64bit support required */ Cpu64, |