Re: [PATCH 0/4] target/rx: Track PSW.U in tb->flags

2022-04-21 Thread Richard Henderson
On 4/19/22 00:40, Yoshinori Sato wrote: On Mon, 18 Apr 2022 01:51:26 +0900, Richard Henderson wrote: 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

Re: [PATCH 0/4] target/rx: Track PSW.U in tb->flags

2022-04-19 Thread Yoshinori Sato
On Mon, 18 Apr 2022 01:51:26 +0900, Richard Henderson wrote: > > 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~ > >

[PATCH 0/4] target/rx: Track PSW.U in tb->flags

2022-04-17 Thread Richard Henderson
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: