Re: [PATCH 1/7] tcg: Add tcg_gen_gvec_dup_imm

2020-04-20 Thread Alex Bennée
Richard Henderson writes: > Add a version of tcg_gen_dup_* that takes both immediate and > a vector element size operand. This will replace the set of > tcg_gen_gvec_dup{8,16,32,64}i functions that encode the element > size within the function name. > > Signed-off-by: Richard Henderson Revie

Re: [PATCH 1/7] tcg: Add tcg_gen_gvec_dup_imm

2020-04-20 Thread David Hildenbrand
On 18.04.20 17:04, Richard Henderson wrote: > Add a version of tcg_gen_dup_* that takes both immediate and > a vector element size operand. This will replace the set of > tcg_gen_gvec_dup{8,16,32,64}i functions that encode the element > size within the function name. > > Signed-off-by: Richard He

Re: [PATCH 1/7] tcg: Add tcg_gen_gvec_dup_imm

2020-04-19 Thread LIU Zhiwei
On 2020/4/18 23:04, Richard Henderson wrote: Add a version of tcg_gen_dup_* that takes both immediate and a vector element size operand. This will replace the set of tcg_gen_gvec_dup{8,16,32,64}i functions that encode the element size within the function name. Signed-off-by: Richard Henderson

[PATCH 1/7] tcg: Add tcg_gen_gvec_dup_imm

2020-04-18 Thread Richard Henderson
Add a version of tcg_gen_dup_* that takes both immediate and a vector element size operand. This will replace the set of tcg_gen_gvec_dup{8,16,32,64}i functions that encode the element size within the function name. Signed-off-by: Richard Henderson --- include/tcg/tcg-op-gvec.h | 2 ++ tcg/tcg-