Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h140 op2_mullo_int = 143, enumerator
Dsfn_alu_defines.cpp178 {op2_mullo_int ,AluOp(2, 0, AluOp::t, AluOp::t, AluOp::t, "MULLO_INT")},
Dsfn_instr_alu.cpp1221 case nir_op_imul: return emit_alu_trans_op2_cayman(*alu, op2_mullo_int, shader); in from_nir()
1272 case nir_op_imul: return emit_alu_trans_op2_eg(*alu, op2_mullo_int, shader); in from_nir()
Dsfn_assembler.cpp1316 {op2_mullo_int, ALU_OP2_MULLO_INT},