[all-commits] [llvm/llvm-project] ecd78e: [AArch64]SME2 Multiple vectors Int/FP clamp instru...
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Tue Oct 25 01:12:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecd78ec5b98ca77010c1c22eed64699e5e4c7a8e
https://github.com/llvm/llvm-project/commit/ecd78ec5b98ca77010c1c22eed64699e5e4c7a8e
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/SMEInstrFormats.td
A llvm/test/MC/AArch64/SME2/fclamp-diagnostics.s
A llvm/test/MC/AArch64/SME2/fclamp.s
A llvm/test/MC/AArch64/SME2/sclamp-diagnostics.s
A llvm/test/MC/AArch64/SME2/sclamp.s
A llvm/test/MC/AArch64/SME2/uclamp-diagnostics.s
A llvm/test/MC/AArch64/SME2/uclamp.s
Log Message:
-----------
[AArch64]SME2 Multiple vectors Int/FP clamp instructions for two/four registers
This patch adds the assembly/disassembly for the following instruction:
Int:
SCLAMP:Multi-vector signed clamp to minimum/maximum vector.
UCLAMP:Multi-vector unsigned clamp to minimum/maximum vector.
FP:
FCLAMP: Multi-vector floating-point clamp to minimum/maximum number.
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Depends on: D135563
Differential Revision: https://reviews.llvm.org/D135601
More information about the All-commits
mailing list