[PATCH] D136155: [AArch64]SME2 Multi vector Frint instructions
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 03:23:12 PDT 2022
CarolineConcatto created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
CarolineConcatto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds the assembly/disassembly for the following instructions:
FRINTA: Multi-vector floating-point round to integral value, to nearest with ties away from zero.
FRINTM: Multi-vector floating-point round to integral value, toward minus Infinity.
FRINTN: Multi-vector floating-point round to integral value, to nearest with ties to even.
FRINTP: Multi-vector floating-point round to integral value, toward plus Infinity.
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136155
Files:
llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/SMEInstrFormats.td
llvm/test/MC/AArch64/SME2/frinta-diagnostics.s
llvm/test/MC/AArch64/SME2/frinta.s
llvm/test/MC/AArch64/SME2/frintm-diagnostics.s
llvm/test/MC/AArch64/SME2/frintm.s
llvm/test/MC/AArch64/SME2/frintn-diagnostics.s
llvm/test/MC/AArch64/SME2/frintn.s
llvm/test/MC/AArch64/SME2/frintp-diagnostics.s
llvm/test/MC/AArch64/SME2/frintp.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136155.468472.patch
Type: text/x-patch
Size: 19935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221018/42e88eec/attachment.bin>
More information about the llvm-commits
mailing list