OSDN Git Service

target/nios2: Split out helpers for gen_rr_mul_high
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 22 Apr 2022 16:28:38 +0000 (09:28 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Apr 2022 15:16:58 +0000 (08:16 -0700)
commit3099c41bee4d6a882f9f4cc8ed4c4b3e4aa64222
tree563ced9b482918d15d2f4c151ea5db97248aba25
parent7c849046af7cec5efbacdb9b3ff14ebef9abebd6
target/nios2: Split out helpers for gen_rr_mul_high

Rename the macro from gen_r_mul, because these are the multiply
variants that produce a high-part result.  Do as little work as
possible within the macro; split out helper functions and pass
in arguments instead.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/nios2/translate.c