* gas/arm/neon-const.s: Use FP syntax for 0/-0.
authorJulian Brown <julian@codesourcery.com>
Mon, 26 Mar 2007 14:43:08 +0000 (14:43 +0000)
committerJulian Brown <julian@codesourcery.com>
Mon, 26 Mar 2007 14:43:08 +0000 (14:43 +0000)
* gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
* gas/arm/neon-cov.s: Use float syntax for FP immediate.

gas/testsuite/ChangeLog
gas/testsuite/gas/arm/neon-const.s
gas/testsuite/gas/arm/neon-cov.s
gas/testsuite/gas/arm/vfp-neon-syntax-inc.s

index 0b1eed3fa15d24fbea73be6864ba1db6404e68ef..21e7d54416738524da82d729d335881f59efbbd3 100644 (file)
@@ -1,3 +1,9 @@
+2007-03-26  Julian Brown  <julian@codesourcery.com>
+
+       * gas/arm/neon-const.s: Use FP syntax for 0/-0.
+       * gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
+       * gas/arm/neon-cov.s: Use float syntax for FP immediate.
+
 2007-03-24  Paul Brook  <paul@codesourcery.com>
        Mark Shinwell  <shinwell@codesourcery.com>
 
index 3a5a312da8d09a365f63e61216664a2341a0ba2f..a6fb55075a934b9c3a830dbfa93825a5a7b3fd34 100644 (file)
@@ -4,7 +4,7 @@
        .text
        .syntax unified
 
-        vmov.f32 q0, 0
+        vmov.f32 q0, 0.0
 
        vmov.f32 q0, 2.0
         vmov.f32 q0, 4.0
         vmov.f32 q0, 0.96875
         vmov.f32 q0, 1.9375
 
-        vmov.f32 q0, -0
+        vmov.f32 q0, -0.0
 
        vmov.f32 q0, -2.0
         vmov.f32 q0, -4.0
index 079e896c25e29b1c599056cce7d3cb6cbd3b5c7a..2eeec273ad26d9384ea80e434bdadf5fc8441506 100644 (file)
        mov_imm vmvn 0x0077ffff .i32
        mov_imm vmov 0x77 .i8
        mov_imm vmov 0xff0000ff000000ff .i64
-       mov_imm vmov 0x40880000 .f32
+       mov_imm vmov 4.25 .f32
 
        mov_imm vmov 0xa5a5 .i16
        mov_imm vmvn 0xa5a5 .i16
index d61ae6039eb94e46915655455e504122381a210e..fad0bded369c18980019cb9ac308bcd863a44788 100644 (file)
@@ -9,7 +9,7 @@ func:
         vmov\cond\f32 s0,s1
         vmov\cond\f64 d0,d1
         vmov\cond\f32 s0,#0.25
-        vmov\cond\f64 d0,#1
+        vmov\cond\f64 d0,#1.0
        itblock 4 \cond
         vmov\cond r0,s1
         vmov\cond s0,r1
This page took 0.027135 seconds and 4 git commands to generate.