qemu-e2k/target
Peter Maydell 6cf0f240e0 target/arm: Convert Neon 3-same-fp size field to MO_* in decode
In the Neon instructions, some instruction formats have a 2-bit size
field which corresponds exactly to QEMU's MO_8/16/32/64.  However the
floating-point insns in the 3-same group have a 1-bit size field
which is "0 for 32-bit float and 1 for 16-bit float".  Currently we
pass these values directly through to trans_ functions, which means
that when reading a particular trans_ function you need to know if
that insn uses a 2-bit size or a 1-bit size.

Move the handling of the 1-bit size to the decodetree file, so that
all these insns consistently pass a size to the trans_ function which
is an MO_8/16/32/64 value.

In this commit we switch over the insns using the 3same_fp and
3same_fp_q0 formats.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200903133209.5141-2-peter.maydell@linaro.org
2020-09-14 14:23:19 +01:00
..
alpha Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
arm target/arm: Convert Neon 3-same-fp size field to MO_* in decode 2020-09-14 14:23:19 +01:00
avr Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
cris Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
hppa Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
i386 trivial patches pull request 20200911 2020-09-12 14:23:15 +01:00
lm32 Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
m68k Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
microblaze Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
mips Various misc and testing fixes: 2020-09-12 22:54:32 +01:00
moxie Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
nios2 Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
openrisc Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
ppc QOM boilerplate cleanup 2020-09-11 19:26:51 +01:00
riscv This PR includes multiple fixes and features for RISC-V: 2020-09-13 20:29:35 +01:00
rx Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
s390x Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
sh4 Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
sparc Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
tilegx Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
tricore Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
unicore32 Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
xtensa Use OBJECT_DECLARE_TYPE where possible 2020-09-09 09:27:11 -04:00
meson.build meson: target 2020-08-21 06:30:35 -04:00