Re: [ARM] FP16 ARM Alternative format variants of AAPCS tests.

2016-09-21 Thread Matthew Wahab
On 03/08/16 12:43, Ramana Radhakrishnan wrote: On Mon, Jun 27, 2016 at 11:09 AM, Matthew Wahab wrote: Tests added for FP16 argument and return values being passed in registers only check the case when the FP16 IEEE format is used. This patch adds equivalent tests that also check the behaviour

Re: [ARM] FP16 ARM Alternative format variants of AAPCS tests.

2016-08-03 Thread Ramana Radhakrishnan
On Mon, Jun 27, 2016 at 11:09 AM, Matthew Wahab wrote: > Hello, > > Tests added for FP16 argument and return values being passed in > registers only check the case when the FP16 IEEE format is used. This > patch adds equivalent tests that also check the behaviour when the > ARM Alternative format

[ARM] FP16 ARM Alternative format variants of AAPCS tests.

2016-06-27 Thread Matthew Wahab
rom 13b0cbec24a3fdeaaf6318acb42c79bf76e3414e Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Wed, 15 Jun 2016 09:22:59 +0100 Subject: [PATCH] [ARM] FP16 ARM Alternative format variants of AAPCS tests. Tests added for FP16 argument and return values being passed in registers only check the case when the FP16 IEEE format is used. T