repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: Support pac_key_* register operand for MRS/MSR in Armv8.1-M Mainline
[binutils-gdb.git]
/
sim
/
testsuite
/
sh
/
dmxy.s
blob
0e96963aee947a273289157c1d9b0be3b73106b2
1
# sh testcase for setdmx, setdmy, clrdmxy
2
# mach: shdsp
3
# as(shdsp): -defsym sim_cpu=1 -dsp
4
5
.include
"testutils.inc"
6
7
start
8
set_grs_a5a5
9
setdmx
10
test_sr_bit_set
0x400
11
test_sr_bit_clear
0x800
12
setdmy
13
test_sr_bit_clear
0x400
14
test_sr_bit_set
0x800
15
clrdmxy
16
test_sr_bit_clear
0x400
17
test_sr_bit_clear
0x800
18
19
test_grs_a5a5
20
pass
21
exit
0