aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorOliver Stannard <oliver.stannard@arm.com>2015-12-08 12:16:10 +0000
committerOliver Stannard <oliver.stannard@arm.com>2015-12-08 12:16:10 +0000
commite4c3d21ea6ffeba40c403a72c4e2368e7fae4643 (patch)
tree8dc8902ee84b143fd65a782de2920f7ece1e774b /lldb/packages/Python/lldbsuite/test/configuration.py
parentbddf18009f6027a217df718c96aceeedc97e5533 (diff)
downloadllvm-e4c3d21ea6ffeba40c403a72c4e2368e7fae4643.zip
llvm-e4c3d21ea6ffeba40c403a72c4e2368e7fae4643.tar.gz
llvm-e4c3d21ea6ffeba40c403a72c4e2368e7fae4643.tar.bz2
[AArch64] Add ARMv8.2-A FP16 vector instructions
ARMv8.2-A adds 16-bit floating point versions of all existing SIMD floating-point instructions. This is an optional extension, so all of these instructions require the FeatureFullFP16 subtarget feature. Note that VFP without SIMD is not a valid combination for any version of ARMv8-A, but I have ensured that these instructions all depend on both FeatureNEON and FeatureFullFP16 for consistency. The ".2h" vector type specifier is now legal (for the scalar pairwise reduction instructions), so some unrelated tests have been modified as different error messages are emitted. This is not a problem as the invalid operands are still caught. llvm-svn: 255010
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions