[all-commits] [llvm/llvm-project] 95c504: [AArch64] Add assembly/disassembly for {S, SU, US, U}...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Thu Oct 31 04:12:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95c5042db8f962f382edb09c8f4c514e57c23c4c
https://github.com/llvm/llvm-project/commit/95c5042db8f962f382edb09c8f4c514e57c23c4c
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/SMEInstrFormats.td
A llvm/test/MC/AArch64/SME2p2/smop4a-16to32.s
A llvm/test/MC/AArch64/SME2p2/smop4a-64.s
A llvm/test/MC/AArch64/SME2p2/smop4a-8to32.s
A llvm/test/MC/AArch64/SME2p2/smop4a-diagnostics.s
A llvm/test/MC/AArch64/SME2p2/smop4s-16to32.s
A llvm/test/MC/AArch64/SME2p2/smop4s-64.s
A llvm/test/MC/AArch64/SME2p2/smop4s-8to32.s
A llvm/test/MC/AArch64/SME2p2/smop4s-diagnostics.s
A llvm/test/MC/AArch64/SME2p2/sumop4a-32.s
A llvm/test/MC/AArch64/SME2p2/sumop4a-64.s
A llvm/test/MC/AArch64/SME2p2/sumop4a-diagnostics.s
A llvm/test/MC/AArch64/SME2p2/sumop4s-32.s
A llvm/test/MC/AArch64/SME2p2/sumop4s-64.s
A llvm/test/MC/AArch64/SME2p2/sumop4s-diagnostics.s
A llvm/test/MC/AArch64/SME2p2/umop4a-16to32.s
A llvm/test/MC/AArch64/SME2p2/umop4a-64.s
A llvm/test/MC/AArch64/SME2p2/umop4a-8to32.s
A llvm/test/MC/AArch64/SME2p2/umop4a-diagnostics.s
A llvm/test/MC/AArch64/SME2p2/umop4s-16to32.s
A llvm/test/MC/AArch64/SME2p2/umop4s-64.s
A llvm/test/MC/AArch64/SME2p2/umop4s-8to32.s
A llvm/test/MC/AArch64/SME2p2/umop4s-diagnostics.s
A llvm/test/MC/AArch64/SME2p2/usmop4a-32.s
A llvm/test/MC/AArch64/SME2p2/usmop4a-64.s
A llvm/test/MC/AArch64/SME2p2/usmop4a-diagnostics.s
A llvm/test/MC/AArch64/SME2p2/usmop4s-32.s
A llvm/test/MC/AArch64/SME2p2/usmop4s-64.s
A llvm/test/MC/AArch64/SME2p2/usmop4s-diagnostics.s
Log Message:
-----------
[AArch64] Add assembly/disassembly for {S,SU,US,U}MOP4{A,S} instructions (#113349)
The new instructions are described in
https://developer.arm.com/documentation/ddi0602/2024-09/SME-Instructions
Co-Authored-By: Marian Lukac <Marian.Lukac at arm.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list