Searched refs:new_q_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 | 527 nir_ssa_def *new_q_hi = nir_ior(b, q_hi, nir_imm_int(b, 1u << i)); local in function:lower_udiv64_mod64 538 q_hi = nir_bcsel(b, cond, new_q_hi, q_hi);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 541 nir_ssa_def *new_q_hi = nir_ior(b, q_hi, nir_imm_int(b, 1u << i)); local in function:lower_udiv64_mod64 552 q_hi = nir_bcsel(b, cond, new_q_hi, q_hi);
|
Completed in 5 milliseconds