qemu-e2k/target-arm
Peter Maydell 6e0c0ed185 target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert
VCVTT/VCVTB with bit 8 set is UNPREDICTABLE; we choose to UNDEF.
This avoids a TCG assert later when the VCVTT/VCVTB code tries to
use a source register that wasn't ever set up.

We pull the check for the presence of the half-precision extension
up in to this common code as well.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2011-07-26 14:30:54 +00:00
..
cpu.h target-arm: Mark 1136r1 as a v6K core 2011-07-26 14:30:54 +00:00
exec.h
helper.c target-arm: Mark 1136r1 as a v6K core 2011-07-26 14:30:54 +00:00
helper.h
iwmmxt_helper.c
machine.c
neon_helper.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
op_addsub.h Correct spelling of licensed 2011-07-23 11:26:12 -05:00
op_helper.c
translate.c target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert 2011-07-26 14:30:54 +00:00