commit | ac8da5cf6f08122c15db29215a3eb137515528d9 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Oct 21 06:57:46 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Oct 21 06:57:46 2015 -0700 |
tree | 927e88bb2622cd843fcdc6996b235d597192ee47 | |
parent | 4c2153b1708548f595cf82f38224c88b4fed21ed [diff] |
Implements simple returns and call args for Mips. This patch is essentially the same as for ARM https://codereview.chromium.org/1127963004 I have incorporated the new 64 bit register work which was not available at the time of this earlier patch. The MIPS O32 Abi is not perfect on this patch but I am more or less following the development of the ARM patches and those were preliminary at this stage too. I will make corrections in a later patch when I incorporate more of the ARM patches. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4167 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1416493002 .