llvm-project/llvm/lib/Target/AArch64/InstPrinter
Sam Parker 5f9346471c [AArch64] 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.

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

llvm-svn: 312228
2017-08-31 09:27:04 +00:00
..
AArch64InstPrinter.cpp [AArch64] v8.3-a complex number support 2017-08-31 09:27:04 +00:00
AArch64InstPrinter.h [AArch64] v8.3-a complex number support 2017-08-31 09:27:04 +00:00
CMakeLists.txt
LLVMBuild.txt