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.h138 op2_mullo_int = 143, enumerator
Dsfn_alu_defines.cpp178 {op2_mullo_int ,AluOp(2, 0, AluOp::t,"MULLO_INT")},
Dsfn_emitaluinstruction.cpp172 case nir_op_imul: return emit_alu_trans_op2(instr, op2_mullo_int); in do_emit()
Dsfn_ir_to_assembly.cpp1328 {op2_mullo_int, ALU_OP2_MULLO_INT},