Searched refs:vect_struct (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c110 struct test_vec_struct vect_struct; local
112 vect_struct.vshort1 = (vector signed short){1, 2, 3, 4, 5, 6, 7, 8};
113 vect_struct.vshort2 = (vector signed short){11, 12, 13, 14, 15, 16, 17, 18};
114 vect_struct.vshort3 = (vector signed short){21, 22, 23, 24, 25, 26, 27, 28};
115 vect_struct.vshort4 = (vector signed short){31, 32, 33, 34, 35, 36, 37, 38};
136 struct_of_vector_func (vect_struct);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c110 struct test_vec_struct vect_struct; local
112 vect_struct.vshort1 = (vector signed short){1, 2, 3, 4, 5, 6, 7, 8};
113 vect_struct.vshort2 = (vector signed short){11, 12, 13, 14, 15, 16, 17, 18};
114 vect_struct.vshort3 = (vector signed short){21, 22, 23, 24, 25, 26, 27, 28};
115 vect_struct.vshort4 = (vector signed short){31, 32, 33, 34, 35, 36, 37, 38};
136 struct_of_vector_func (vect_struct);

Completed in 260 milliseconds