From: Markos Chandras Date: Wed, 26 Nov 2014 12:57:54 +0000 (+0000) Subject: MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ff66f52d3f;p=pandora-kernel.git MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions MIPS R6 added the following four instructions which share the BLEZ and BLEZL opcodes: BLEZALC: Compact branch-and-link if GPR rt is <= to zero BGEZALC: Compact branch-and-link if GPR rt is >= to zero BLEZC : Compact branch if GPR rt is <= to zero BGEZC : Compact branch if GPR rt is >= to zero BGEC : Compact branch if GPR rs is less than or equal to GPR rt BGEUC : Similar to BGEC but unsigned. Signed-off-by: Markos Chandras --- Reading git-diff-tree failed