Searched refs:short8 (Results 1 – 4 of 4) sorted by relevance
67 typedef ALIGN(16, short) short8[8];
221 using short8 = vec8<short>; typedef
2536 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local2537 Value *packed = Nucleus::createShuffleVector(short8, short8, select); in Short4()
2026 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local2028 Value *packed = Nucleus::createShuffleVector(short8, short8, select); in Short4()