Searched refs:nir_op_imul_high (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alu.c | 133 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()
|
D | nir_lower_bit_size.c | 75 if (op == nir_op_imul_high || op == nir_op_umul_high) { in lower_alu_instr()
|
D | nir_lower_int64.c | 805 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/ |
D | nir_opcodes.h | 290 nir_op_imul_high, enumerator
|
D | nir_builder_opcodes.h | 1321 return nir_build_alu(build, nir_op_imul_high, src0, src1, NULL, NULL); in nir_imul_high()
|
D | nir_constant_expressions.c | 47239 case nir_op_imul_high: in nir_eval_const_opcode()
|
D | nir_opt_algebraic.c | 1815 nir_op_imul_high,
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 260 case OpenCLstd_SMul_hi: return nir_op_imul_high; in nir_alu_op_for_opencl_opcode()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 450 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/ |
D | midgard_compile.c | 224 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/ |
D | sfn_emitaluinstruction.cpp | 115 case nir_op_imul_high: return emit_alu_trans_op2(instr, op2_mulhi_int); in do_emit()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1226 case nir_op_imul_high: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1334 case nir_op_imul_high: in nir_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 642 [nir_op_imul_high] = { TGSI_OPCODE_IMUL_HI }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1936 [TGSI_OPCODE_IMUL_HI] = nir_op_imul_high,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 779 case nir_op_imul_high: { in do_alu_action()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 2994 case nir_op_imul_high: in lower_bit_size_callback()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 1032 case nir_op_imul_high: in visit_alu()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 1762 case nir_op_imul_high: { in visit_alu_instr()
|