aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vcagt.c
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2016-10-10 17:38:17 +0200
committerVictor Khimenko <khim@google.com>2016-10-10 19:29:09 +0200
commit2481784ced1961fde6c6605f31fa1134cfdd3e5f (patch)
tree55ed738873e970ac1f115e87fb151fb50399f300 /ref_vcagt.c
parent230c1021ca6cef9677c4e8c87a92016048183b6f (diff)
parentd98beba6c8fa7b38fb62cb799c9c7de355937cf3 (diff)
downloadplatform_external_arm-neon-tests-2481784ced1961fde6c6605f31fa1134cfdd3e5f.tar.gz
platform_external_arm-neon-tests-2481784ced1961fde6c6605f31fa1134cfdd3e5f.tar.bz2
platform_external_arm-neon-tests-2481784ced1961fde6c6605f31fa1134cfdd3e5f.zip
Initial import of upstream sources
BUG=30471686 Change-Id: I1270bfb2ee8f7f43683104e92f131dd42222ffd9
Diffstat (limited to 'ref_vcagt.c')
-rw-r--r--ref_vcagt.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/ref_vcagt.c b/ref_vcagt.c
new file mode 100644
index 0000000..edb6fa0
--- /dev/null
+++ b/ref_vcagt.c
@@ -0,0 +1,29 @@
+/*
+
+Copyright (c) 2009, 2010, 2011 STMicroelectronics
+Written by Christophe Lyon
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+*/
+
+#define INSN_NAME vcagt
+#define TEST_MSG "VCAGT/VCAGTQ"
+
+#include "ref_v_comp_f_op.c"