commit | d329766247adf63dbb8833a6819b2bdbbad6180b | [log] [tgz] |
---|---|---|
author | Jaydeep Patil <jaydeep.patil@imgtec.com> | Tue Sep 13 22:52:27 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Sep 13 22:52:27 2016 -0700 |
tree | 7cbf032c7321150e9b980906b4ce26ada6bc5a56 | |
parent | 038a9b9e2b3c3b2e2e532b6194a2b9f8351ad76c [diff] |
[SubZero] Implement GP to/from FP moves for MIPS The patch implements mtc1/mfc1 instructions which are required for GP to/from FP registers moves. The patch also implements fptosi and sitofp for float and i32 types to test mtc1/mfc1 instructions. R=stichnot@chromium.org Review URL: https://codereview.chromium.org/2316933002 . Patch from Jaydeep Patil <jaydeep.patil@imgtec.com>.