[PATCH] D52475: [AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 07:17:00 PDT 2018


olista01 created this revision.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, kristof.beyls.

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!


Repository:
  rL LLVM

https://reviews.llvm.org/D52475

Files:
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64Subtarget.h
  test/MC/AArch64/armv8.5a-frint-error.s
  test/MC/AArch64/armv8.5a-frint.s
  test/MC/Disassembler/AArch64/armv8.5a-dataproc.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52475.166892.patch
Type: text/x-patch
Size: 16999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180925/dc76cadc/attachment.bin>


More information about the llvm-commits mailing list