bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / basic / shift3.s
1 .LEVEL 2.0
2 .code
3 .align 4
4 ; PA 2.0 shift right 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 shrpd,* %r4,%r5,%sar,%r6
10 shrpd,*= %r4,%r5,%sar,%r6
11 shrpd,*< %r4,%r5,%sar,%r6
12 shrpd,*od %r4,%r5,%sar,%r6
13 shrpd,*tr %r4,%r5,%cr11,%r6
14 shrpd,*<> %r4,%r5,%cr11,%r6
15 shrpd,*>= %r4,%r5,%cr11,%r6
16 shrpd,*ev %r4,%r5,%cr11,%r6
17
18 shrpd,* %r4,%r5,5,%r6
19 shrpd,*= %r4,%r5,5,%r6
20 shrpd,*< %r4,%r5,5,%r6
21 shrpd,*od %r4,%r5,5,%r6
22 shrpd,*tr %r4,%r5,5,%r6
23 shrpd,*<> %r4,%r5,5,%r6
24 shrpd,*>= %r4,%r5,5,%r6
25 shrpd,*ev %r4,%r5,5,%r6
26
This page took 0.030273 seconds and 4 git commands to generate.