|
From: <sv...@va...> - 2014-07-15 11:09:58
|
Author: sewardj
Date: Tue Jul 15 11:09:51 2014
New Revision: 14162
Log:
add test cases for "LD1/ST1 (multiple 1-elem structs to/from 2 regs,
post index)" (16b only)
Modified:
trunk/none/tests/arm64/integer.c
Modified: trunk/none/tests/arm64/integer.c
==============================================================================
--- trunk/none/tests/arm64/integer.c (original)
+++ trunk/none/tests/arm64/integer.c Tue Jul 15 11:09:51 2014
@@ -11427,6 +11427,14 @@
////////////////////////////////////////////////////////////////
+printf("LD1/ST1 (multiple 1-elem structs to/from 2 regs, post index)"
+ " (VERY INCOMPLETE)\n");
+
+MEM_TEST("ld1 {v17.16b, v18.16b}, [x5], #32", 3, 0)
+MEM_TEST("st1 {v17.16b, v18.16b}, [x5], #32", 7, 0)
+
+
+////////////////////////////////////////////////////////////////
printf("LD1/ST1 (multiple 1-elem structs to/from 3 regs, no offset)"
" (VERY INCOMPLETE)\n");
|