Skip to content
Commit c8a34581 authored by Markos Chandras's avatar Markos Chandras
Browse files

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: default avatarMarkos Chandras <markos.chandras@imgtec.com>
parent 319824ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment