These are some new variants of the "Floating-point Round to Integral"
family of instructions, which round to the nearest floating-point value
which fits in a 32- or 64-bit integer.
Patch by Pablo Barrio!
Paths
| Differential D52475
[AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions ClosedPublic Authored by olista01 on Sep 25 2018, 7:16 AM.
Details Summary These are some new variants of the "Floating-point Round to Integral" Patch by Pablo Barrio!
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Sep 27 2018, 6:00 AM Closed by commit rL343209: [AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions (authored by olista01). · Explain WhySep 27 2018, 6:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167308 llvm/trunk/lib/Target/AArch64/AArch64.td
llvm/trunk/lib/Target/AArch64/AArch64InstrFormats.td
llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.td
llvm/trunk/lib/Target/AArch64/AArch64Subtarget.h
llvm/trunk/test/MC/AArch64/armv8.5a-frint-error.s
llvm/trunk/test/MC/AArch64/armv8.5a-frint.s
llvm/trunk/test/MC/Disassembler/AArch64/armv8.5a-dataproc.txt
|