qemu-e2k/target-sparc
Igor Kovalenko 14ed7adc1b sparc64 flush pending conditional evaluations before exposing cpu state
If translation block is interrupted by e.g. mmu exception
we need to compute conditional flags for inclusion into
saved cpu state. Otherwise after return from trap
conditional instructions would use stale psr/xcc data.

Signed-off-by: igor.v.kovalenko@gmail.com

--
Kind regards,
Igor V. Kovalenko
2009-07-31 06:48:47 +00:00
..
TODO Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
cpu.h sparc64 really implement itlb/dtlb automatic replacement writes 2009-07-27 05:43:27 +00:00
exec.h sparc64: trap handling corrections 2009-07-12 08:46:54 +00:00
helper.c sparc64 really implement itlb/dtlb automatic replacement writes 2009-07-27 05:43:27 +00:00
helper.h Use dynamical computation for condition codes 2009-05-10 07:19:11 +00:00
machine.c sparc64 name mmu registers and general cleanup 2009-07-27 05:43:22 +00:00
op_helper.c rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 2009-07-27 14:09:21 -05:00
translate.c sparc64 flush pending conditional evaluations before exposing cpu state 2009-07-31 06:48:47 +00:00