[PATCH] D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 4 09:37:28 PDT 2023
lei added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrDFP.td:186
+ (ins fpairrc:$FRA, fpairrc:$FRB, u2imm:$RMC),
+ "drmdq", "$FRT, $FRA, $FRB, $RMC", []>;
+defm DRINTX: Z23Form_FRTB5_R1_RMC2r<59, 99, (outs f8rc:$FRT),
----------------
stefanp wrote:
> Typo:
> This one too. I think it is `drrndq`.
Ops ... thanks for catching that!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154369/new/
https://reviews.llvm.org/D154369
More information about the llvm-commits
mailing list