2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
[binutils.git] / gas / ChangeLog
blob1b3438d1810467a6691ff15b7e8ca1fb8a87b945
1 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
3         * config/tc-arm.c (do_neon_logic): Accept imm value
4         in the third operand too.
5         (operand_parse_code): OP_RNDQ_IMVNb renamed to
6         OP_RNDQ_Ibig.
7         (parse_operands): OP_NILO case removed, applied renaming.
8         (insns): Neon shape changed for some logic instructions.
10 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
12         * config/tc-arm.c (do_neon_ldx_stx): Added
13         validation for vector load/store insns.
15 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
17         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
19 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
21         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
22         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
23         (NEON_ENCODE): New macro.
24         (check_neon_suffixes): New macro.
25         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
26         (do_vfp_nsyn_opcode): Likewise.
27         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
28         (do_vfp_nsyn_cmp): Likewise.
29         (do_neon_shl_imm): Likewise.
30         (do_neon_qshl_imm): Likewise.
31         (neon_dyadic_misc): Likewise.
32         (do_neon_mac_maybe_scalar): Likewise.
33         (do_neon_qdmulh): Likewise.
34         (do_neon_qmovn): Likewise.
35         (do_neon_qmovun): Likewise.
36         (do_neon_movn): Likewise.
37         (neon_mac_reg_scalar_long): Likewise.
38         (do_neon_vmull): Likewise.
39         (do_neon_trn): Likewise.
40         (do_neon_ldx_stx): Likewise.
41         (neon_dp_fixup): Changed signature and set the flag.
42         (neon_three_same): Call the above with new signature.
43         (neon_two_same): Likewise.
44         (neon_imm_shift): Likewise.
45         (neon_mul_mac): Likewise.
46         (do_neon_abs_neg): Likewise.
47         (neon_mixed_length): Likewise.
48         (do_neon_ext): Likewise.
49         (do_neon_mov): Likewise.
50         (do_neon_tbl_tbx): Likewise.
51         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
52         (neon_compare): Likewise.
53         (do_neon_shll): Likewise.
54         (do_neon_cvt): Likewise.
55         (do_neon_mvn): Likewise.
56         (do_neon_dup): Likewise.
57         (md_assemble): Call check_neon_suffixes ().
59 For older changes see ChangeLog-2009
61 Local Variables:
62 mode: change-log
63 left-margin: 8
64 fill-column: 74
65 version-control: never
66 End: