]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[GAS][ARM][2/3]Add SE_H shape to represent fp16 type.
authorRenlin Li <renlin.li@arm.com>
Wed, 24 Feb 2016 14:18:16 +0000 (14:18 +0000)
committerRenlin Li <renlin.li@arm.com>
Wed, 24 Feb 2016 14:18:16 +0000 (14:18 +0000)
commitd54af2d07039335c18239bd5eb2e93847f535d37
treeba1f6540f1c3d31cd827de807a3f1f27cf7e35ff
parentb0c11777665276f8e9b590bbe4832a7c66f5093d
[GAS][ARM][2/3]Add SE_H shape to represent fp16 type.

gas/

2016-02-24  Renlin Li  <renlin.li@arm.com>

* config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
(neon_shape_class): New SC_HALF.
(neon_shape_el): New SE_H.
(neon_shape_el_size): New size for SE_H.
(N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
(neon_select_shape): Add SE_H support code.
(el_type_of_type_chk): Use N_F_ALL.
(do_vfp_nsyn_cvt): Add SE_H shape support.
(do_neon_cvtz): Likewise.
(do_neon_cvt_1): Likewise.
(do_neon_cvttb_1): Likewise.
gas/ChangeLog
gas/config/tc-arm.c