commit | 2f593bbbfc5a20090faf90bdc665a2ccb447757f | [log] [tgz] |
---|---|---|
author | Srdjan Obucina <Srdjan.Obucina@imgtec.com> | Fri May 27 14:40:32 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Fri May 27 14:40:32 2016 -0700 |
tree | a87b67cf74f44823200fecc463cf00acb392d8e0 | |
parent | 032c315836b8c1ed9ff6bb2be1981b6d4a1a3594 [diff] |
Subzero, MIPS32: Introduction of floating point registers This patch introduces floating point registers used for 32-bit operations, and basic handling of FP values in operands. It is partial work needed as a base for further work. R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1993993004 . Patch from Srdjan Obucina <Srdjan.Obucina@imgtec.com>.