diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2018-07-03 09:07:23 +0000 |
---|---|---|
committer | Sander de Smalen <sander.desmalen@arm.com> | 2018-07-03 09:07:23 +0000 |
commit | 8fcc3f5feb23d56522b1705309f8a4f31073c34a (patch) | |
tree | c2b39e47ec9b0b7bfb2200d10fec5c09d45de67f /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 13a7b37ad4bae0e46258c3613f86445d474904e3 (diff) | |
download | bcm5719-llvm-8fcc3f5feb23d56522b1705309f8a4f31073c34a.tar.gz bcm5719-llvm-8fcc3f5feb23d56522b1705309f8a4f31073c34a.zip |
[AArch64][SVE] Asm: Support for vector element FP compare.
Contains the following variants:
- Compare with (elements from) other vector
instructions: fcmeq, fcmgt, fcmge, fcmne, fcmuo.
aliases: fcmle, fcmlt.
e.g. fcmle p0.h, p0/z, z0.h, z1.h => fcmge p0.h, p0/z, z1.h, z0.h
- Compare absolute values with (absolute values from) other vector.
instructions: facge, facgt.
aliases: facle, faclt.
e.g. facle p0.h, p0/z, z0.h, z1.h => facge p0.h, p0/z, z1.h, z0.h
- Compare vector elements with #0.0
instructions: fcmeq, fcmgt, fcmge, fcmle, fcmlt, fcmne.
e.g. fcmle p0.h, p0/z, z0.h, #0.0
llvm-svn: 336182
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions