mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* 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.
This commit is contained in:
parent
2375366083
commit
30e27cd023
@ -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>
|
||||
|
||||
|
@ -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
|
||||
@ -150,7 +150,7 @@
|
||||
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
|
||||
|
@ -456,7 +456,7 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user