diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-12-14 17:35:47 +0000 |
---|---|---|
committer | Matthew Wahab <matthew.wahab@arm.com> | 2015-12-14 17:35:47 +0000 |
commit | b195470dd29e8a5c8810209fb2d22c30004fe6ab (patch) | |
tree | 6b458e668bbae8dd38eeec8e8849ec8da79010d2 /opcodes/aarch64-opc-2.c | |
parent | 3067d3b96cfb88e86acf94d2aa1575cff0e0110f (diff) | |
download | gdb-b195470dd29e8a5c8810209fb2d22c30004fe6ab.zip gdb-b195470dd29e8a5c8810209fb2d22c30004fe6ab.tar.gz gdb-b195470dd29e8a5c8810209fb2d22c30004fe6ab.tar.bz2 |
[AArch64][PATCH 12/14] Support FP16 Adv.SIMD Scalar Pairwise instructions.
ARMv8.2 adds 16-bit floating point operations as an optional extension
to the floating point and Adv.SIMD support. This patch adds FP16
instructions to the group Adv.SIMD Scalar Pairwise, making them
available when +simd+fp16 is enabled.
The instructions added are: FMAXNMP, FADDP, FMAXP, FMINNMP and FMINP
The general form for these instructions is
<OP> <Hd>, <V>.<T>
where T is 4h or 8h.
gas/testsuite/
2015-12-14 Matthew Wahab <matthew.wahab@arm.com>
* gas/aarch64/advsimd-fp16.d: Update expected output.
* gas/aarch64/advsimd-fp16.s: Add tests for Adv.SIMD Scalar
Pairwise instructions.
opcodes/
2015-12-14 Matthew Wahab <matthew.wahab@arm.com>
* aarch64-asm-2.c: Regenerate.
* aarch64-dis-2.c: Regenerate.
* aarch64-opc-2.c: Regenerate.
* aarch64-tbl.h (QL_SISD_PAIR_H): New.
(aarch64_opcode_table): Add fp16 versions of fmaxnmp, faddp,
fmaxp, fminnmp, fminp to the Adv.SIMD scalar pairwise group.
Change-Id: I19937ede3441b66dd0f940269ece895b17d3c345
Diffstat (limited to 'opcodes/aarch64-opc-2.c')
-rw-r--r-- | opcodes/aarch64-opc-2.c | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/opcodes/aarch64-opc-2.c b/opcodes/aarch64-opc-2.c index 668673f..cf0201c 100644 --- a/opcodes/aarch64-opc-2.c +++ b/opcodes/aarch64-opc-2.c @@ -122,70 +122,70 @@ const struct aarch64_operand aarch64_operands[] = static const unsigned op_enum_table [] = { 0, - 815, - 816, - 817, 820, 821, 822, - 823, - 824, - 818, - 819, 825, 826, - 848, - 849, - 850, + 827, + 828, + 829, + 823, + 824, + 830, + 831, 853, 854, 855, - 856, - 857, - 851, - 852, 858, 859, - 902, - 903, - 904, - 905, - 12, - 614, - 615, - 1097, - 1099, - 1101, + 860, + 861, + 862, + 856, + 857, + 863, + 864, + 907, + 908, 909, - 1100, - 1098, + 910, + 12, + 619, + 620, + 1102, + 1104, + 1106, + 914, + 1105, + 1103, 311, + 607, + 618, + 617, + 912, + 614, + 611, + 603, 602, - 613, - 612, - 907, 609, - 606, - 598, - 597, - 604, - 605, - 608, 610, - 611, - 917, - 630, - 633, + 613, + 615, + 616, + 922, + 635, + 638, + 641, 636, - 631, - 634, - 759, + 639, + 764, 171, 172, 173, 174, 503, - 700, + 705, 380, 382, 402, |