[all-commits] [llvm/llvm-project] 3c2d77: [AARCH64] Add assembly/disassembly for FMMLA instr...
Lukacma via All-commits
all-commits at lists.llvm.org
Tue Oct 29 06:03:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c2d77185e315d4558368ccab92e7a86c74a9a83
https://github.com/llvm/llvm-project/commit/3c2d77185e315d4558368ccab92e7a86c74a9a83
Author: Lukacma <Marian.Lukac at arm.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/MC/AArch64/SVE/matrix-multiply-fp-diagnostics.s
M llvm/test/MC/AArch64/SVE2/directive-arch-negative.s
M llvm/test/MC/AArch64/SVE2/directive-arch.s
M llvm/test/MC/AArch64/SVE2/directive-arch_extension-negative.s
M llvm/test/MC/AArch64/SVE2/directive-arch_extension.s
M llvm/test/MC/AArch64/SVE2/directive-cpu-negative.s
M llvm/test/MC/AArch64/SVE2/directive-cpu.s
A llvm/test/MC/AArch64/SVE2/fmmla-f16f32mm-diagnostics.s
A llvm/test/MC/AArch64/SVE2/fmmla-f16f32mm.s
A llvm/test/MC/AArch64/SVE2/fmmla-f8f16mm-diagnostics.s
A llvm/test/MC/AArch64/SVE2/fmmla-f8f16mm.s
A llvm/test/MC/AArch64/SVE2/fmmla-f8f32mm-diagnostics.s
A llvm/test/MC/AArch64/SVE2/fmmla-f8f32mm.s
Log Message:
-----------
[AARCH64] Add assembly/disassembly for FMMLA instructions (#113313)
This patch adds assembly/disassembly for the following instructions:
FMMLA (widening, FP16 to FP32)
FMMLA (widening, FP8 to FP16)
FMMLA (widening, FP8 to FP32)
According to [1]
[1]https://developer.arm.com/documentation/ddi0602
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