[PATCH] D123988: [LoongArch] Add basic floating-point instructions definition

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 01:09:51 PDT 2022


SixWeining created this revision.
SixWeining added reviewers: MaskRay, xen0n, rengolin, myhsu.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
SixWeining requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

These instructions are added by following the `LoongArch Reference
Manual Volume 1: Basic Architecture Version 1.00`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123988

Files:
  llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
  llvm/lib/Target/LoongArch/Disassembler/LoongArchDisassembler.cpp
  llvm/lib/Target/LoongArch/LoongArchInstrFormats.td
  llvm/lib/Target/LoongArch/LoongArchInstrFormatsF.td
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/lib/Target/LoongArch/LoongArchInstrInfoD.td
  llvm/lib/Target/LoongArch/LoongArchInstrInfoF.td
  llvm/lib/Target/LoongArch/LoongArchRegisterInfo.td
  llvm/test/MC/LoongArch/Basic/Float/d-arith.s
  llvm/test/MC/LoongArch/Basic/Float/d-bound-check.s
  llvm/test/MC/LoongArch/Basic/Float/d-branch.s
  llvm/test/MC/LoongArch/Basic/Float/d-comp.s
  llvm/test/MC/LoongArch/Basic/Float/d-conv.s
  llvm/test/MC/LoongArch/Basic/Float/d-invalid.s
  llvm/test/MC/LoongArch/Basic/Float/d-memory.s
  llvm/test/MC/LoongArch/Basic/Float/d-move.s
  llvm/test/MC/LoongArch/Basic/Float/f-arith.s
  llvm/test/MC/LoongArch/Basic/Float/f-bound-check.s
  llvm/test/MC/LoongArch/Basic/Float/f-branch.s
  llvm/test/MC/LoongArch/Basic/Float/f-comp.s
  llvm/test/MC/LoongArch/Basic/Float/f-conv.s
  llvm/test/MC/LoongArch/Basic/Float/f-invalid.s
  llvm/test/MC/LoongArch/Basic/Float/f-memory.s
  llvm/test/MC/LoongArch/Basic/Float/f-move.s
  llvm/test/MC/LoongArch/Basic/Integer/invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123988.423551.patch
Type: text/x-patch
Size: 63365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220419/f82171ac/attachment.bin>


More information about the llvm-commits mailing list