[PATCH] D148255: [m68k] Add basic support for floating point arithmetic instruction
Sheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 10:14:12 PDT 2023
0x59616e created this revision.
0x59616e added reviewers: myhsu, RKSimon, ricky26.
Herald added a subscriber: hiraditya.
Herald added a project: All.
0x59616e requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds support for fneg, fabs, fadd, fsub, fdiv, fmul.
Note that this only adds freg->freg addressing mode. memory->reg address mode will be introduced once the infrastructure is ready.
https://reviews.llvm.org/D148255
Files:
llvm/lib/Target/M68k/M68kInstrArithmetic.td
llvm/test/MC/M68k/Arith/Classes/MxFBinary_FF.s
llvm/test/MC/M68k/Arith/Classes/MxFUnary_FF.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148255.513291.patch
Type: text/x-patch
Size: 6735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/66a902a5/attachment.bin>
More information about the llvm-commits
mailing list