3 * config/tc-arm.c (do_neon_ldx_stx): Added
4 validation for vector load/store insns.
8 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
12 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
13 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
14 (NEON_ENCODE): New macro.
15 (check_neon_suffixes): New macro.
16 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
17 (do_vfp_nsyn_opcode): Likewise.
18 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
19 (do_vfp_nsyn_cmp): Likewise.
20 (do_neon_shl_imm): Likewise.
21 (do_neon_qshl_imm): Likewise.
22 (neon_dyadic_misc): Likewise.
23 (do_neon_mac_maybe_scalar): Likewise.
24 (do_neon_qdmulh): Likewise.
25 (do_neon_qmovn): Likewise.
26 (do_neon_qmovun): Likewise.
27 (do_neon_movn): Likewise.
28 (neon_mac_reg_scalar_long): Likewise.
29 (do_neon_vmull): Likewise.
30 (do_neon_trn): Likewise.
31 (do_neon_ldx_stx): Likewise.
32 (neon_dp_fixup): Changed signature and set the flag.
33 (neon_three_same): Call the above with new signature.
34 (neon_two_same): Likewise.
35 (neon_imm_shift): Likewise.
36 (neon_mul_mac): Likewise.
37 (do_neon_abs_neg): Likewise.
38 (neon_mixed_length): Likewise.
39 (do_neon_ext): Likewise.
40 (do_neon_mov): Likewise.
41 (do_neon_tbl_tbx): Likewise.
42 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
43 (neon_compare): Likewise.
44 (do_neon_shll): Likewise.
45 (do_neon_cvt): Likewise.
46 (do_neon_mvn): Likewise.
47 (do_neon_dup): Likewise.
48 (md_assemble): Call check_neon_suffixes ().
50 For older changes see ChangeLog-2009
56 version-control: never