This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support floating-point arithmetic instructions in MC layer
ClosedPublic

Authored by kaz7 on Jun 8 2020, 6:31 AM.

Details

Summary

Add regression tests of asmparser, mccodeemitter, and disassembler for
floating-point arithmetic instructions. Add FADDQ, FSUBQ, FMULQ, and FCMPQ
instructions and F128 register class too.

Diff Detail

Event Timeline

kaz7 created this revision.Jun 8 2020, 6:31 AM
simoll accepted this revision.Jun 8 2020, 6:51 AM
This revision is now accepted and ready to land.Jun 8 2020, 6:51 AM
This revision was automatically updated to reflect the committed changes.