[PATCH] D81386: [VE] Support floating-point arithmetic instructions in MC layer

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 06:31:54 PDT 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.

Add regression tests of asmparser, mccodeemitter, and disassembler for
floating-point arithmetic instructions.  Add FADDQ, FSUBQ, FMULQ, and FCMPQ
instructions and F128 <https://reviews.llvm.org/F128> register class too.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81386

Files:
  llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
  llvm/lib/Target/VE/Disassembler/VEDisassembler.cpp
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VERegisterInfo.td
  llvm/test/MC/VE/FADD.s
  llvm/test/MC/VE/FCMP.s
  llvm/test/MC/VE/FDIV.s
  llvm/test/MC/VE/FMAXMIN.s
  llvm/test/MC/VE/FMUL.s
  llvm/test/MC/VE/FSUB.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81386.269199.patch
Type: text/x-patch
Size: 12784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/65cf4f7e/attachment.bin>


More information about the llvm-commits mailing list