Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_alu.c133 case nir_op_imul_high: in lower_alu_instr()
154 if (instr->op == nir_op_imul_high) { in lower_alu_instr()
192 if (instr->op == nir_op_imul_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.c805 case nir_op_imul_high: in nir_lower_int64_op_to_options_mask()
893 case nir_op_imul_high: in lower_int64_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h290 nir_op_imul_high, enumerator
Dnir_builder_opcodes.h1321 return nir_build_alu(build, nir_op_imul_high, src0, src1, NULL, NULL); in nir_imul_high()
Dnir_constant_expressions.c47239 case nir_op_imul_high: in nir_eval_const_opcode()
Dnir_opt_algebraic.c1815 nir_op_imul_high,
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c260 case OpenCLstd_SMul_hi: return nir_op_imul_high; in nir_alu_op_for_opencl_opcode()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp450 case nir_op_imul_high: in getOperation()
596 case nir_op_imul_high: in getSubOp()
2492 case nir_op_imul_high: in visit()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c224 case nir_op_imul_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.cpp115 case nir_op_imul_high: return emit_alu_trans_op2(instr, op2_mulhi_int); in do_emit()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1226 case nir_op_imul_high: in nir_emit_alu()
Dbrw_fs_nir.cpp1334 case nir_op_imul_high: in nir_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c642 [nir_op_imul_high] = { TGSI_OPCODE_IMUL_HI }, in ntt_emit_alu()
Dtgsi_to_nir.c1936 [TGSI_OPCODE_IMUL_HI] = nir_op_imul_high,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c779 case nir_op_imul_high: { in do_alu_action()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2994 case nir_op_imul_high: in lower_bit_size_callback()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1032 case nir_op_imul_high: in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1762 case nir_op_imul_high: { in visit_alu_instr()