qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] target/rx: Track PSW.U in tb->flags
@ 2022-04-17 16:51 Richard Henderson
  2022-04-17 16:51 ` [PATCH 1/4] target/rx: Put tb_flags into DisasContext Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Richard Henderson @ 2022-04-17 16:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: i, ysato

This is a follow up to Kawada-san's patch for the problem
of a missed update to the stack pointer in CLRPSW/SETPSW.
This fixes the problem without movcond by tracking the
current state of PSW.U within the TB.


r~


Richard Henderson (4):
  target/rx: Put tb_flags into DisasContext
  target/rx: Store PSW.U in tb->flags
  target/rx: Move DISAS_UPDATE check for write to PSW
  target/rx: Swap stack pointers on clrpsw/setpsw instruction

 target/rx/cpu.h       |  1 +
 target/rx/translate.c | 67 +++++++++++++++++++++++--------------------
 2 files changed, 37 insertions(+), 31 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-21 18:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-17 16:51 [PATCH 0/4] target/rx: Track PSW.U in tb->flags Richard Henderson
2022-04-17 16:51 ` [PATCH 1/4] target/rx: Put tb_flags into DisasContext Richard Henderson
2022-04-17 16:51 ` [PATCH 2/4] target/rx: Store PSW.U in tb->flags Richard Henderson
2022-04-17 16:51 ` [PATCH 3/4] target/rx: Move DISAS_UPDATE check for write to PSW Richard Henderson
2022-04-17 16:51 ` [PATCH 4/4] target/rx: Swap stack pointers on clrpsw/setpsw instruction Richard Henderson
2022-04-19  7:40 ` [PATCH 0/4] target/rx: Track PSW.U in tb->flags Yoshinori Sato
2022-04-21 17:05   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).