On 5/12/20 9:39 AM, Peter Maydell wrote: > The usual location for the env argument in the argument list of a TCG helper > is immediately after the return-value argument. recps_f32 and rsqrts_f32 > differ in that they put it at the end. > > Move the env argument to its usual place; this will allow us to > more easily use these helper functions with the gvec APIs. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 4 ++-- > target/arm/translate.c | 4 ++-- > target/arm/vfp_helper.c | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~