Searched refs:vector_copy (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/amd64/
H A Dsh-mem-vec128.c9 void vector_copy ( void* dst, void* src ) function
H A Dsh-mem-vec256.c9 void vector_copy ( void* dst, void* src ) function
/external/valgrind/memcheck/tests/x86/
H A Dsh-mem-vec128.c9 void vector_copy ( void* dst, void* src ) function
/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c3 // loads/stores. Requires vector_copy() and VECTOR_BYTES to be
18 // .. is vector_copy, which should be defined before this point
187 vector_copy(&dst[0], block);
262 vector_copy(dst, src);
294 vector_copy( &buf[100], &buf[0] );
295 vector_copy( &buf[0], &buf[100] );
298 vector_copy( &buf[100], &buf[-1] ); // invalid rd
299 vector_copy( &buf[-1], &buf[100] ); // invalid wr
303 vector_copy( &buf[200], &buf[N_BYTES-VECTOR_BYTES + 0] );
304 vector_copy(
[all...]

Completed in 1203 milliseconds