Support Intel RAO-INT
authorKong Lingling <lingling.kong@intel.com>
Tue, 8 Nov 2022 01:51:07 +0000 (09:51 +0800)
committerCui,Lili <lili.cui@intel.com>
Tue, 8 Nov 2022 02:24:59 +0000 (10:24 +0800)
commitb06311adb4bfd964b788c9c406815f1daabc1eb9
treec7d73175ea4f5e720e7ecc0c967156cfd30386bb
parent70f1d4d4848b26882711c3409ee19fd122fbb175
Support Intel RAO-INT

gas/ChangeLog:

* NEWS: Support Intel RAO-INT.
* config/tc-i386.c: Add raoint.
* doc/c-i386.texi: Document .raoint.
* testsuite/gas/i386/i386.exp: Run RAO_INT tests.
* testsuite/gas/i386/raoint-intel.d: New test.
* testsuite/gas/i386/raoint.d: Ditto.
* testsuite/gas/i386/raoint.s: Ditto.
* testsuite/gas/i386/x86-64-raoint-intel.d: Ditto.
* testsuite/gas/i386/x86-64-raoint.d: Ditto.
* testsuite/gas/i386/x86-64-raoint.s: Ditto.

opcodes/ChangeLog:

* i386-dis.c (PREFIX_0F38FC): New.
(prefix_table): Add PREFIX_0F38FC.
* i386-gen.c: (cpu_flag_init): Add CPU_RAO_INT_FLAGS and
CPU_ANY_RAO_INT_FLAGS.
* i386-init.h: Regenerated.
* i386-opc.h: (CpuRAO_INT): New.
(i386_cpu_flags): Add cpuraoint.
* i386-opc.tbl: Add RAO_INT instructions.
* i386-tbl.h: Regenerated.
16 files changed:
gas/NEWS
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/raoint-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/raoint.d [new file with mode: 0644]
gas/testsuite/gas/i386/raoint.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-raoint-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-raoint.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-raoint.s [new file with mode: 0644]
opcodes/i386-dis.c
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h