[PATCH][ARM][GAS]: Support to MVE VCTP instruction.
authorSrinath Parvathaneni <srinath.parvathaneni@arm.com>
Tue, 10 Sep 2019 10:44:37 +0000 (11:44 +0100)
committerSrinath Parvathaneni <srinath.parvathaneni@arm.com>
Tue, 10 Sep 2019 10:44:54 +0000 (11:44 +0100)
commitefd0b3103f0fbbaa8dac86d82263b46a88b27461
treea90e401abd9d2c20be96c68b3b916f3a7bb2a924
parenta084a2a6a181c2206be4ba29b21dc0ae441ab4e9
[PATCH][ARM][GAS]: Support to MVE VCTP instruction.

This patch adds support for MVE VCTP instruction in assembler.

gas ChangeLog:

2019-09-10  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>

        * config/tc-arm.c (M_MNEM_vctp): Add new Mnemonic.
        (do_mve_vctp): Add function to encode VCTP instruction.
        * testsuite/gas/arm/mve-vctp-bad.d: New test.
        * testsuite/gas/arm/mve-vctp-bad.l: Likewise.
        * testsuite/gas/arm/mve-vctp-bad.s: Likewise.
        * testsuite/gas/arm/mve-vctp.d: Likewise.
        * testsuite/gas/arm/mve-vctp.s: Likewise.
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vctp-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vctp-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vctp-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vctp.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vctp.s [new file with mode: 0644]
This page took 0.034279 seconds and 4 git commands to generate.