commit | c8a34581ec09a5ee11dd833d6c5cf41fdbef706f | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Wed Nov 26 10:10:18 2014 +0000 |
committer | Markos Chandras <markos.chandras@imgtec.com> | Tue Feb 17 15:37:32 2015 +0000 |
tree | ae78d1cc82562dfa92bcad4bcc7848343af21dc7 | |
parent | 319824eabc3f1c1aab67f408d66f384fbb996ee2 [diff] |
MIPS: Emulate the BC1{EQ,NE}Z FPU instructions MIPS R6 introduced the following two branch instructions for COP1: BC1EQZ: Branch if Cop1 (FPR) Register Bit 0 is Equal to Zero BC1NEZ: Branch if Cop1 (FPR) Register Bit 0 is Not Equal to Zero Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>