URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Only display areas with differences |
Details |
Blame |
View Log
Rev 578 |
Rev 1765 |
# m32r testcase for sth $src1,@$src2
|
# m32r testcase for sth $src1,@$src2
|
# mach(): m32r m32rx
|
# mach(): m32r m32rx
|
|
|
.include "testutils.inc"
|
.include "testutils.inc"
|
|
|
start
|
start
|
|
|
.global sth
|
.global sth
|
sth:
|
sth:
|
mvaddr_h_gr r4, data_loc
|
mvaddr_h_gr r4, data_loc
|
mvi_h_gr r5, 0x123456
|
mvi_h_gr r5, 0x123456
|
|
|
sth r5, @r4
|
sth r5, @r4
|
|
|
ld r4, @r4
|
ld r4, @r4
|
test_h_gr r4, 0x34560000 ; big endian processor
|
test_h_gr r4, 0x34560000 ; big endian processor
|
|
|
pass
|
pass
|
|
|
data_loc:
|
data_loc:
|
.word 0
|
.word 0
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.