Home
last modified time | relevance | path

Searched refs:smallexpmask (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c290 LLVMValueRef smallexpmask, i32_floatexpmask, magic; in lp_build_smallfloat_to_float() local
314 smallexpmask = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
346 smallexpmask = LLVMBuildBitCast(builder, smallexpmask, f32_bld.vec_type, ""); in lp_build_smallfloat_to_float()
347 wasinfnan = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GEQUAL, srcabs, smallexpmask); in lp_build_smallfloat_to_float()
361 wasinfnan = lp_build_cmp(&i32_bld, PIPE_FUNC_GEQUAL, srcabs, smallexpmask); in lp_build_smallfloat_to_float()