gas/testsuite/
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Feb 2008 00:04:45 +0000 (00:04 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Feb 2008 00:04:45 +0000 (00:04 +0000)
commit475a2301db23da20a59a59814f8b1a9eebce7855
tree5a6d714e4f60447a7317b10e356ba4fece733b78
parent86ed6051f72836e8bac640770bb47b04571df758
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
This page took 0.025083 seconds and 4 git commands to generate.