qemu/target-alpha
Richard Henderson dad081ee69 target-alpha: Reduce internal processor registers for user-mode.
The existing set of IPRs is totally irrelevant to user-mode emulation.
Indeed, they most are irrelevant to implementing kernel-mode emulation,
and would only be relevant to PAL-mode emulation, which I suspect that
no one will ever attempt.

Reducing the set of processor registers reduces the size of the CPU state.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-02-23 23:36:22 +01:00
..
cpu.h target-alpha: Reduce internal processor registers for user-mode. 2010-02-23 23:36:22 +01:00
exec.h kill regs_to_env and env_to_regs 2010-01-19 16:31:02 -06:00
helper.c target-alpha: Split up FPCR value into separate fields. 2010-02-23 23:36:22 +01:00
helper.h target-alpha: Implement fp branch/cmov inline. 2009-12-17 18:12:02 +01:00
op_helper.c target-alpha: Fix float32_to_s vs zero exponent. 2009-12-17 18:12:04 +01:00
STATUS target-alpha: update STATUS 2008-10-01 07:07:59 +00:00
translate.c target-alpha: Reduce internal processor registers for user-mode. 2010-02-23 23:36:22 +01:00