Support Intel FRED LKGS
authorZhang, Jun <jun.zhang@intel.com>
Fri, 19 May 2023 11:00:55 +0000 (19:00 +0800)
committerliuhongt <hongtao.liu@intel.com>
Tue, 23 May 2023 06:43:23 +0000 (14:43 +0800)
commitc88ed92f0c01ead8d0ffe7b9f27cfe07de815d30
treec2e897f9f79d101267072ebf7c5c8bc135f40181
parentcbf25f4705efd6e6972e8f9d7b32ce4337541b43
Support Intel FRED LKGS

gas/ChangeLog:

* NEWS: Support Intel FRED LKGS.
* config/tc-i386.c: Add fred lkgs
* doc/c-i386.texi: Document .fred, .lkgs.
* testsuite/gas/i386/i386.exp: Add FRED LKGS tests
* testsuite/gas/i386/x86-64-fred-intel.d: Ditto.
* testsuite/gas/i386/x86-64-fred.d: Ditto.
* testsuite/gas/i386/x86-64-fred.s: Ditto.
* testsuite/gas/i386/x86-64-lkgs-intel.d: Ditto.
* testsuite/gas/i386/x86-64-lkgs-inval.l: Ditto.
* testsuite/gas/i386/x86-64-lkgs-inval.s: Ditto.
* testsuite/gas/i386/x86-64-lkgs.d: Ditto.
* testsuite/gas/i386/x86-64-lkgs.s: Ditto.

opcodes/ChangeLog:

* i386-dis.c: New entry for fred, lkgs.
* i386-gen.c: Add CPU_FRED CPU_LKGS.
* i386-init.h : Regenerated.
* i386-mnem.h : Regenerated.
* i386-opc.h: Add fred, lkgs.
* i386-opc.tbl: Add FRED, LKGS instructions.
* i386-tbl.h: Regenerated.
19 files changed:
gas/NEWS
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-fred-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-fred.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-fred.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-lkgs-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-lkgs-inval.l [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-lkgs-inval.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-lkgs.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-lkgs.s [new file with mode: 0644]
opcodes/i386-dis.c
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-mnem.h
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h