diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2018-07-09 15:22:08 +0000 |
---|---|---|
committer | Sander de Smalen <sander.desmalen@arm.com> | 2018-07-09 15:22:08 +0000 |
commit | d3efb59f29a77625756adefa230177067c4083e9 (patch) | |
tree | 00b976e83a421997ac381bface67c0d12dd55916 /lldb/packages/Python/lldbsuite/test/sample_test | |
parent | b467233d8bde685f9e57af760dcd557390861c47 (diff) | |
download | bcm5719-llvm-d3efb59f29a77625756adefa230177067c4083e9.tar.gz bcm5719-llvm-d3efb59f29a77625756adefa230177067c4083e9.zip |
[AArch64][SVE] Asm: Support for CNT(B|H|W|D) and CNTP instructions.
This patch adds support for the following instructions:
CNTB CNTH - Determine the number of active elements implied by
CNTW CNTD the named predicate constant, multiplied by an
immediate, e.g.
cnth x0, vl8, #16
CNTP - Count active predicate elements, e.g.
cntp x0, p0, p1.b
counts the number of active elements in p1, predicated
by p0, and stores the result in x0.
llvm-svn: 336552
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test')
0 files changed, 0 insertions, 0 deletions