commit | 319824eabc3f1c1aab67f408d66f384fbb996ee2 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Tue Nov 25 16:02:23 2014 +0000 |
committer | Markos Chandras <markos.chandras@imgtec.com> | Tue Feb 17 15:37:32 2015 +0000 |
tree | 260bbaa71db86705f735b6c9e45bf32aad95c420 | |
parent | 5f9f41c474befb4ebbc40b27f65bb7d649241581 [diff] |
MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6 MIPS R6 removed the BLTZL, BGEZL, BLTZAL, BGEZAL, BEQL, BNEL, BLEZL, BGTZL branch likely instructions so we must not try to emulate them on MIPS R6 if the R2-to-R6 emulator is not present. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>