Re: [Qemu-devel] [PATCH 24/60] AArch64: Add SIMD ushll instruction emulation

2013-09-27 Thread Richard Henderson
On 09/26/2013 05:48 PM, Alexander Graf wrote: > +for (i = 0; i < (8 / ebytes); i++) { > +simd_ld(tcg_tmp, freg_offs_n + (i * ebytes), size); > +tcg_gen_shli_i64(tcg_tmp, tcg_tmp, shift); > +simd_st(tcg_tmp, freg_offs_d + (i * ebytes * 2), size + 1); > +} Are we real

[Qemu-devel] [PATCH 24/60] AArch64: Add SIMD ushll instruction emulation

2013-09-26 Thread Alexander Graf
This patch adds emulation support for the ushll instruction. Signed-off-by: Alexander Graf --- target-arm/translate-a64.c | 52 ++ 1 file changed, 52 insertions(+) diff --git a/target-arm/translate-a64.c b/target-arm/translate-a64.c index 50561cf..6a3