commit | 04f71aa3fd002d8c3aeb6db72a9219e1a8b3fef4 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Sep 21 18:20:26 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 22 15:10:20 2012 +0200 |
tree | 27501f3c1d97371e2fc7e36b872519f7961ab412 | |
parent | 9a152519a9f767297c92b5840c91a22235295c8d [diff] |
tcg/mips: implement deposit op on MIPS32R2 deposit operations can be optimized on MIPS32 Release 2 using the INS instruction. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>