1
0
Files
linux/arch/mips
Markos Chandras f1b44067c1 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 <markos.chandras@imgtec.com>
2015-02-17 15:37:33 +00:00
..
2014-11-24 07:44:51 +01:00
2014-11-24 07:44:49 +01:00
2014-12-19 22:55:06 +01:00
2013-11-26 12:12:27 +01:00
2014-12-08 20:22:30 -05:00
2014-11-24 07:44:49 +01:00
2014-05-30 16:10:20 +02:00
2014-11-24 07:45:26 +01:00