Re: [PATCH 1/2] Match:Support signed vector SAT_ADD IMM form 1

2025-05-26 Thread Richard Biener
On Mon, May 19, 2025 at 10:42 AM Li Xu wrote: > > From: xuli > > This patch would like to support vector SAT_ADD when one of the op > is singed IMM. > > void __attribute__((noinline)) \ > vec_sat_s_add_imm_##T##_fmt_1##_##INDEX (T *out, T *op_1, unsigned limi

[PATCH 1/2] Match:Support signed vector SAT_ADD IMM form 1

2025-05-19 Thread Li Xu
From: xuli This patch would like to support vector SAT_ADD when one of the op is singed IMM. void __attribute__((noinline)) \ vec_sat_s_add_imm_##T##_fmt_1##_##INDEX (T *out, T *op_1, unsigned limit) \ {

Re: [PATCH 1/2] Match:Support signed vector SAT_ADD IMM form 1

2025-01-07 Thread Jeff Law
On 1/2/25 1:03 AM, Li Xu wrote: From: xuli This patch would like to support vector SAT_ADD when one of the op is singed IMM. void __attribute__((noinline)) \ vec_sat_s_add_imm_##T##_fmt_1##_##INDEX (T *out, T *op_1, unsigned limit) \ {

[PATCH 1/2] Match:Support signed vector SAT_ADD IMM form 1

2025-01-02 Thread Li Xu
From: xuli This patch would like to support vector SAT_ADD when one of the op is singed IMM. void __attribute__((noinline)) \ vec_sat_s_add_imm_##T##_fmt_1##_##INDEX (T *out, T *op_1, unsigned limit) \ {