Searched refs:nir_op_umul_high (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 362 nir_op_umul_high, enumerator
|
D | nir_builder_opcodes.h | 1681 return nir_build_alu(build, nir_op_umul_high, src0, src1, NULL, NULL); in nir_umul_high()
|
D | nir_constant_expressions.c | 47455 case nir_op_umul_high: in nir_eval_const_opcode()
|
D | nir_opt_algebraic.c | 1852 nir_op_umul_high,
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alu.c | 134 case nir_op_umul_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 | 806 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/ |
D | vtn_opencl.c | 261 case OpenCLstd_UMul_hi: return nir_op_umul_high; in nir_alu_op_for_opencl_opcode()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 451 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/ |
D | midgard_compile.c | 223 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/ |
D | sfn_emitaluinstruction.cpp | 116 case nir_op_umul_high: return emit_alu_trans_op2(instr, op2_mulhi_uint); in do_emit()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1227 case nir_op_umul_high: { in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1335 case nir_op_umul_high: in nir_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 643 [nir_op_umul_high] = { TGSI_OPCODE_UMUL_HI }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1937 [TGSI_OPCODE_UMUL_HI] = nir_op_umul_high,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 913 case nir_op_umul_high: { in do_alu_action()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 2995 case nir_op_umul_high: in lower_bit_size_callback()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 1029 case nir_op_umul_high: in visit_alu()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 1741 case nir_op_umul_high: { in visit_alu_instr()
|