Re: [Qemu-devel] [PATCH 0/2] Replace trunc_shr_i32 with extr[lh]

2015-07-31 Thread Aurelien Jarno
On 2015-07-31 07:24, Richard Henderson wrote: > I'd prefer to use these two patches instead of Aurelien's > patch to rename INDEX_OP_trunc_i32. Thoughts? That sounds better to me than the current trunc_shr_i32 implementation. I'll send a new version of my patchset based on this one. Reviewed-by:

[Qemu-devel] [PATCH 0/2] Replace trunc_shr_i32 with extr[lh]

2015-07-31 Thread Richard Henderson
I'd prefer to use these two patches instead of Aurelien's patch to rename INDEX_OP_trunc_i32. Thoughts? r~ Richard Henderson (2): tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 tcg: Remove tcg_gen_trunc_i64_i32 target-alpha/translate.c | 4 +-- target-arm/translate-a64.c