[all-commits] [llvm/llvm-project] b47473: [PowerPC] Add Binary Coded Decimal Assist Instruct...

stefanp-ibm via All-commits all-commits at lists.llvm.org
Fri Feb 24 13:00:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b47473908b32ae6de0c92a0831f85acbd7ef3dea
      https://github.com/llvm/llvm-project/commit/b47473908b32ae6de0c92a0831f85acbd7ef3dea
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M llvm/lib/Target/PowerPC/P10InstrResources.td
    M llvm/lib/Target/PowerPC/P9InstrResources.td
    M llvm/lib/Target/PowerPC/PPCBack2BackFusion.def
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding.txt
    M llvm/test/MC/PowerPC/ppc64-encoding.s

  Log Message:
  -----------
  [PowerPC] Add Binary Coded Decimal Assist Instructions

This patch adds three instructions for Binary Coded Decimal (BCD).
They are: cdtbcd, cbcdtd, addg6s.

Reviewed By: amyk

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




More information about the All-commits mailing list