2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xstormy16 / allinsn.sh
index 12454b7d8a03f9964e31564d2f451a89d3aa1e20..03828f9c919cfa97923e3cede9f991c9709c918d 100644 (file)
@@ -1213,6 +1213,18 @@ mul:
 div:
        div
        .text
+       .global sdiv
+sdiv:
+       sdiv
+       .text
+       .global divlh
+divlh:
+       divlh
+       .text
+       .global sdivlh
+sdivlh:
+       sdivlh
+       .text
        .global nop
 nop:
        nop
@@ -1387,6 +1399,71 @@ callrimm:
        callr 1472+(.+2)
        callr 1618+(.+2)
        callr 978+(.+2)
+
+movgrgrsi:
+       mov.b r0,(r0,extsym)
+       mov.w r7,(r15,extsym-1)
+       mov.w r4,(r8,extsym-2048)
+       mov.b r3,(r7,extsym+2047)
+       mov.w r1,(r1,extsym+1)
+       mov.w r6,(r8,extsym-452)
+       mov.w r4,(r11,extsym+572)
+       mov.b r1,(r1,extsym-1718)
+       .text
+       .global movgrgriipostinc
+movgrgrsipostinc:
+       mov.b r0,(r0++,extsym)
+       mov.w r7,(r15++,extsym-1)
+       mov.w r4,(r8++,extsym-2048)
+       mov.b r3,(r7++,extsym+2047)
+       mov.w r1,(r1++,extsym+1)
+       mov.w r6,(r0++,extsym-64)
+       mov.b r7,(r15++,extsym+1060)
+       mov.b r0,(r7++,extsym+847)
+       .text
+       .global movgrgriipredec
+movgrgrsipredec:
+       mov.b r0,(--r0,extsym)
+       mov.w r7,(--r15,extsym-1)
+       mov.w r4,(--r8,extsym-2048)
+       mov.b r3,(--r7,extsym+2047)
+       mov.w r1,(--r1,extsym+1)
+       mov.w r0,(--r15,extsym+1780)
+       mov.w r6,(--r1,extsym+1506)
+       mov.w r7,(--r3,extsym-2033)
+       .text
+       .global movgriigr
+movgrsigr:
+       mov.b (r0,extsym),r0
+       mov.w (r15,extsym-1),r7
+       mov.w (r8,extsym-2048),r4
+       mov.b (r7,extsym+2047),r3
+       mov.w (r1,extsym+1),r1
+       mov.w (r7,extsym+1948),r5
+       mov.b (r3,extsym-844),r4
+       mov.w (r15,extsym+1704),r0
+       .text
+       .global movgriipostincgr
+movgrsipostincgr:
+       mov.b (r0++,extsym),r0
+       mov.w (r15++,extsym-1),r7
+       mov.w (r8++,extsym-2048),r4
+       mov.b (r7++,extsym+2047),r3
+       mov.w (r1++,extsym+1),r1
+       mov.w (r2++,extsym-176),r7
+       mov.w (r8++,extsym+1389),r4
+       mov.b (r3++,extsym+47),r0
+       .text
+       .global movgriipredecgr
+movgrsipredecgr:
+       mov.b (--r0,extsym),r0
+       mov.w (--r15,extsym-1),r7
+       mov.w (--r8,extsym-2048),r4
+       mov.b (--r7,extsym+2047),r3
+       mov.w (--r1,extsym+1),r1
+       mov.b (--r8,extsym+1004),r4
+       mov.w (--r14,extsym-1444),r2
+       mov.b (--r5,extsym-927),r4
 EOF
 
 # Finally, generate the .d file.
This page took 0.024029 seconds and 4 git commands to generate.