Searched refs: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 | 497 nir_ssa_def *q_hi = nir_imm_zero(b, n->num_components, 32); local in function:lower_udiv64_mod64 500 nir_ssa_def *q_hi_before_if = q_hi; 527 nir_ssa_def *new_q_hi = nir_ior(b, q_hi, nir_imm_int(b, 1u << i)); 538 q_hi = nir_bcsel(b, cond, new_q_hi, q_hi); 543 q_hi = nir_if_phi(b, q_hi, q_hi_before_if); 570 *q = nir_pack_64_2x32_split(b, q_lo, q_hi);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 511 nir_ssa_def *q_hi = nir_imm_zero(b, n->num_components, 32); local in function:lower_udiv64_mod64 514 nir_ssa_def *q_hi_before_if = q_hi; 541 nir_ssa_def *new_q_hi = nir_ior(b, q_hi, nir_imm_int(b, 1u << i)); 552 q_hi = nir_bcsel(b, cond, new_q_hi, q_hi); 557 q_hi = nir_if_phi(b, q_hi, q_hi_before_if); 584 *q = nir_pack_64_2x32_split(b, q_lo, q_hi);
|
Completed in 5 milliseconds