mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
|
# m32r testcase for ldub $dr,@($slo16,$sr)
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global ldub_d
|
||
|
ldub_d:
|
||
|
mvaddr_h_gr r4, data_loc
|
||
|
mvi_h_gr r5, 0
|
||
|
|
||
|
ldub r5, @(#2, r4)
|
||
|
|
||
|
test_h_gr r5, 0xa0 ; big endian processor
|
||
|
|
||
|
pass
|
||
|
|
||
|
data_loc:
|
||
|
.word 0x8090a0b0
|
||
|
|