commit | 13684d840019282ed720cd52a9a0e6c3485d3a76 | [log] [tgz] |
---|---|---|
author | Sander de Smalen <sander.desmalen@arm.com> | Mon Jun 18 14:47:52 2018 +0000 |
committer | Sander de Smalen <sander.desmalen@arm.com> | Mon Jun 18 14:47:52 2018 +0000 |
tree | 23d1abb984742364b60002f941eac510d8930dac | |
parent | 9173c97ce46fddf7f621077dea50cc686b2c1e82 [diff] |
[AArch64][SVE] Asm: Support for saturating INC/DEC (64bit scalar) instructions. Summary: The variants added by this patch are: - SQINC (signed increment) - UQINC (unsigned increment) - SQDEC (signed decrement) - UQDEC (unsigned decrement) For example: uqincw x0, all, mul #4 Reviewers: rengolin, fhahn, SjoerdMeijer, samparker, javed.absar Differential Revision: https://reviews.llvm.org/D47715 llvm-svn: 334948