summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2019-07-24 11:08:14 +0000
committerDavid Green <david.green@arm.com>2019-07-24 11:08:14 +0000
commitb9d96ceca0c54496d93f0d58bef2968cde5b1edd (patch)
tree99a754bc09541f2515e65f8cf12705b2fa5ebe7d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
parentd22f877356addf54b0b7a09e20b7f61a91ef49d9 (diff)
downloadbcm5719-llvm-b9d96ceca0c54496d93f0d58bef2968cde5b1edd.tar.gz
bcm5719-llvm-b9d96ceca0c54496d93f0d58bef2968cde5b1edd.zip
[ARM] MVE integer compares and selects
This adds the very basics for MVE vector predication, adding integer VCMP and VSEL instruction support. This is done through predicate registers (MVT::v16i1, MVT::v8i1, MVT::v4i1), but otherwise using same mechanics as NEON to custom lower setcc's through ARMISD::VCXX nodes (VCEQ, VCGT, VCEQZ, etc). An extra VCNE was added, as this can be handled sensibly by MVE's expanded number of VCMP condition codes. (There are also VCLE and VCLT which are added later). VPSEL is also added here, simply selecting on the vselect. Original code by David Sherwood. Differential Revision: https://reviews.llvm.org/D65051 llvm-svn: 366885
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud