Searched refs:need_high_div (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_int64.c507 nir_ssa_def *need_high_div = local in function:lower_udiv64_mod64
509 nir_push_if(b, nir_bany(b, need_high_div));
515 need_high_div = nir_imm_true(b);
528 nir_ssa_def *cond = nir_iand(b, need_high_div,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int64.c521 nir_ssa_def *need_high_div = local in function:lower_udiv64_mod64
523 nir_push_if(b, nir_bany(b, need_high_div));
529 need_high_div = nir_imm_true(b);
542 nir_ssa_def *cond = nir_iand(b, need_high_div,

Completed in 5 milliseconds