From: Markos Chandras Date: Wed, 26 Nov 2014 13:05:09 +0000 (+0000) Subject: MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1b44067c192;p=pandora-kernel.git MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions MIPS R6 added the following four instructions which share the BGTZ and BGTZL opcode: BLTZALC: Compact branch-and-link if GPR rt is < to zero BGTZALC: Compact branch-and-link if GPR rt is > to zero BLTZL : Compact branch if GPR rt is < to zero BGTZL : Compact branch if GPR rt is > to zero BLTC : Compact branch if GPR rs is less than GPR rt BLTUC : Similar to BLTC but unsigned Signed-off-by: Markos Chandras --- Reading git-diff-tree failed