MIPS: math-emu: Fix BC1{EQ,NE}Z emulation
authorPaul Burton <[email protected]>
Thu, 21 Apr 2016 13:04:45 +0000 (14:04 +0100)
committerRalf Baechle <[email protected]>
Fri, 13 May 2016 12:02:21 +0000 (14:02 +0200)
commit93583e178ebfdd2fadf950eef1547f305cac12ca
treed33a88890a94d33c00bcaa5e5dcf714b8d3e8579
parented47e1533292e26baaec1b5ed7d425690289d5df
MIPS: math-emu: Fix BC1{EQ,NE}Z emulation

The conditions for branching when emulating the BC1EQZ & BC1NEZ
instructions were backwards, leading to each of those instructions being
treated as the other. Fix this by reversing the conditions, and clear up
the code a little for readability & checkpatch.

Fixes: c909ca718e8f ("MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions")
Signed-off-by: Paul Burton <[email protected]>
Reviewed-by: James Hogan <[email protected]>
Cc: Maciej W. Rozycki <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/13150/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/math-emu/cp1emu.c