1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/ARM/InstPrinter
Sam Parker 5e3882c1d0 [ARM] v8.3-a complex number support
New instructions are added to AArch32 and AArch64 to aid
floating-point multiplication and addition of complex numbers, where
the complex numbers are packed in a vector register as a pair of
elements. The Imaginary part of the number is placed in the more
significant element, and the Real part of the number is placed in the
less significant element.

This patch adds assembler for the ARM target.

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

llvm-svn: 314511
2017-09-29 13:11:33 +00:00
..
ARMInstPrinter.cpp [ARM] v8.3-a complex number support 2017-09-29 13:11:33 +00:00
ARMInstPrinter.h [ARM] v8.3-a complex number support 2017-09-29 13:11:33 +00:00
CMakeLists.txt
LLVMBuild.txt [ARM] Unify handling of M-Class system registers 2017-07-19 12:57:16 +00:00