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

/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3561 typedef U2 V4x16 __attribute__((__vector_size__(8))); typedef in namespace:__anon19615
3671 V4x16 a = {Poisoned<U2>(0, 0xFF00), Poisoned<U2>(0, 0xF000U), U1_max + 100,
3673 V4x16 b = {Poisoned<U2>(0, 0xFF), U1_max - 1, Poisoned<U2>(0, 0xF), U1_max};
3704 V4x16 a = {Poisoned<U2>(), 1, 2, 3};
3705 V4x16 b = {100, 101, 102, 103};

Completed in 683 milliseconds