Searched refs:reverse_count (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_int64.c | 191 nir_ssa_def *reverse_count = nir_iabs(b, nir_iadd(b, y, nir_imm_int(b, -32))); in lower_ishl64() local 194 nir_ssa_def *lo_shifted_hi = nir_ushr(b, x_lo, reverse_count); in lower_ishl64() 201 nir_ishl(b, x_lo, reverse_count)); in lower_ishl64() 235 nir_ssa_def *reverse_count = nir_iabs(b, nir_iadd(b, y, nir_imm_int(b, -32))); in lower_ishr64() local 238 nir_ssa_def *hi_shifted_lo = nir_ishl(b, x_hi, reverse_count); in lower_ishr64() 244 nir_pack_64_2x32_split(b, nir_ishr(b, x_hi, reverse_count), in lower_ishr64() 278 nir_ssa_def *reverse_count = nir_iabs(b, nir_iadd(b, y, nir_imm_int(b, -32))); in lower_ushr64() local 281 nir_ssa_def *hi_shifted_lo = nir_ishl(b, x_hi, reverse_count); in lower_ushr64() 287 nir_pack_64_2x32_split(b, nir_ushr(b, x_hi, reverse_count), in lower_ushr64()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 1619 int reverse_count = li_estimate(~j.immediate(), temps.hasAvailable()); in li() local 1620 if (FLAG_riscv_constant_pool && count >= 4 && reverse_count >= 4) { in li() 1627 if ((count - reverse_count) > 1) { in li()
|
Completed in 11 milliseconds