Searched refs:new_n_hi (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 526 nir_ssa_def *new_n_hi = nir_isub(b, n_hi, d_shift); local in function:lower_udiv64_mod64 537 n_hi = nir_bcsel(b, cond, new_n_hi, n_hi);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 540 nir_ssa_def *new_n_hi = nir_isub(b, n_hi, d_shift); local in function:lower_udiv64_mod64 551 n_hi = nir_bcsel(b, cond, new_n_hi, n_hi);
|
Completed in 8 milliseconds