Tamar Christina
00c2093f69
Correct disassembly of dot product instructions.
...
Dot products deviate from the normal disassembly rules for lane indexed
instruction. Their canonical representation is in the form of:
v0.2s, v0.8b, v0.4b[0] instead of v0.2s, v0.8b, v0.b[0] to try to denote
that these instructions select 4x 1 byte elements instead of a single 1 byte
element.
Previously we were disassembling them following the normal rules, this patch
corrects the disassembly.
gas/
PR gas/22559
* config/tc-aarch64.c (vectype_to_qualifier): Support AARCH64_OPND_QLF_S_4B.
* gas/testsuite/gas/aarch64/dotproduct.d: Update disassembly.
include/
PR gas/22559
* aarch64.h (aarch64_opnd_qualifier): Add AARCH64_OPND_QLF_S_4B.
opcodes/
PR gas/22559
* aarch64-asm.c (aarch64_ins_reglane): Change AARCH64_OPND_QLF_S_B to
AARCH64_OPND_QLF_S_4B
* aarch64-dis.c (aarch64_ext_reglane): Change AARCH64_OPND_QLF_S_B to
AARCH64_OPND_QLF_S_4B
* aarch64-opc.c (aarch64_opnd_qualifiers): Add 4b variant.
* aarch64-tbl.h (QL_V2DOT): Change S_B to S_4B.
2017-12-19 12:21:12 +00:00
..
2017-11-29 20:10:52 +10:30
2017-11-09 16:29:04 +00:00
2017-12-19 12:21:12 +00:00
2017-11-09 16:29:04 +00:00
2017-11-16 16:27:35 +00:00
2017-12-19 12:21:12 +00:00
2017-11-09 16:29:04 +00:00
2017-07-24 14:59:06 +01:00
2017-11-09 16:29:04 +00:00
2017-12-19 12:21:12 +00:00
2017-11-09 16:29:04 +00:00
2017-12-19 12:21:12 +00:00
2016-12-28 22:12:11 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-11-21 14:56:16 +01:00
2017-02-06 11:26:13 +01:00
2017-05-10 14:42:22 +02:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-11-07 20:24:21 +00:00
2017-11-22 10:46:45 +01:00
2017-07-19 09:56:55 +02:00
2017-11-03 14:38:05 +01:00
2017-11-08 13:15:12 +00:00
2017-05-24 17:23:52 +01:00
2017-06-15 11:52:02 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-07-07 12:23:42 +09:30
2017-01-02 14:08:56 +10:30
2017-02-11 17:40:41 +10:30
2017-07-11 19:18:06 +09:30
2017-12-19 12:21:12 +00:00
2017-01-02 13:55:05 +10:30
2016-12-28 22:12:11 +10:30
2017-07-04 11:15:33 +02:00
2017-04-06 17:20:02 +01:00
2017-01-02 14:08:56 +10:30
2017-10-25 22:14:58 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-10-25 22:14:58 +10:30
2017-10-25 22:14:58 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-07-14 22:51:01 +09:30
2017-01-02 14:08:56 +10:30
2017-12-15 19:52:49 +10:30
2017-06-14 16:29:01 +01:00
2017-05-24 17:23:52 +01:00
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-10-12 18:41:29 -07:00
2017-10-12 18:41:29 -07:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-11-14 08:42:26 +01:00
2017-11-24 08:42:04 +01:00
2017-12-18 09:37:15 +01:00
2017-12-18 09:36:14 +01:00
2017-01-02 14:08:56 +10:30
2017-12-18 09:37:15 +01:00
2017-12-18 09:37:15 +01:00
2017-12-18 09:36:14 +01:00
2017-12-18 09:37:15 +01:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-06-14 16:29:01 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-09-26 10:36:23 +01:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-04-06 17:20:02 +01:00
2017-04-06 17:20:02 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-06-30 07:21:56 +01:00
2017-06-28 02:07:36 +01:00
2017-06-30 07:21:55 +01:00
2017-06-28 02:07:36 +01:00
2017-06-30 15:29:27 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-09-11 13:46:27 +08:00
2017-09-11 13:46:27 +08:00
2017-09-11 13:46:27 +08:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-11-07 15:52:52 +10:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-12-01 11:20:15 -06:00
2017-12-03 21:54:47 +10:30
2017-05-24 17:23:52 +01:00
2017-01-25 12:30:52 +00:00
2017-07-25 12:12:16 +01:00
2017-12-13 14:59:42 -08:00
2017-06-15 12:37:01 +01:00
2017-06-15 12:37:01 +01:00
2017-05-24 17:23:52 +01:00
2017-06-17 00:03:02 +09:30
2017-06-14 13:35:06 +01:00
2017-01-02 14:08:56 +10:30
2017-05-30 10:22:25 +02:00
2017-07-21 10:54:06 +02:00
2017-10-09 18:37:53 +02:00
2017-10-09 18:37:53 +02:00
2017-06-14 17:10:28 +01:00
2017-06-19 14:15:57 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-19 09:27:08 -07:00
2017-05-19 09:27:08 -07:00
2017-06-14 16:29:01 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-10-18 16:30:24 +02:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00