diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-11-26 13:05:09 +0000 |
---|---|---|
committer | Markos Chandras <markos.chandras@imgtec.com> | 2015-02-17 15:37:33 +0000 |
commit | f1b44067c19258b7614e3cd09dfe8d8e12ff5895 (patch) | |
tree | eb23ac6695fecc5d565e3c21106ead25d9e672ea /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | a8ff66f52d3f17b5ae793955270675c197f73d6c (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions