This patch adds support for fneg, fabs, fadd, fsub, fdiv, fmul.
Note that this only adds freg->freg addressing mode. memory->reg addressing mode will be introduced once the infrastructure is ready.
Paths
| Differential D148255
[m68k] Add basic support for floating point arithmetic instruction ClosedPublic Authored by 0x59616e on Apr 13 2023, 10:14 AM.
Details Summary This patch adds support for fneg, fabs, fadd, fsub, fdiv, fmul. Note that this only adds freg->freg addressing mode. memory->reg addressing mode will be introduced once the infrastructure is ready.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2023, 2:40 PM Closed by commit rG7943b994876b: [m68k] Add basic support for floating point arithmetic instruction (authored by 0x59616e). · Explain WhyApr 16 2023, 8:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514081 llvm/lib/Target/M68k/M68kInstrArithmetic.td
llvm/test/MC/M68k/Arith/Classes/MxFBinary_FF.s
llvm/test/MC/M68k/Arith/Classes/MxFUnary_FF.s
|