search for: uint2float

Displaying 1 result from an estimated 1 matches for "uint2float".

Did you mean: int2float
2012 Jan 02
0
[LLVMdev] Transforming wide integer computations back to vector computations
...%ptr190 to <4 x i8>* store <4 x i8> %float2uint, <4 x i8>* %ptrcast, align 2 %ptr194 = getelementptr [8 x i8]* %tmpcast, i64 0, i64 1 %ptr_cast_for_load203 = bitcast i8* %ptr194 to <4 x i8>* %masked_load195204 = load <4 x i8>* %ptr_cast_for_load203, align 1 %uint2float = uitofp <4 x i8> %masked_load195204 to <4 x float> %value2int = bitcast <4 x float> %uint2float to <4 x i32> %ptrcast200 = bitcast float* %RET to <4 x i32>* store <4 x i32> %value2int, <4 x i32>* %ptrcast200, align 4 ret void } > Ciao, Duncan....