Searched refs:_nir_mul_imm (Results 1 – 2 of 2) sorted by relevance
866 _nir_mul_imm(nir_builder *build, nir_ssa_def *x, uint64_t y, bool amul) in _nir_mul_imm() function888 return _nir_mul_imm(build, x, y, false); in nir_imul_imm()894 return _nir_mul_imm(build, x, y, true); in nir_amul_imm()
3522 - nir: don't emit ishl in \_nir_mul_imm() if backend doesn't support