diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-06-11 16:39:44 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-06-13 15:14:04 +0100 |
commit | 9851ed9269d214c0c6feba960dd14ff09e6c34b4 (patch) | |
tree | 991a7852068e679ec30e7fd6f1bd2fa999c26655 /net/tap-linux.c | |
parent | 160f3b64c5cc4c8a09a1859edc764882ce6ad6bf (diff) | |
download | qemu-9851ed9269d214c0c6feba960dd14ff09e6c34b4.zip qemu-9851ed9269d214c0c6feba960dd14ff09e6c34b4.tar.gz qemu-9851ed9269d214c0c6feba960dd14ff09e6c34b4.tar.bz2 |
target/arm: Convert "double-precision" register moves to decodetree
Convert the "double-precision" register moves to decodetree:
this covers VMOV scalar-to-gpreg, VMOV gpreg-to-scalar and VDUP.
Note that the conversion process has tightened up a few of the
UNDEF encoding checks: we now correctly forbid:
* VMOV-to-gpr with U:opc1:opc2 == 10x00 or x0x10
* VMOV-from-gpr with opc1:opc2 == 0x10
* VDUP with B:E == 11
* VDUP with Q == 1 and Vn<0> == 1
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
The accesses of elements < 32 bits could be improved by doing
direct ld/st of the right size rather than 32-bit read-and-shift
or read-modify-write, but we leave this for later cleanup,
since this series is generally trying to stick to fixing
the decode.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'net/tap-linux.c')
0 files changed, 0 insertions, 0 deletions