[PATCH] D137411: [AArch64][SVE2] Add the SVE2.1 logical quadword reduction instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 05:05:30 PDT 2022


david-arm created this revision.
david-arm added reviewers: sdesmalen, aemerson, paulwalker-arm, CarolineConcatto, kmclaughlin.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds the assembly/disassembly for the following instructions:

andqv : Bitwise AND reduction of quadword vector segments
eorqv : Bitwise exclusive OR reduction of quadword vector segments
orqv  : Bitwise inclusive OR reduction of quadword vector segments

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137411

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/andqv-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/andqv.s
  llvm/test/MC/AArch64/SVE2p1/eorqv-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/eorqv.s
  llvm/test/MC/AArch64/SVE2p1/orqv-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/orqv.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137411.473196.patch
Type: text/x-patch
Size: 21492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/592cbcd4/attachment.bin>


More information about the llvm-commits mailing list