Re: [PATCH v3 09/19] tcg: Add andcs and rotrs tcg gvec ops

2023-05-01 Thread Richard Henderson
On 4/28/23 15:47, Lawrence Hunter wrote: From: Nazar Kazakov This commit adds helper functions and tcg operation definitions for the andcs and rotrs instructions Signed-off-by: Nazar Kazakov --- accel/tcg/tcg-runtime-gvec.c | 11 +++ accel/tcg/tcg-runtime.h | 1 + include/t

[PATCH v3 09/19] tcg: Add andcs and rotrs tcg gvec ops

2023-04-28 Thread Lawrence Hunter
From: Nazar Kazakov This commit adds helper functions and tcg operation definitions for the andcs and rotrs instructions Signed-off-by: Nazar Kazakov --- accel/tcg/tcg-runtime-gvec.c | 11 +++ accel/tcg/tcg-runtime.h | 1 + include/tcg/tcg-op-gvec.h| 4 tcg/tcg-op-gvec