Re: [PATCH 5/17][ARM] Enable HI mode moves for floating point values.

2016-09-26 Thread Matthew Wahab
On 26/09/16 14:15, Christophe Lyon wrote: Hi, Sorry for the delay, I've been travelling. On 27 July 2016 at 15:57, Ramana Radhakrishnan wrote: On Tue, May 17, 2016 at 3:29 PM, Matthew Wahab wrote: The handling of 16-bit integer data-movement in the ARM backend doesn't make full use of the V

Re: [PATCH 5/17][ARM] Enable HI mode moves for floating point values.

2016-09-26 Thread Christophe Lyon
Hi, Sorry for the delay, I've been travelling. On 27 July 2016 at 15:57, Ramana Radhakrishnan wrote: > On Tue, May 17, 2016 at 3:29 PM, Matthew Wahab > wrote: >> The handling of 16-bit integer data-movement in the ARM backend doesn't >> make full use of the VFP instructions when they are availa

Re: [PATCH 5/17][ARM] Enable HI mode moves for floating point values.

2016-07-27 Thread Ramana Radhakrishnan
On Tue, May 17, 2016 at 3:29 PM, Matthew Wahab wrote: > The handling of 16-bit integer data-movement in the ARM backend doesn't > make full use of the VFP instructions when they are available, even when > the values are for use in VFP operations. > > This patch adds support for using the VFP instr

[PATCH 5/17][ARM] Enable HI mode moves for floating point values.

2016-05-17 Thread Matthew Wahab
t/arm/short-vfp-1.c: New. >From 0b8bc5f2966924c523d6fd75cf73dd01341914e2 Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Thu, 7 Apr 2016 13:33:04 +0100 Subject: [PATCH 05/17] [PATCH 5/17][ARM] Enable HI mode moves for floating point values. 2016-05-17 Jiong Wang Matthew Wahab * co