[AArch64][SVE 04/32] Rename neon_type_el to vector_type_el
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 21 Sep 2016 15:48:25 +0000 (16:48 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Wed, 21 Sep 2016 15:48:25 +0000 (16:48 +0100)
commit8f9a77affe98e0892c46504712a1f0d8372ec765
tree728955c70ba36b9372fa7781a3b76c48f7539c32
parentf06935a5c1ef4c978a995361241974917a4ab363
[AArch64][SVE 04/32] Rename neon_type_el to vector_type_el

Similar to the previous patch, but this time for the neon_type_el
structure.

gas/
* config/tc-aarch64.c (neon_type_el): Rename to...
(vector_type_el): ...this.
(parse_neon_type_for_operand): Update accordingly.
(parse_typed_reg): Likewise.
(aarch64_reg_parse): Likewise.
(vectype_to_qualifier): Likewise.
(parse_operands): Likewise.
(eq_neon_type_el): Likewise.  Rename to...
(eq_vector_type_el): ...this.
(parse_neon_reg_list): Update accordingly.
gas/ChangeLog
gas/config/tc-aarch64.c
This page took 0.034286 seconds and 4 git commands to generate.