diff options
author | Cullen Rhodes <cullen.rhodes@arm.com> | 2019-05-14 15:01:00 +0000 |
---|---|---|
committer | Cullen Rhodes <cullen.rhodes@arm.com> | 2019-05-14 15:01:00 +0000 |
commit | e029da46e6e166ad260d0f46e2743f44ddf82774 (patch) | |
tree | 167aa2eb9d857d8c0573ee0bcb2dbd644b666fc7 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py | |
parent | 728ffd000a33f2c2f686c5bf7dbfa95eb4dc81a3 (diff) | |
download | bcm5719-llvm-e029da46e6e166ad260d0f46e2743f44ddf82774.tar.gz bcm5719-llvm-e029da46e6e166ad260d0f46e2743f44ddf82774.zip |
[AArch64][SVE2] Asm: add integer multiply-add/subtract (indexed) instructions
Summary:
This patch adds support for the following instructions:
MLA mul-add, writing addend (Zda = Zda + Zn * Zm[idx])
MLS mul-sub, writing addend (Zda = Zda + -Zn * Zm[idx])
Predicated forms of these instructions were added in SVE.
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Reviewed By: rovka
Differential Revision: https://reviews.llvm.org/D61514
llvm-svn: 360682
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py')
0 files changed, 0 insertions, 0 deletions