Peter Targett's backwards compatibility and other arc fixes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / st.s
index 10af198a7872d1556278cf1cb77c96a064446934..38ba009b50357be0bad6c8eafc3b2bfb6c28bfaa 100644 (file)
@@ -1,19 +1,22 @@
-# st/sr test
-       
-       st      r0,[r1]
-       st      r5,[r6,1]
-       st      r7,[r8,-1]
-       st      r9,[r10,255]
-       st      r11,[r12,-256]
-       st      r19,[foo]
-       st      r20,[foo+4]
+# st test
 
-       stb     r0,[0]
-       stw     r0,[0]
-       st.a    r0,[0]
-       st.di   r0,[0]
-       stb.a.di r0,[r0]
+       st      r1,[r2]
+       st      r1,[r2,14]
+       stb     r1,[r2]
+       st.a    r1,[r3,14]
+       stw.a   r1,[r2,2]
+       st      r1,[900]
+       stb     0,[r2]
+       st      -8,[r2,-8]
+       st      80,[750]
+       st      r2,[foo]
+       st.di   r1,[r2,2]
+       st.a.di r1,[r2,3]
+       stw.a.di r1,[r2,4]
 
-       sr      r0,[r1]
-       sr      r2,[status]
-       sr      r3,[0x12345678]
+       st .L1,[r12,4]
+       st .L1@h30,[r12,4]
+.L1:
+
+       sr      r1,[r2]
+       sr      r1,[14]
This page took 0.023335 seconds and 4 git commands to generate.