New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / extw.d
index 500f2fa82ca71b5582623dcdf435abdfc91b80fd..c33768bfb7bfb5f1cc3e1f36c0c87f15893ce9b2 100644 (file)
@@ -1,51 +1,22 @@
-#as: -EL
-#objdump: -dr -EL
+#as: -mcpu=arc700
+#objdump: -dr --prefix-addresses --show-raw-insn
 
-.*: +file format elf32-.*arc
+.*: +file format .*arc.*
 
 Disassembly of section .text:
-
-00000000 <.text>:
-   0:  00 90 00 18     18009000     extw       r0,r1
-   4:  00 10 6e 1b     1b6e1000     extw       fp,sp
-   8:  00 90 1f 18     181f9000     extw       r0,0
-   c:  ff 91 3f 18     183f91ff     extw       r1,-1
-  10:  00 10 e1 1f     1fe11000     extw       0,r2
-  14:  00 90 e1 1f     1fe19000     extw       0,r3
-  18:  ff 90 9f 18     189f90ff     extw       r4,255
-  1c:  00 90 e2 1f     1fe29000     extw       0,r5
-  20:  00 91 df 18     18df9100     extw       r6,-256
-  24:  00 90 e3 1f     1fe39000     extw       0,r7
-  28:  00 10 1f 19     191f1000     extw       r8,0x100
-  2c:  00 01 00 00 
-  30:  00 10 3f 19     193f1000     extw       r9,0xffff_feff
-  34:  ff fe ff ff 
-  38:  00 10 7f 19     197f1000     extw       r11,0x4242_4242
-  3c:  42 42 42 42 
-  40:  00 10 ff 1f     1fff1000     extw       0,0x100
-  44:  00 01 00 00 
-  48:  00 10 1f 18     181f1000     extw       r0,0
-  4c:  00 00 00 00 
-                       4c: R_ARC_32    foo
-  50:  01 90 45 19     19459001     extw.z     r10,r11
-  54:  02 90 86 19     19869002     extw.nz    r12,r13
-  58:  0b 10 df 19     19df100b     extw.lt    r14,0
-  5c:  00 00 00 00 
-  60:  09 10 ff 19     19ff1009     extw.gt    r15,0x200
-  64:  00 02 00 00 
-  68:  00 91 00 18     18009100     extw.f     r0,r1
-  6c:  01 90 5e 18     185e9001     extw.f     r2,1
-  70:  00 11 e2 1f     1fe21100     extw.f     0,r4
-  74:  00 11 bf 18     18bf1100     extw.f     r5,0x200
-  78:  00 02 00 00 
-  7c:  00 11 df 1f     1fdf1100     extw.f     0,0x200
-  80:  00 02 00 00 
-  84:  01 91 00 18     18009101     extw.z.f   r0,r1
-  88:  02 11 3f 18     183f1102     extw.nz.f  r1,0
-  8c:  00 00 00 00 
-  90:  0b 11 c1 1f     1fc1110b     extw.lt.f  0,r2
-  94:  00 00 00 00     00000000                
-  98:  0c 11 1f 18     181f110c     extw.le.f  r0,0x200
-  9c:  00 02 00 00 
-  a0:  04 11 df 1f     1fdf1104     extw.n.f   0,0x200
-  a4:  00 02 00 00 
+0x00000000 202f 0048                   ext[hw]+        r0,r1
+0x00000004 232f 3708                   ext[hw]+        fp,sp
+0x00000008 206f 0008                   ext[hw]+        r0,0
+0x0000000c 212f 0f88 ffff ffff         ext[hw]+        r1,0xffffffff
+0x00000014 262f 7088                   ext[hw]+        0,r2
+0x00000018 242f 0f88 0000 00ff         ext[hw]+        r4,0xff
+0x00000020 262f 0f88 ffff ff00         ext[hw]+        r6,0xffffff00
+0x00000028 202f 1f88 0000 0100         ext[hw]+        r8,0x100
+0x00000030 212f 1f88 ffff feff         ext[hw]+        r9,0xfffffeff
+0x00000038 232f 1f88 4242 4242         ext[hw]+        r11,0x42424242
+0x00000040 202f 0f88 0000 0000         ext[hw]+        r0,0
+                       44: ARC_32_ME   foo
+0x00000048 202f 8048                   ext[hw]+.f      r0,r1
+0x0000004c 226f 8048                   ext[hw]+.f      r2,0x1
+0x00000050 262f f108                   ext[hw]+.f      0,r4
+0x00000054 252f 8f88 0000 0200         ext[hw]+.f      r5,0x200
This page took 0.026463 seconds and 4 git commands to generate.