Re: [Qemu-devel] [PATCH 0/2] target/arm: split out vfp_expand_imm

2018-01-15 Thread Peter Maydell
On 12 January 2018 at 19:07, Richard Henderson wrote: > On 01/12/2018 09:22 AM, Peter Maydell wrote: >>> Richard Henderson (2): >>> target/arm: Split out vfp_expand_imm >>> target/arm: Add fp16 support to vfp_expand_imm >>> >>> target/arm/translate-a64.c | 49 >>>

Re: [Qemu-devel] [PATCH 0/2] target/arm: split out vfp_expand_imm

2018-01-12 Thread Richard Henderson
On 01/12/2018 09:22 AM, Peter Maydell wrote: >> Richard Henderson (2): >> target/arm: Split out vfp_expand_imm >> target/arm: Add fp16 support to vfp_expand_imm >> >> target/arm/translate-a64.c | 49 >> +++--- >> 1 file changed, 33 insertions(+), 16 del

Re: [Qemu-devel] [PATCH 0/2] target/arm: split out vfp_expand_imm

2018-01-12 Thread Peter Maydell
On 10 January 2018 at 06:33, Richard Henderson wrote: > One more piece of target/arm prep work from my SVE branch. > > I saw that Alex was touching the same bit of code in his ARMv8.2 > fp16 patch set and thought we should coordinate on this. > > > r~ > > > Richard Henderson (2): > target/arm: S

Re: [Qemu-devel] [PATCH 0/2] target/arm: split out vfp_expand_imm

2018-01-10 Thread Alex Bennée
Richard Henderson writes: > One more piece of target/arm prep work from my SVE branch. > > I saw that Alex was touching the same bit of code in his ARMv8.2 > fp16 patch set and thought we should coordinate on this. Thanks, I'll roll them into my series. > > > r~ > > > Richard Henderson (2): >

[Qemu-devel] [PATCH 0/2] target/arm: split out vfp_expand_imm

2018-01-09 Thread Richard Henderson
One more piece of target/arm prep work from my SVE branch. I saw that Alex was touching the same bit of code in his ARMv8.2 fp16 patch set and thought we should coordinate on this. r~ Richard Henderson (2): target/arm: Split out vfp_expand_imm target/arm: Add fp16 support to vfp_expand_imm