Initial revision
[binutils.git] / gas / testsuite / gas / hppa / basic / purge.s
blob2319f90839ea73ee7603e925b0d37ed17147f68e
1 .SPACE $PRIVATE$
2 .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
3 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
4 .SPACE $TEXT$
5 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
6 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
8 .SPACE $TEXT$
9 .SUBSPA $CODE$
11 .align 4
12 ; Basic immediate instruction tests.
14 ; We could/should test some of the corner cases for register and
15 ; immediate fields. We should also check the assorted field
16 ; selectors to make sure they're handled correctly.
17 pdtlb %r4(%sr0,%r5)
18 pdtlb,m %r4(%sr0,%r5)
19 pitlb %r4(%sr4,%r5)
20 pitlb,m %r4(%sr4,%r5)
21 pdtlbe %r4(%sr0,%r5)
22 pdtlbe,m %r4(%sr0,%r5)
23 pitlbe %r4(%sr4,%r5)
24 pitlbe,m %r4(%sr4,%r5)
25 pdc %r4(%sr0,%r5)
26 pdc,m %r4(%sr0,%r5)
27 fdc %r4(%sr0,%r5)
28 fdc,m %r4(%sr0,%r5)
29 fic %r4(%sr4,%r5)
30 fic,m %r4(%sr4,%r5)
31 fdce %r4(%sr0,%r5)
32 fdce,m %r4(%sr0,%r5)
33 fice %r4(%sr4,%r5)
34 fice,m %r4(%sr4,%r5)