Searched refs:nir_umul_high (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_idiv.c | 146 rcp = nir_iadd(bld, rcp, nir_umul_high(bld, rcp, neg_rcp_times_denom)); in emit_udiv() 150 nir_ssa_def *quotient = nir_umul_high(bld, numer, rcp); in emit_udiv()
|
D | nir_opt_idiv_const.c | 44 n = nir_umul_high(b, n, nir_imm_intN_t(b, m.multiplier, n->bit_size)); in build_udiv()
|
D | nir_builtin_builder.h | 118 nir_ssa_def *temp = nir_umul_high(b, x, y); in nir_umad_hi()
|
D | nir_lower_int64.c | 405 : nir_umul_high(b, x, y); in lower_mul_2x32_64()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 2218 : nir_umul_high(&b, srcs[0], srcs[1]); in visit()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_builder_opcodes.h | 1679 nir_umul_high(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_umul_high() function
|