On 7/15/21 11:53 AM, Peter Maydell wrote:
> The Neon and SVE decoders use private 'plus1' functions to implement
> "add one" for the !function decoder syntax. We have a generic
> "plus_1" function in translate.h, so use that instead.
>
> Signed-off-by: Peter Maydell
> ---
> target/arm/neon-ls.d
On 7/15/21 2:53 AM, Peter Maydell wrote:
The Neon and SVE decoders use private 'plus1' functions to implement
"add one" for the !function decoder syntax. We have a generic
"plus_1" function in translate.h, so use that instead.
Signed-off-by: Peter Maydell
---
target/arm/neon-ls.decode | 4
The Neon and SVE decoders use private 'plus1' functions to implement
"add one" for the !function decoder syntax. We have a generic
"plus_1" function in translate.h, so use that instead.
Signed-off-by: Peter Maydell
---
target/arm/neon-ls.decode | 4 ++--
target/arm/neon-shared.decode | 2 +-