Searched refs:new_n (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ | ||
| H A D | nir_lower_int64.c | 556 nir_ssa_def *new_n = nir_isub(b, n, d_shift); local in function:lower_udiv64_mod64 566 n = nir_bcsel(b, cond, new_n, n); |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_lower_int64.c | 570 nir_ssa_def *new_n = nir_isub(b, n, d_shift); local in function:lower_udiv64_mod64 580 n = nir_bcsel(b, cond, new_n, n); |
Completed in 5 milliseconds