Searched refs:vec256 (Results 1 – 5 of 5) sorted by relevance
2 typedef int vec256 __attribute__((ext_vector_type(8))); typedef4 vec256 foo(vec256 in) { in foo()5 vec256 out; in foo()
20 typedef svint64_t vec256 __attribute__((arm_sve_vector_bits(256))); typedef21 vec256 x256 = {0, 1, 2, 3};
3 ; Verify that we generate a single OR instruction for a scalar, vec128, and vec256