commit | 418135a9dd403c33db612edd4db53b48b2a9af0d | [log] [tgz] |
---|---|---|
author | Srdjan Obucina <Srdjan.Obucina@imgtec.com> | Thu Jun 02 06:47:06 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Jun 02 06:47:06 2016 -0700 |
tree | 77f02beb80a65f157163133ca162d1788626912c | |
parent | a393fd4027398e6cc15680aa1ba614540765eb34 [diff] |
Subzero, MIPS32: Floating point load/store and format conversion instructions Introducing instructions for floating point format conversion. These instructions are needed for full implementation of lowerCast and missing floating point arithmetic instruction frem. BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/2024183002 . Patch from Srdjan Obucina <Srdjan.Obucina@imgtec.com>.