Searched refs:SPLAT (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/include/
H A Dqemu-common.h474 #define SPLAT(p) vec_splat(vec_ld(0, p), 0) macro
482 #define SPLAT(p) _mm_set1_epi8(*(p)) macro
486 #define SPLAT(p) (*(p) * (~0UL / 255)) macro

Completed in 62 milliseconds