summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/command/script/welcome.py
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2019-09-03 10:53:07 +0000
committerDavid Green <david.green@arm.com>2019-09-03 10:53:07 +0000
commit57cc65ff47276d5584ce74d54539656943daef79 (patch)
treeffc8e0d30944baa1ec7858b8c31ec05f69cb5ea9 /lldb/packages/Python/lldbsuite/test/commands/command/script/welcome.py
parenta1ae7e373479187c00cfcfc6a8eabaf9e4370bcc (diff)
downloadbcm5719-llvm-57cc65ff47276d5584ce74d54539656943daef79.tar.gz
bcm5719-llvm-57cc65ff47276d5584ce74d54539656943daef79.zip
[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
Arm 8.1-M adds a number of related CSEL instructions, including CSINC, CSNEG and CSINV. These choose between two values given the content in CPSR and a condition, performing an increment, negation or inverse of the false value. This adds some selection for them, either from constant values or patterns. It does not include CSEL directly, which is currently not always making code better. It is still useful, but we will have to check more carefully where it should and shouldn't be used. Code by Ranjeet Singh and Simon Tatham, with some modifications from me. Differential revision: https://reviews.llvm.org/D66483 llvm-svn: 370739
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/welcome.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud