Home
last modified time | relevance | path

Searched refs:nir_op_umul_high (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h362 nir_op_umul_high, enumerator
Dnir_builder_opcodes.h1681 return nir_build_alu(build, nir_op_umul_high, src0, src1, NULL, NULL); in nir_umul_high()
Dnir_constant_expressions.c47455 case nir_op_umul_high: in nir_eval_const_opcode()
Dnir_opt_algebraic.c1852 nir_op_umul_high,
/external/mesa3d/src/compiler/nir/
Dnir_lower_alu.c134 case nir_op_umul_high: in lower_alu_instr()
Dnir_lower_bit_size.c75 if (op == nir_op_imul_high || op == nir_op_umul_high) { in lower_alu_instr()
Dnir_lower_int64.c806 case nir_op_umul_high: in nir_lower_int64_op_to_options_mask()
895 case nir_op_umul_high: in lower_int64_alu_instr()
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c261 case OpenCLstd_UMul_hi: return nir_op_umul_high; in nir_alu_op_for_opencl_opcode()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp451 case nir_op_umul_high: in getOperation()
597 case nir_op_umul_high: in getSubOp()
2493 case nir_op_umul_high: in visit()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c223 case nir_op_umul_high: in mdg_is_64()
845 if (instr->op == nir_op_umul_high || instr->op == nir_op_imul_high) { in emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp116 case nir_op_umul_high: return emit_alu_trans_op2(instr, op2_mulhi_uint); in do_emit()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1227 case nir_op_umul_high: { in nir_emit_alu()
Dbrw_fs_nir.cpp1335 case nir_op_umul_high: in nir_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c643 [nir_op_umul_high] = { TGSI_OPCODE_UMUL_HI }, in ntt_emit_alu()
Dtgsi_to_nir.c1937 [TGSI_OPCODE_UMUL_HI] = nir_op_umul_high,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c913 case nir_op_umul_high: { in do_alu_action()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2995 case nir_op_umul_high: in lower_bit_size_callback()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1029 case nir_op_umul_high: in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1741 case nir_op_umul_high: { in visit_alu_instr()