aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/bfin/l0shift.s
blob: 3f5dc2c54947f44262d6e3580fd9a2256c34c787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# mach: bfin

.include "testutils.inc"
	start


	r5 = 0;
	r2.L = 0xadbd;
	r2.h = 0xfedc;
	r5 = r2 >> 0;
	dbga (r5.l, 0xadbd);
	dbga (r5.h, 0xfedc);
	pass