qemu-e2k/target-arm
Peter Maydell 5df8bac1d3 target-arm: Translate with VFP-enabled from TB flags, not CPUState
When translating code, whether the VFP unit is enabled for this TB
is stored in a bit in the TB flags. Use this rather than incorrectly
reading the FPEXC from the CPUState passed to translation.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-01-14 20:39:19 +01:00
..
cpu.h target-arm: Add symbolic constants for bitfields in TB flags 2011-01-14 20:39:18 +01:00
exec.h
helper.c target-arm: Don't generate code specific to current CPU mode for SRS 2011-01-14 20:39:18 +01:00
helpers.h
iwmmxt_helper.c
machine.c
neon_helper.c
op_addsub.h
op_helper.c
translate.c target-arm: Translate with VFP-enabled from TB flags, not CPUState 2011-01-14 20:39:19 +01:00