Home
last modified time | relevance | path

Searched refs:op2_mulhi_uint (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h143 op2_mulhi_uint = 146, enumerator
Dsfn_alu_defines.cpp181 {op2_mulhi_uint ,AluOp(2, 0, AluOp::t, AluOp::t, AluOp::t, "MULHI_UINT")},
Dsfn_instr_alu.cpp1223 case nir_op_umul_high: return emit_alu_trans_op2_cayman(*alu, op2_mulhi_uint, shader); in from_nir()
1274 case nir_op_umul_high: return emit_alu_trans_op2_eg(*alu, op2_mulhi_uint, shader); in from_nir()
Dsfn_assembler.cpp1319 {op2_mulhi_uint, ALU_OP2_MULHI_UINT},