Home
last modified time | relevance | path

Searched refs:nir_op_imul_high (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h168 nir_op_imul_high, enumerator
Dnir_builder_opcodes.h711 return nir_build_alu(build, nir_op_imul_high, src0, src1, NULL, NULL); in nir_imul_high()
Dnir_constant_expressions.c13614 case nir_op_imul_high: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1614 [TGSI_OPCODE_IMUL_HI] = nir_op_imul_high,
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1261 case nir_op_imul_high: in nir_emit_alu()
Dbrw_fs_nir.cpp952 case nir_op_imul_high: in nir_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2043 case nir_op_imul_high: in visit_alu()