On 8/28/23 08:19, Jiajie Chen wrote:
Lower the following ops:- add_vec - sub_vec Signed-off-by: Jiajie Chen <c...@jia.je> --- tcg/loongarch64/tcg-target.c.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> For further improvement, VADDI and VSUBI have a 5-bit unsigned immediate, giving you a range of [-0x1f, 0x1f]. r~