URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [sim/] [testsuite/] [sim/] [m32r/] [ldb-d.cgs] - Rev 1181
Go to most recent revision | Compare with Previous | Blame | View Log
# m32r testcase for ldb $dr,@($slo16,$sr)
# mach(): m32r m32rx
.include "testutils.inc"
start
.global ldb_d
ldb_d:
mvaddr_h_gr r4, data_loc
mvi_h_gr r5, 0
ldb r5, @(#2, r4)
test_h_gr r5, 0x56 ; big endian processor
pass
data_loc:
.word 0x12345678
Go to most recent revision | Compare with Previous | Blame | View Log