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

/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3556 typedef U4 V4x32 __attribute__((__vector_size__(16))); typedef in namespace:__anon19615
3625 V4x32 shift_avx2_left(V4x32 x, V4x32 y) {
3629 // V4x32 shift_avx2_left(V4x32 x, V4x32 y) {
3631 V4x32 v = {Poisoned<U2>(0, 3), Poisoned<U2>(0, 7), 2, 3};
3632 V4x32 s = {2, Poisoned<U4>(), 3, Poisoned<U4>()};
3633 V4x32
[all...]

Completed in 100 milliseconds