[all-commits] [llvm/llvm-project] df367d: [PowerPC] Add DFP multiply and divide instructions.

stefanp-ibm via All-commits all-commits at lists.llvm.org
Thu May 18 07:36:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df367da5a68363df2f2dd55c26a9655c13da4715
      https://github.com/llvm/llvm-project/commit/df367da5a68363df2f2dd55c26a9655c13da4715
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2023-05-18 (Thu, 18 May 2023)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrDFP.td
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-dfp.txt
    M llvm/test/MC/PowerPC/ppc64-encoding-dfp.s

  Log Message:
  -----------
  [PowerPC] Add DFP multiply and divide instructions.

This patch adds the DFP mul and div instructions. This includes both the
double and quad forms of the instructions as well as the record form.

Reviewed By: amyk

Differential Revision: https://reviews.llvm.org/D150787




More information about the All-commits mailing list