bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / basic / ds.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 ds %r4,%r5,%r6
9 ds,= %r4,%r5,%r6
10 ds,< %r4,%r5,%r6
11 ds,<= %r4,%r5,%r6
12 ds,<< %r4,%r5,%r6
13 ds,<<= %r4,%r5,%r6
14 ds,sv %r4,%r5,%r6
15 ds,od %r4,%r5,%r6
16 ds,tr %r4,%r5,%r6
17 ds,<> %r4,%r5,%r6
18 ds,>= %r4,%r5,%r6
19 ds,> %r4,%r5,%r6
20 ds,>>= %r4,%r5,%r6
21 ds,>> %r4,%r5,%r6
22 ds,nsv %r4,%r5,%r6
23 ds,ev %r4,%r5,%r6
This page took 0.298051 seconds and 4 git commands to generate.