This patch adds support for the predicated integer halving add/sub
instructions:
- SHADD, UHADD, SRHADD, URHADD
- SHSUB, UHSUB, SHSUBR, UHSUBR
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Differential D62000
[AArch64][SVE2] Asm: add int halving add/sub (predicated) instructions c-rhodes on May 16 2019, 3:49 AM. Authored by
Details
This patch adds support for the predicated integer halving add/sub
The specification can be found here:
Diff Detail
Event TimelineComment Actions LGTM but I have one question :)
|