RE: [PATCH v1] Match: Support imm form for unsigned scalar .SAT_ADD

2024-06-28 Thread Li, Pan2
.ch...@gmail.com; jeffreya...@gmail.com; rdapp@gmail.com Subject: Re: [PATCH v1] Match: Support imm form for unsigned scalar .SAT_ADD On Fri, Jun 28, 2024 at 5:44 AM wrote: > > From: Pan Li > > This patch would like to support the form of unsigned scalar .SAT_ADD > when one of the op is

Re: [PATCH v1] Match: Support imm form for unsigned scalar .SAT_ADD

2024-06-28 Thread Richard Biener
On Fri, Jun 28, 2024 at 5:44 AM wrote: > > From: Pan Li > > This patch would like to support the form of unsigned scalar .SAT_ADD > when one of the op is IMM. For example as below: > > Form IMM: > #define DEF_SAT_U_ADD_IMM_FMT_1(T) \ > T __attribute__((noinline)) \ > sat

[PATCH v1] Match: Support imm form for unsigned scalar .SAT_ADD

2024-06-27 Thread pan2 . li
From: Pan Li This patch would like to support the form of unsigned scalar .SAT_ADD when one of the op is IMM. For example as below: Form IMM: #define DEF_SAT_U_ADD_IMM_FMT_1(T) \ T __attribute__((noinline)) \ sat_u_add_imm_##T##_fmt_1 (T x) \ {