[PowerPC][NFC] Split out the MMA instructions from the P10 instructions.
authorStefan Pintilie <stefanp@ca.ibm.com>
Fri, 25 Feb 2022 17:16:04 +0000 (11:16 -0600)
committerStefan Pintilie <stefanp@ca.ibm.com>
Fri, 25 Feb 2022 17:41:09 +0000 (11:41 -0600)
commit0625aed2fcfb55b245d2160bb07a68878832991a
tree8640d314be99fc02612bf5704345128cdc140462
parentbf60a1c546ee496c1dd9336f2a2d8ea989c49558
[PowerPC][NFC] Split out the MMA instructions from the P10 instructions.

Currently all of the MMA instructions as well as the MMA related register info
is bundled with the Power 10 instructions. This patch just splits them out.

Reviewed By: lei

Differential Revision: https://reviews.llvm.org/D120515
llvm/lib/Target/PowerPC/PPCInstrInfo.td
llvm/lib/Target/PowerPC/PPCInstrMMA.td [new file with mode: 0644]
llvm/lib/Target/PowerPC/PPCInstrP10.td
llvm/lib/Target/PowerPC/PPCRegisterInfo.td
llvm/lib/Target/PowerPC/PPCRegisterInfoMMA.td [new file with mode: 0644]