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.
Paths
| Differential D38400
[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
Diff Detail
Event TimelineComment Actions I need to provide a patch for the disassembler before this can go in, the FGR64 instructions are in the wrong disassembler table. This revision is now accepted and ready to land.Oct 6 2017, 5:26 AM Closed by commit rL315318: [mips] Duplicate the reciprocal instruction definitions for FP32 (authored by sdardis). · Explain WhyOct 10 2017, 7:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117128 lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MipsInstrFPU.td
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r3/valid.s
test/MC/Mips/mips32r5/valid.s
|