[all-commits] [llvm/llvm-project] e3fef8: [AArch64][SVE2] Add the SVE2.1 tbxq instruction

david-arm via All-commits all-commits at lists.llvm.org
Thu Nov 10 01:06:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3fef88a30a118d00562245138e65694c90d67cc
      https://github.com/llvm/llvm-project/commit/e3fef88a30a118d00562245138e65694c90d67cc
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    A llvm/test/MC/AArch64/SVE2p1/tbxq-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/tbxq.s

  Log Message:
  -----------
  [AArch64][SVE2] Add the SVE2.1 tbxq instruction

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

tbxq : Programmable table lookup within each quadword vector segment (merging)

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

Differential Revision: https://reviews.llvm.org/D137625




More information about the All-commits mailing list