bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / basic / purge.s
CommitLineData
68196d70 1 .code
252b5132
RH
2 .align 4
3; Basic immediate instruction tests.
4;
5; We could/should test some of the corner cases for register and
6; immediate fields. We should also check the assorted field
7; selectors to make sure they're handled correctly.
8 pdtlb %r4(%sr0,%r5)
9 pdtlb,m %r4(%sr0,%r5)
10 pitlb %r4(%sr4,%r5)
11 pitlb,m %r4(%sr4,%r5)
12 pdtlbe %r4(%sr0,%r5)
13 pdtlbe,m %r4(%sr0,%r5)
14 pitlbe %r4(%sr4,%r5)
15 pitlbe,m %r4(%sr4,%r5)
16 pdc %r4(%sr0,%r5)
17 pdc,m %r4(%sr0,%r5)
18 fdc %r4(%sr0,%r5)
19 fdc,m %r4(%sr0,%r5)
20 fic %r4(%sr4,%r5)
21 fic,m %r4(%sr4,%r5)
22 fdce %r4(%sr0,%r5)
23 fdce,m %r4(%sr0,%r5)
24 fice %r4(%sr4,%r5)
25 fice,m %r4(%sr4,%r5)
26
This page took 0.299191 seconds and 4 git commands to generate.