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