Searched refs:short8 (Results 1 – 7 of 7) sorted by relevance
29 typedef short short8 __attribute__((ext_vector_type(8)));35 short8 d;43 … expected-warning {{encoding of 'struct foo' type is incomplete because 'short8' (vector of 8 'sho…
8 typedef __attribute__(( ext_vector_type(8) )) short short8; typedef20 short8 ish8; in test()98 short8 vs = 0; in splats()
38 typedef short __attribute__((vector_size(16))) short8; typedef41 extern short8 test3_helper(void); in test3()
91 typedef short short8 __attribute__((ext_vector_type(8))); typedef3358 char8 __ovld __cnfn convert_char8_rte(short8);3359 char8 __ovld __cnfn convert_char8_sat_rte(short8);3360 char8 __ovld __cnfn convert_char8_rtz(short8);3361 char8 __ovld __cnfn convert_char8_sat_rtz(short8);3362 char8 __ovld __cnfn convert_char8_rtp(short8);3363 char8 __ovld __cnfn convert_char8_sat_rtp(short8);3364 char8 __ovld __cnfn convert_char8_rtn(short8);3365 char8 __ovld __cnfn convert_char8_sat_rtn(short8);3366 char8 __ovld __cnfn convert_char8(short8);[all …]
221 using short8 = vec8<short>; typedef
2489 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local2490 Value *packed = Nucleus::createShuffleVector(short8, short8, select); in Short4()
1989 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local1991 Value *packed = Nucleus::createShuffleVector(short8, short8, select); in Short4()