aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqmovn.c
Commit message (Collapse)AuthorAgeFilesLines
* __set_neon_cumulative_sat() modifies the contents on the QC flag, andChristophe Lyon2015-01-201-1/+1
| | | | | | | | | | | | | some intrinsics do so too: this patch adds the explicit dependency on the asm statement, to avoid code reordering or removal. When writing QC, the asm statement now has a fake input dependency, which is the output of the intrinsic being tested. Modifying the __set_neon_cumulative_sat macro is necessary, to be able to accept all the possible input types. Update the generic code in ref_v_binary_sat_op.c and ref_v_unary_sat_op.c accordingly, as well as all the tests involving QC.
* Rename helper macros:Christophe Lyon2014-12-161-12/+12
| | | | | TEST_VLOAD into VLOAD TEST_VDUP into VDUP
* Enable build for aarch64.Christophe Lyon2014-07-101-1/+1
|
* Renamed Neon overflow to Neon cumulative saturation, since it's the real name.Christophe Lyon2014-06-031-11/+12
|
* Add new output file, to make conversion to GCC dejagnu testsuite easier.Christophe Lyon2014-05-161-1/+2
|
* Update copyright years.Christophe Lyon2013-03-291-1/+1
|
* Add accessor functions for Neon_Overflow, such that its value can beChristophe Lyon2012-05-111-1/+1
| | | | read/changed when compiling with GCC/ARM too.
* [CL] re-insert support for non-ARM compiler, through STM wrappersChristophe Lyon2011-07-191-1/+1
|
* First public release of the ARM/Neon tests.Christophe Lyon2011-01-241-0/+112