URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [sh64/] [media/] [bgtu.cgs] - Rev 373
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for bgtu$likely $rm, $rn, $tra -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64
.include "media/testutils.inc"
start
init:
pta wrong, tr0
bgtu1:
movi 1, r0
movi -1, r1
pta bgt2, tr1
bgtu r1, r0, tr1
fail
bgt2:
bgtu r0, r0, tr0
bgt3:
pta okay, tr1
movi -1, r0
movi 1, r1
pta okay, tr1
bgtu r0, r1, tr1
fail
okay:
pass
wrong:
fail
Go to most recent revision | Compare with Previous | Blame | View Log