commit | 433e2bef4a9e2fcba9c4005db6fb692496c0b135 | [log] [tgz] |
---|---|---|
author | Andre Vieira <andre.simoesdiasvieira@arm.com> | Thu Jul 04 13:45:53 2024 +0100 |
committer | Andre Vieira <andre.simoesdiasvieira@arm.com> | Thu Jul 04 13:48:26 2024 +0100 |
tree | c02a4bfd59931504b67c0b9e97d5ff0182204060 | |
parent | 68e549ee5497d90a7921b4c676789b55f91ba08b [diff] |
mve: Fix encoding for vcvt[bt] single-half float conversion instructions The encoding was previously not taking into account that the Quad vector registers were being encoded using their Q-register numbers rather than their D-register equivalent (multiply by 2). gas/ * config/tc-arm.c (do_neon_cvttb_1): Use Q-register vector number rather than their D-register equivalent. gas/testsuite/ * gas/arm/mve-vcvt-3.d: Correct expected values in test.