[all-commits] [llvm/llvm-project] 2d7eb1: [AArch64][SVE2] Add the SVE2.1 contiguous stores t...

david-arm via All-commits all-commits at lists.llvm.org
Tue Nov 1 02:44:14 PDT 2022


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

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    A llvm/test/MC/AArch64/SVE2p1/st1b-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/st1b.s
    A llvm/test/MC/AArch64/SVE2p1/st1d-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/st1d.s
    A llvm/test/MC/AArch64/SVE2p1/st1h-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/st1h.s
    A llvm/test/MC/AArch64/SVE2p1/st1w-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/st1w.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1b-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1b.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1d-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1d.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1h-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1h.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1w-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/stnt1w.s

  Log Message:
  -----------
  [AArch64][SVE2] Add the SVE2.1 contiguous stores to multiple consecutive vectors

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

st1*   : Contiguous store of bytes to multiple consecutive vectors -
 (scalar + scalar) and (scalar + immediate)
stnt1* : Contiguous store non-temporal of bytes to multiple consecutive
 vectors - (scalar + scalar) and (scalar + immediate)

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

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




More information about the All-commits mailing list