This is an archive of the discontinued LLVM Phabricator instance.

[mips] Duplicate the reciprocal instruction definitions for FP32
ClosedPublic

Authored by sdardis on Sep 29 2017, 5:42 AM.

Details

Summary

Add instruction definitions for FP32 mode for recip.d and rsqrt.d.

Previously these instructions were only defined when targeting the
full 64-bit model but were not guard properly.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Sep 29 2017, 5:42 AM
sdardis planned changes to this revision.Oct 2 2017, 4:58 AM

I need to provide a patch for the disassembler before this can go in, the FGR64 instructions are in the wrong disassembler table.

sdardis updated this revision to Diff 117335.Oct 2 2017, 5:54 AM

Address disassembly failures.

This revision is now accepted and ready to land.Oct 6 2017, 5:26 AM
This revision was automatically updated to reflect the committed changes.