]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[AArch64][SVE 06/32] Generalise parse_neon_reg_list
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 14 Jun 2016 19:21:44 +0000 (20:21 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 23 Aug 2016 08:41:02 +0000 (09:41 +0100)
commit65a4acbb08de761519ce44ac8bc8c78db78b69eb
tree77974b6c3350ffcb00b116cf995ef6d52f528109
parent497e0d6d961208450dc018a4f5f722f60cc506d7
[AArch64][SVE 06/32] Generalise parse_neon_reg_list

Rename parse_neon_reg_list to parse_vector_reg_list and take
in the required register type as an argument.  Later patches
will reuse the function for SVE registers.

gas/
* config/tc-aarch64.c (parse_neon_reg_list): Rename to...
(parse_vector_reg_list): ...this and take a register type
as input.
(parse_operands): Update accordingly.

Change-Id: I0b9d19ca75f1feadae35091cc22f6992c729c63b
gas/config/tc-aarch64.c