[PATCH 8/57][Arm][GAS] Add support for MVE instructions: vcvt
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 15 May 2019 16:21:53 +0000 (17:21 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:22:09 +0000 (16:22 +0100)
commitdd9634d97c05168870624cadf8fddf9b62ee3008
tree9b8bb5824b9cd0c42fb9ca6465cafc4f25137510
parentf5f10c66f8dc5466536181a1e5cce2419a5bcbd7
[PATCH 8/57][Arm][GAS] Add support for MVE instructions: vcvt

gas/ChangeLog:
2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* config/tc-arm.c (enum operand_parse_code): Add new operand.
(parse_operands): Handle new operand.
(do_neon_cvt_1): Handle MVE variants.
(do_neon_cvttb_1): Likewise.
(insns): Accept MVE variants.
* testsuite/gas/arm/mve-vcvt-bad-1.d: New test.
* testsuite/gas/arm/mve-vcvt-bad-1.l: New test.
* testsuite/gas/arm/mve-vcvt-bad-1.s: New test.
* testsuite/gas/arm/mve-vcvt-bad-2.d: New test.
* testsuite/gas/arm/mve-vcvt-bad-2.l: New test.
* testsuite/gas/arm/mve-vcvt-bad-2.s: New test.
* testsuite/gas/arm/mve-vcvt-bad-3.d: New test.
* testsuite/gas/arm/mve-vcvt-bad-3.l: New test.
* testsuite/gas/arm/mve-vcvt-bad-3.s: New test.
* testsuite/gas/arm/mve-vcvt-bad-4.d: New test.
* testsuite/gas/arm/mve-vcvt-bad-4.l: New test.
* testsuite/gas/arm/mve-vcvt-bad-4.s: New test.
* testsuite/gas/arm/mve-vcvt-bad.d: New test.
* testsuite/gas/arm/mve-vcvt-bad.l: New test.
* testsuite/gas/arm/mve-vcvt-bad.s: New test.
17 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vcvt-bad-1.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-1.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-1.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-2.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-2.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-2.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-3.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-3.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-3.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-4.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-4.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad-4.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvt-bad.s [new file with mode: 0644]
This page took 0.026309 seconds and 4 git commands to generate.