OSDN Git Service

gas/testsuite/
authorhjl <hjl>
Tue, 12 Feb 2008 00:04:44 +0000 (00:04 +0000)
committerhjl <hjl>
Tue, 12 Feb 2008 00:04:44 +0000 (00:04 +0000)
commit6e3efb277d201986b045ae02ce08e2a8887b5f19
tree8b986672bae0e68ed9b94db941b19ca24e659d81
parent171e55b4f330b715a6e8869e55a34ddc8f957742
gas/testsuite/

2002-02-11  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run xsave, xsave-intel, x86-64-xsave
and x86-64-xsave-intel.

* gas/i386/x86-64-xsave-intel.d: New file.
* gas/i386/x86-64-xsave.d: Likewise.
* gas/i386/x86-64-xsave.s: Likewise.
* gas/i386/xsave-intel.d: Likewise.
* gas/i386/xsave.d: Likewise.
* gas/i386/xsave.s: Likewise.

opcodes/

2008-02-11  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (cpu_flags): Add CpuXsave.

* i386-opc.h (CpuXsave): New.
(Cpu64): Updated.
(i386_cpu_flags): Add cpuxsave.

* i386-dis.c (MOD_0FAE_REG_4): New.
(RM_0F01_REG_2): Likewise.
(MOD_0FAE_REG_5): Updated.
(RM_0F01_REG_3): Likewise.
(reg_table): Use MOD_0FAE_REG_4.
(mod_table): Use RM_0F01_REG_2.  Add MOD_0FAE_REG_4.  Updated
for xrstor.
(rm_table): Add RM_0F01_REG_2.

* i386-opc.tbl: Add xsave, xrstor, xgetbv and xsetbv.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
15 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-xsave-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-xsave.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-xsave.s [new file with mode: 0644]
gas/testsuite/gas/i386/xsave-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/xsave.d [new file with mode: 0644]
gas/testsuite/gas/i386/xsave.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h