OSDN Git Service

[ARM] Add a batch of MVE floating-point instructions.
authorSimon Tatham <simon.tatham@arm.com>
Fri, 21 Jun 2019 09:35:07 +0000 (09:35 +0000)
committerSimon Tatham <simon.tatham@arm.com>
Fri, 21 Jun 2019 09:35:07 +0000 (09:35 +0000)
commitaca5793f7d5647019e0499438172470bcb59acfb
treeb92649a1dca8e7ef1adb72a448b50c54662d1d59
parentb1a1e51aaebf3b89f4589946cbb708700ba1fcb3
[ARM] Add a batch of MVE floating-point instructions.

Summary:
This includes floating-point basic arithmetic (add/sub/multiply),
complex add/multiply, unary negation and absolute value, rounding to
integer value, and conversion to/from integer formats.

Reviewers: dmgreen, samparker, SjoerdMeijer, t.p.northover

Subscribers: javed.absar, kristof.beyls, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D62675

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrMVE.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
test/MC/ARM/mve-float.s [new file with mode: 0644]
test/MC/Disassembler/ARM/mve-float.txt [new file with mode: 0644]