gas/testsuite/
commit419714e8fef0acf79467ef12fdadc531db8e8037
authorH.J. Lu <hjl@lucon.org>
Tue, 12 Feb 2008 00:04:45 +0000 (12 00:04 +0000)
committerH.J. Lu <hjl@lucon.org>
Tue, 12 Feb 2008 00:04:45 +0000 (12 00:04 +0000)
tree4ba47b9cb1681a41b665fa8f39926b53cae78990
parenteb3eb840aa8977af643c91e846e10027c6a795aa
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