diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-11-26 12:57:54 +0000 |
---|---|---|
committer | Markos Chandras <markos.chandras@imgtec.com> | 2015-02-17 15:37:33 +0000 |
commit | a8ff66f52d3f17b5ae793955270675c197f73d6c (patch) | |
tree | ae86a8dfde65eecdcd9bd7591034ef5f65a65997 /arch/hexagon | |
parent | c8a34581ec09a5ee11dd833d6c5cf41fdbef706f (diff) | |
download | op-kernel-dev-a8ff66f52d3f17b5ae793955270675c197f73d6c.zip op-kernel-dev-a8ff66f52d3f17b5ae793955270675c197f73d6c.tar.gz |
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 <markos.chandras@imgtec.com>
Diffstat (limited to 'arch/hexagon')
0 files changed, 0 insertions, 0 deletions