Searched refs:hi_count (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_lower_int64.c | 681 nir_ssa_def *hi_count = nir_ufind_msb(b, x_hi); local in function:lower_ufind_msb64 683 nir_ssa_def *hi_res = nir_iadd(b, nir_imm_intN_t(b, 32, 32), hi_count); 791 nir_ssa_def *hi_count = nir_bit_count(b, x_hi); local in function:lower_bit_count64 792 return nir_iadd(b, lo_count, hi_count); |
Completed in 3 milliseconds