URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [sh/] [dmxy.s] - Rev 835
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for setdmx, setdmy, clrdmxy # mach: shdsp # as(shdsp): -defsym sim_cpu=1 -dsp .include "testutils.inc" start set_grs_a5a5 setdmx test_sr_bit_set 0x400 test_sr_bit_clear 0x800 setdmy test_sr_bit_clear 0x400 test_sr_bit_set 0x800 clrdmxy test_sr_bit_clear 0x400 test_sr_bit_clear 0x800 test_grs_a5a5 pass exit 0
Go to most recent revision | Compare with Previous | Blame | View Log