Re: [PATCH] target/arm: Remove duplicate 'plus1' function from Neon and SVE decode

2021-07-15 Thread Philippe Mathieu-Daudé
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

Re: [PATCH] target/arm: Remove duplicate 'plus1' function from Neon and SVE decode

2021-07-15 Thread Richard Henderson
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

[PATCH] target/arm: Remove duplicate 'plus1' function from Neon and SVE decode

2021-07-15 Thread Peter Maydell
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 +-