1	.LEVEL 2.0
2	.code
3	.align 4
4; PA2.0 system instruction tests.
5;
6; We could/should test some of the corner cases for register and
7; immediate fields.  We should also check the assorted field
8; selectors to make sure they're handled correctly.
9	rfi
10	rfi,r
11	ssm 923,%r4
12	rsm 923,%r4
13	mfctl,w %cr11,%r4
14
15	probe,r (%sr0,%r5),%r6,%r7
16	probei,r (%sr0,%r5),1,%r7
17	probe,w (%sr0,%r5),%r6,%r7
18	probei,w (%sr0,%r5),1,%r7
19
20