Re: [PATCH v2 22/36] tcg: Increase tcg_out_dupi_vec immediate to int64_t

2020-04-22 Thread Alex Bennée
Richard Henderson writes: > While we don't store more than tcg_target_long in TCGTemp, > we shouldn't be limited to that for code generation. We will > be able to use this for INDEX_op_dup2_vec with 2 constants. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- >

[PATCH v2 22/36] tcg: Increase tcg_out_dupi_vec immediate to int64_t

2020-04-21 Thread Richard Henderson
While we don't store more than tcg_target_long in TCGTemp, we shouldn't be limited to that for code generation. We will be able to use this for INDEX_op_dup2_vec with 2 constants. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.inc.c | 2 +- tcg/i386/tcg-target.inc.c| 20