summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
diff options
context:
space:
mode:
authorSander de Smalen <sander.desmalen@arm.com>2018-07-27 14:24:55 +0000
committerSander de Smalen <sander.desmalen@arm.com>2018-07-27 14:24:55 +0000
commita703b8dc71fc574dfd921a0215289bdd7f18fc92 (patch)
treeec69786a32ca122f6ceab4338aa6f796822722b1 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
parentc80b1650a74d14b0cb3a9cb6c368c52dd2cb39fa (diff)
downloadbcm5719-llvm-a703b8dc71fc574dfd921a0215289bdd7f18fc92.tar.gz
bcm5719-llvm-a703b8dc71fc574dfd921a0215289bdd7f18fc92.zip
[AArch64][SVE] Asm: Predicated integer reductions.
This patch adds support for various integer reduction operations: SADDV signed add reduction to scalar UADDV unsigned add reduction to scalar SMAXV signed maximum reduction to scalar SMINV signed minimum reduction to scalar UMAXV unsigned maximum reduction to scalar UMINV unsigned minimum reduction to scalar ANDV logical AND reduction to scalar ORV logical OR reduction to scalar EORV logical EOR reduction to scalar The reduction is predicated, e.g. smaxv s0, p0, z1.s performs a signed maximum reduction on active elements in z1, and stores the (signed max value) result in s0. llvm-svn: 338126
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud