Searched refs:V4x16 (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 4130 typedef U2 V4x16 __attribute__((__vector_size__(8))); typedef 4239 V4x16 a = {Poisoned<U2>(0, 0xFF00), Poisoned<U2>(0, 0xF000U), U1_max + 100, in TEST() 4241 V4x16 b = {Poisoned<U2>(0, 0xFF), U1_max - 1, Poisoned<U2>(0, 0xF), U1_max}; in TEST() 4272 V4x16 a = {Poisoned<U2>(), 1, 2, 3}; in TEST() 4273 V4x16 b = {100, 101, 102, 103}; in TEST()
|