Lines Matching full:i128
189 define void @conv_i128_to_v16i8( i128 %val, <16 x i8>* %store ) {
192 %v = bitcast i128 %val to <16 x i8>
205 %f = bitcast <16 x i8> %a to i128
206 call void @conv_i128_to_v16i8( i128 %f, <16 x i8>* %store )
210 define void @conv_i128_to_v8i16( i128 %val, <8 x i16>* %store ) {
213 %v = bitcast i128 %val to <8 x i16>
226 %f = bitcast <8 x i16> %a to i128
227 call void @conv_i128_to_v8i16( i128 %f, <8 x i16>* %store )
231 define void @conv_i128_to_v4i32( i128 %val, <4 x i32>* %store ) {
234 %v = bitcast i128 %val to <4 x i32>
247 %f = bitcast <4 x i32> %a to i128
248 call void @conv_i128_to_v4i32( i128 %f, <4 x i32>* %store )
252 define void @conv_i128_to_v4f32( i128 %val, <4 x float>* %store ) {
255 %v = bitcast i128 %val to <4 x float>
268 %f = bitcast <4 x float> %a to i128
269 call void @conv_i128_to_v4f32( i128 %f, <4 x float>* %store )