URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [sh64/] [media/] [ldxb.cgs] - Rev 157
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for ldx.b $rm, $rn, $rd -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64
.include "media/testutils.inc"
start
ldxb1:
movi 20, r3
shlli r3, 8, r3
movi 0, r4
ldx.b r3, r4, r0
ldxb2:
movi 20, r3
shlli r3, 8, r3
movi 1, r4
ldx.b r3, r4, r0
ldxb3:
movi 20, r3
shlli r3, 8, r3
movi -1, r4
ldx.b r3, r4, r0
okay:
pass
Go to most recent revision | Compare with Previous | Blame | View Log