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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_int64.c484 lower_udiv64_mod64(nir_builder *b, nir_ssa_def *n, nir_ssa_def *d, function in typeref:typename:void
578 lower_udiv64_mod64(b, n, d, &q, &r);
591 lower_udiv64_mod64(b, nir_iabs(b, n), nir_iabs(b, d), &q, &r);
599 lower_udiv64_mod64(b, n, d, &q, &r);
612 lower_udiv64_mod64(b, nir_iabs(b, n), nir_iabs(b, d), &q, &r);
628 lower_udiv64_mod64(b, nir_iabs(b, n), nir_iabs(b, d), &q, &r);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int64.c498 lower_udiv64_mod64(nir_builder *b, nir_ssa_def *n, nir_ssa_def *d, function in typeref:typename:void
592 lower_udiv64_mod64(b, n, d, &q, &r);
605 lower_udiv64_mod64(b, nir_iabs(b, n), nir_iabs(b, d), &q, &r);
613 lower_udiv64_mod64(b, n, d, &q, &r);
626 lower_udiv64_mod64(b, nir_iabs(b, n), nir_iabs(b, d), &q, &r);
642 lower_udiv64_mod64(b, nir_iabs(b, n), nir_iabs(b, d), &q, &r);

Completed in 6 milliseconds