Searched refs:cvt0 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | sitofp.ll | 49 %cvt0 = sitofp i64 %ld0 to double 51 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 97 %cvt0 = sitofp i64 %ld0 to double 101 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 177 %cvt0 = sitofp i64 %ld0 to double 185 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 208 %cvt0 = sitofp i32 %ld0 to double 210 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 241 %cvt0 = sitofp i32 %ld0 to double 245 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… [all …]
|
D | uitofp.ll | 49 %cvt0 = uitofp i64 %ld0 to double 51 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 97 %cvt0 = uitofp i64 %ld0 to double 101 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 177 %cvt0 = uitofp i64 %ld0 to double 185 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 223 %cvt0 = uitofp i32 %ld0 to double 225 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 256 %cvt0 = uitofp i32 %ld0 to double 260 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… [all …]
|
D | fptosi.ll | 90 %cvt0 = fptosi double %a0 to i64 98 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 133 %cvt0 = fptosi double %a0 to i32 141 …store i32 %cvt0, i32* getelementptr inbounds ([16 x i32], [16 x i32]* @dst32, i32 0, i64 0), align… 194 %cvt0 = fptosi double %a0 to i16 202 …store i16 %cvt0, i16* getelementptr inbounds ([32 x i16], [32 x i16]* @dst16, i32 0, i64 0), align… 249 %cvt0 = fptosi double %a0 to i8 257 store i8 %cvt0, i8* getelementptr inbounds ([64 x i8], [64 x i8]* @dst8, i32 0, i64 0), align 1 341 %cvt0 = fptosi float %a0 to i64 349 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 [all …]
|
D | fptoui.ll | 90 %cvt0 = fptoui double %a0 to i64 98 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 178 %cvt0 = fptoui double %a0 to i32 186 …store i32 %cvt0, i32* getelementptr inbounds ([16 x i32], [16 x i32]* @dst32, i32 0, i64 0), align… 266 %cvt0 = fptoui double %a0 to i16 274 …store i16 %cvt0, i16* getelementptr inbounds ([32 x i16], [32 x i16]* @dst16, i32 0, i64 0), align… 321 %cvt0 = fptoui double %a0 to i8 329 store i8 %cvt0, i8* getelementptr inbounds ([64 x i8], [64 x i8]* @dst8, i32 0, i64 0), align 1 413 %cvt0 = fptoui float %a0 to i64 421 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 262 simd16scalari cvt0 = _simd16_cvtepu8_epi32(src0); in Transpose_16() local 271 simd16scalari dst = _simd16_or_si(_simd16_or_si(cvt0, shl1), _simd16_or_si(shl2, shl3)); in Transpose_16() 323 simdscalari cvt0 = _simd_cvtepu8_epi16(src0); in Transpose_16() local 328 simdscalari dst = _simd_or_si(cvt0, shl1); in Transpose_16()
|