New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / extw.s
index 060a8e353210d9f3410ff4880b7111d4c9db7cd8..9cde2aa9f303f257592e8c3d1aa861d0068a42f3 100644 (file)
@@ -6,33 +6,16 @@
        extw r0,0
        extw r1,-1
        extw 0,r2
-       extw -1,r3
        extw r4,255
-       extw 255,r5
        extw r6,-256
-       extw -256,r7
 
        extw r8,256
        extw r9,-257
        extw r11,0x42424242
 
-       extw 255,256
-
        extw r0,foo
 
-       extw.eq r10,r11
-       extw.ne r12,r13
-       extw.lt r14,0
-       extw.gt r15,512
-
        extw.f r0,r1
        extw.f r2,1
        extw.f 0,r4
        extw.f r5,512
-       extw.f 512,512
-
-       extw.eq.f r0,r1
-       extw.ne.f r1,0
-       extw.lt.f 0,r2
-       extw.le.f r0,512
-       extw.n.f 512,512
This page took 0.025009 seconds and 4 git commands to generate.