]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add tests for APX GPR32 with extend evex prefix
authorCui, Lili <lili.cui@intel.com>
Thu, 28 Dec 2023 01:06:40 +0000 (01:06 +0000)
committerCui, Lili <lili.cui@intel.com>
Thu, 28 Dec 2023 11:34:14 +0000 (11:34 +0000)
commitce9cddf5dd2a614815b1d9affa67c9419599ff63
tree8713fcbe0569e7c62c0a8adc80d3f07ef1a5d67d
parent6177c84d5edc2cb6b197f00bd06380b7b24a719f
Add tests for APX GPR32 with extend evex prefix

gas/ChangeLog:

2023-12-28 Lingling Kong <lingling.kong@intel.com>
    H.J. Lu  <hongjiu.lu@intel.com>
    Lili Cui <lili.cui@intel.com>
    Lin Hu   <lin1.hu@intel.com>

* testsuite/gas/i386/x86-64-apx-egpr-inval.l: Add some insn don't
support gpr32.
* testsuite/gas/i386/x86-64-apx-egpr-inval.s: Ditto.
* testsuite/gas/i386/x86-64.exp: Add new test.
* testsuite/gas/i386/x86-64-apx-egpr-promote-inval.l: New test.
* testsuite/gas/i386/x86-64-apx-egpr-promote-inval.s: New test.
* testsuite/gas/i386/x86-64-apx-evex-egpr.d: New test.
* testsuite/gas/i386/x86-64-apx-evex-egpr.s: New test.
* testsuite/gas/i386/x86-64-apx-evex-promoted-bad.d: New test.
* testsuite/gas/i386/x86-64-apx-evex-promoted-bad.s: New test.
* testsuite/gas/i386/x86-64-apx-evex-promoted-intel.d: New test.
* testsuite/gas/i386/x86-64-apx-evex-promoted.d: New test.
* testsuite/gas/i386/x86-64-apx-evex-promoted.s: New test.
12 files changed:
gas/testsuite/gas/i386/x86-64-apx-egpr-inval.l
gas/testsuite/gas/i386/x86-64-apx-egpr-inval.s
gas/testsuite/gas/i386/x86-64-apx-egpr-promote-inval.l [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-egpr-promote-inval.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-evex-egpr.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-evex-egpr.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-evex-promoted-bad.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-evex-promoted-bad.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-evex-promoted-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-evex-promoted.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-apx-evex-promoted.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64.exp