Searched refs:cast64 (Results 1 – 2 of 2) sorted by relevance
911 SI F cast64(U64 v) { return (F)v; } in cast64() function917 SI F cast64(U64 v) { return __builtin_convertvector( v, F); } in cast64() function1214 *r = cast64((_16161616 ) & 0xffff) * (1/65535.0f); in from_16161616()1215 *g = cast64((_16161616 >> 16) & 0xffff) * (1/65535.0f); in from_16161616()1216 *b = cast64((_16161616 >> 32) & 0xffff) * (1/65535.0f); in from_16161616()1217 *a = cast64((_16161616 >> 48) & 0xffff) * (1/65535.0f); in from_16161616()
1809 %a48.cast64 = bitcast i48* %a48 to i64*1810 store i64 %v, i64* %a48.cast64