summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function
diff options
context:
space:
mode:
authorSander de Smalen <sander.desmalen@arm.com>2018-07-27 13:58:48 +0000
committerSander de Smalen <sander.desmalen@arm.com>2018-07-27 13:58:48 +0000
commitfcb636d2226747656d206fac5966b4f460883fd2 (patch)
tree8713e64d1a8fa5f491ea81954ff51d86b7f833f2 /lldb/packages/Python/lldbsuite/test/expression_command/call-function
parentcb3eb30636c8d9136c8a01126963eded45617531 (diff)
downloadbcm5719-llvm-fcb636d2226747656d206fac5966b4f460883fd2.tar.gz
bcm5719-llvm-fcb636d2226747656d206fac5966b4f460883fd2.zip
[AArch64][SVE] Asm: Predicated floating point reductions.
This patch adds support for various floating-point reduction operations: FADDA strictly-ordered add reduction, accumulating in scalar FADDV recursive add reduction to scalar FMAXV recursive max reduction to scalar FMINV recursive min reduction to scalar FMAXNMV recursive max number reduction to scalar FMINNMV recursive min number reduction to scalar The reduction is predicated, e.g. fadda d0, p0, d0, z1.d performs the add-reduction in strict order on active elements in z1, accumulating into d0. faddv d0, p0, z1.d performs the add-reduction (not in strict order) on active elements in z1, storing the result in d0. llvm-svn: 338123
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud