[llvm-commits] [test-suite] r114605 - /test-suite/trunk/SingleSource/UnitTests/Vector/NEON/simple.reference_output

Daniel Dunbar daniel at zuster.org
Wed Sep 22 16:03:28 PDT 2010


Author: ddunbar
Date: Wed Sep 22 18:03:28 2010
New Revision: 114605

URL: http://llvm.org/viewvc/llvm-project?rev=114605&view=rev
Log:
Add reference output.

Added:
    test-suite/trunk/SingleSource/UnitTests/Vector/NEON/simple.reference_output

Added: test-suite/trunk/SingleSource/UnitTests/Vector/NEON/simple.reference_output
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vector/NEON/simple.reference_output?rev=114605&view=auto
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Vector/NEON/simple.reference_output (added)
+++ test-suite/trunk/SingleSource/UnitTests/Vector/NEON/simple.reference_output Wed Sep 22 18:03:28 2010
@@ -0,0 +1,24 @@
+test_basic
+a0_0: (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)
+a0_1: (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)
+a0_2: (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)
+a1_0: (1, 1, 1, 1, 1, 1, 1, 1)
+a1_1: (0, 1, 2, 3, 4, 5, 6, 7)
+a1_2: (1, 2, 3, 4, 5, 6, 7, 8)
+a2_0: (1, 1, 1, 1)
+a2_1: (0, 1, 2, 3)
+a2_2: (1, 2, 3, 4)
+test_zip
+a0_2.val[0]: (0, 15, 1, 14, 2, 13, 3, 12, 4, 11, 5, 10, 6, 9, 7, 8)
+a0_2.val[1]: (0, 15, 1, 14, 2, 13, 3, 12, 4, 11, 5, 10, 6, 9, 7, 8)
+a0_3.val[0]: (0, 1, 2, 3, 4, 5, 6, 7, 0, 1, 2, 3, 4, 5, 6, 7)
+a0_3.val[1]: (15, 14, 13, 12, 11, 10, 9, 8, 15, 14, 13, 12, 11, 10, 9, 8)
+a1_2.val[0]: (0, 7, 1, 6, 2, 5, 3, 4)
+a1_2.val[1]: (0, 7, 1, 6, 2, 5, 3, 4)
+a1_3.val[0]: (0, 1, 2, 3, 0, 1, 2, 3)
+a1_3.val[1]: (7, 6, 5, 4, 7, 6, 5, 4)
+a2_2.val[0]: (0, 3, 1, 2)
+a2_2.val[1]: (0, 3, 1, 2)
+a2_3.val[0]: (0, 1, 0, 1)
+a2_3.val[1]: (3, 2, 3, 2)
+exit 0





More information about the llvm-commits mailing list