Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / hppa / basic / shift.s
1         .code
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         vshd %r4,%r5,%r6
9         vshd,= %r4,%r5,%r6
10         vshd,< %r4,%r5,%r6
11         vshd,od %r4,%r5,%r6
12         vshd,tr %r4,%r5,%r6
13         vshd,<> %r4,%r5,%r6
14         vshd,>= %r4,%r5,%r6
15         vshd,ev %r4,%r5,%r6
16
17         shd %r4,%r5,5,%r6
18         shd,= %r4,%r5,5,%r6
19         shd,< %r4,%r5,5,%r6
20         shd,od %r4,%r5,5,%r6
21         shd,tr %r4,%r5,5,%r6
22         shd,<> %r4,%r5,5,%r6
23         shd,>= %r4,%r5,5,%r6
24         shd,ev %r4,%r5,5,%r6
25