New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / ld.s
index aa26719df1b4d08148d6fe95226442aaa14ec3dc..e77bee51a77f8cb0941e531bbca2505a9abfa966 100644 (file)
@@ -1,24 +1,10 @@
-# ld/lr test
-       
-       ld      r0,[r1]
-       ld      r2,[r3,r4]
-       ld      r5,[r6,1]
-       ld      r7,[r8,-1]
-       ld      r9,[r10,255]
-       ld      r11,[r12,-256]
-       ld      r13,[r14,256]
-       ld      r15,[r16,-257]
-       ld      r17,[0x12345678,r28]
-       ld      r19,[foo]
-       ld      r20,[foo+4]
+# ld test
 
-       ldb     r0,[0]
-       ldw     r0,[0]
-       ld.x    r0,[0]
-       ld.a    r0,[0]
-       ld.di   r0,[0]
-       ldb.x.a.di r0,[r0]
-
-       lr      r0,[r1]
-       lr      r2,[status]
-       lr      r3,[0x12345678]
+       ld      r0,[r1,r2]
+       ldb     r0,[r1,r2]
+       ld.a    r1,[r3,r4]
+       ldw.x   r1,[r2,r3]
+       ldw.x.a r2,[r3,r4]
+       ld      r0,[0]
+       ld      r0,[r1,30]
+       ld      r1,[r2,-20]
This page took 0.024315 seconds and 4 git commands to generate.