Re: [Qemu-devel] [PATCH v7 0/6] target/mips: Optimize MSA interleave instructions

2019-04-17 Thread Aleksandar Markovic
> From: Mateja Marjanovic > Subject: [PATCH v7 0/6] target/mips: Optimize MSA interleave instructions > > From: Mateja Marjanovic > > Optimize and refactor MSA instructions ILVEV., > ILVOD., ILVL. and ILVR.. Patch number 5/6 seems to be for some reason lost. Please resend the complete series.

[Qemu-devel] [PATCH v7 0/6] target/mips: Optimize MSA interleave instructions

2019-04-17 Thread Mateja Marjanovic
From: Mateja Marjanovic Optimize and refactor MSA instructions ILVEV., ILVOD., ILVL. and ILVR.. v7: - Use tcg constants, instead of uint64_t constants in ILVEV. and ILVOD. instructions. - Refactor gen_ilvod_b and gen_ilvod_h functions. Use the shared function gen_ilvod_bh, which has two