[all-commits] [llvm/llvm-project] 2c5208: [LLVM][AARCH64] Add assembly/disassembly of zeroin...

Lukacma via All-commits all-commits at lists.llvm.org
Wed Oct 23 03:35:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c5208a2dc4aaa5615e6c19e3f417f4727f4b65b
      https://github.com/llvm/llvm-project/commit/2c5208a2dc4aaa5615e6c19e3f417f4727f4b65b
  Author: Lukacma <Marian.Lukac at arm.com>
  Date:   2024-10-23 (Wed, 23 Oct 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/test/MC/AArch64/SVE/bfcvtnt-diagnostics.s
    M llvm/test/MC/AArch64/SVE2/fcvtlt-diagnostics.s
    M llvm/test/MC/AArch64/SVE2/fcvtnt-diagnostics.s
    M llvm/test/MC/AArch64/SVE2/fcvtxnt-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p2/bfcvtnt_z-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p2/bfcvtnt_z.s
    A llvm/test/MC/AArch64/SVE2p2/directive-arch-negative.s
    A llvm/test/MC/AArch64/SVE2p2/directive-arch.s
    A llvm/test/MC/AArch64/SVE2p2/directive-arch_extension-negative.s
    A llvm/test/MC/AArch64/SVE2p2/directive-arch_extension.s
    A llvm/test/MC/AArch64/SVE2p2/directive-cpu-negative.s
    A llvm/test/MC/AArch64/SVE2p2/directive-cpu.s
    A llvm/test/MC/AArch64/SVE2p2/fcvtlt_z-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p2/fcvtlt_z.s
    A llvm/test/MC/AArch64/SVE2p2/fcvtnt_z-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p2/fcvtnt_z.s
    A llvm/test/MC/AArch64/SVE2p2/fcvtxnt_z-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p2/fcvtxnt_z.s

  Log Message:
  -----------
  [LLVM][AARCH64] Add assembly/disassembly of zeroing convert instructions (#113292)

This patch adds the zeroing predicate forms (Pg/z) of the following
instructions:
	- FCVTXNT
	- FCVTNT
	- FCVTLT
	- BFCVTNT

As specified in https://developer.arm.com/documentation/ddi0602. 

Co-authored-by: Spencer Abson
[spencer.abson at arm.com](mailto:spencer.abson at arm.com)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list