Re: [PATCH 09/14] target/arm: Implement the SET* instructions

2023-09-09 Thread Richard Henderson
On 9/7/23 09:03, Peter Maydell wrote: Implement the SET* instructions which collectively implement a "memset" operation. These come in a set of three, eg SETP (prologue), SETM (main), SETE (epilogue), and each of those has different flavours to indicate whether memory accesses should be unpriv

[PATCH 09/14] target/arm: Implement the SET* instructions

2023-09-07 Thread Peter Maydell
Implement the SET* instructions which collectively implement a "memset" operation. These come in a set of three, eg SETP (prologue), SETM (main), SETE (epilogue), and each of those has different flavours to indicate whether memory accesses should be unpriv or non-temporal. This commit does not