aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/bfin/brevadd.s
blob: 56e112291c3615b37ca75bfcad8ccbb06408eeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Blackfin testcase for signbits
# mach: bfin

	.include "testutils.inc"

	start

	L2 = 0;
	M2 = -4 (X);
	I2.H = 0x9000;
	I2.L = 0;
	I2 += M2 (BREV);
	R2 = I2;
	imm32 r0, 0x10000002
	CC = R2 == R0
	if CC jump 1f;

	fail
1:
	pass