Re: [PATCH] target/arm: Drop unsupported_encoding() macro

2022-05-09 Thread Richard Henderson
On 5/9/22 11:04, Peter Maydell wrote: The unsupported_encoding() macro logs a LOG_UNIMP message and then generates code to raise the usual exception for an unallocated encoding. Back when we were still implementing the A64 decoder this was helpful for flagging up when guest code was using someth

Re: [PATCH] target/arm: Drop unsupported_encoding() macro

2022-05-09 Thread Philippe Mathieu-Daudé via
On Mon, May 9, 2022 at 6:05 PM Peter Maydell wrote: > > The unsupported_encoding() macro logs a LOG_UNIMP message and then > generates code to raise the usual exception for an unallocated > encoding. Back when we were still implementing the A64 decoder this > was helpful for flagging up when gues

[PATCH] target/arm: Drop unsupported_encoding() macro

2022-05-09 Thread Peter Maydell
The unsupported_encoding() macro logs a LOG_UNIMP message and then generates code to raise the usual exception for an unallocated encoding. Back when we were still implementing the A64 decoder this was helpful for flagging up when guest code was using something we hadn't yet implemented. Now we c