summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2006-04-26 16:24:25 +0000
committerJulian Brown <julian@codesourcery.com>2006-04-26 16:24:25 +0000
commitb44ef88d1c40b6bd2f361e20f93f74c6ae85b05f (patch)
treefee9aa7172fd339fc99f4a1a431addb8821af02c
parent9ae6148b7848db061903815069e12e643ca47a0c (diff)
downloadcygnal-b44ef88d1c40b6bd2f361e20f93f74c6ae85b05f.tar.gz
cygnal-b44ef88d1c40b6bd2f361e20f93f74c6ae85b05f.tar.bz2
cygnal-b44ef88d1c40b6bd2f361e20f93f74c6ae85b05f.zip
* gas/config/tc-arm.c (neon_is_quarter_float): Move, and rename to...
(is_quarter_float): Rename from above. Simplify slightly. (parse_qfloat_immediate): Parse a "quarter precision" floating-point number. (parse_neon_mov): Parse floating-point constants. (neon_qfloat_bits): Fix encoding. (neon_cmode_for_move_imm): Tweak to use floating-point encoding in preference to integer encoding when using the F32 type. * gas/testsuite/gas/arm/neon-const.s: New testcase. Neon floating-point constants. * gas/testsuite/gas/arm/neon-const.d: Expected output of above. * gas/testsuite/gas/arm/neon-cov.d: Expect floating-point disassembly for VMOV.F32. * opcodes/arm-dis.c (print_insn_neon): Disassemble floating-point constant VMOV.
-rw-r--r--ChangeLog.csl20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index d0cc33389..271df1dab 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,23 @@
+2006-04-26 Julian Brown <julian@codesourcery.com>
+
+ * gas/config/tc-arm.c (neon_is_quarter_float): Move, and rename to...
+ (is_quarter_float): Rename from above. Simplify slightly.
+ (parse_qfloat_immediate): Parse a "quarter precision" floating-point
+ number.
+ (parse_neon_mov): Parse floating-point constants.
+ (neon_qfloat_bits): Fix encoding.
+ (neon_cmode_for_move_imm): Tweak to use floating-point encoding in
+ preference to integer encoding when using the F32 type.
+
+ * gas/testsuite/gas/arm/neon-const.s: New testcase. Neon floating-point
+ constants.
+ * gas/testsuite/gas/arm/neon-const.d: Expected output of above.
+ * gas/testsuite/gas/arm/neon-cov.d: Expect floating-point disassembly
+ for VMOV.F32.
+
+ * opcodes/arm-dis.c (print_insn_neon): Disassemble floating-point
+ constant VMOV.
+
2006-04-24 Julian Brown <julian@codesourcery.com>
* libiberty/floatformat.c (floatformat_to_double): Fix (biased)