[PATCH] D52473: [AArch64][v8.5A] Add PSTATE manipulation instructions XAFlag and AXFlag

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


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

These new instructions manipluate the NZCV bits, to convert between the
regular Arm floating-point comare format and an alternative format.

Patch by Pablo Barrio!


Repository:
  rL LLVM

https://reviews.llvm.org/D52473

Files:
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64Subtarget.h
  lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  test/MC/AArch64/armv8.5a-altnzcv.s
  test/MC/AArch64/armv8.5a-xaflag-error.s
  test/MC/Disassembler/AArch64/armv8.5a-dataproc.txt

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


More information about the llvm-commits mailing list