Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h64 op2_mul_64 = 27, enumerator
Dsfn_alu_defines.cpp127 {op2_mul_64 ,AluOp(2, 1, AluOp::a, AluOp::a, AluOp::a, "MUL_64")},
Dsfn_instr_alu.cpp1190 case nir_op_fmul: return emit_alu_op2_64bit(*alu, op2_mul_64, shader, false); in from_nir()
1531 int num_emit0 = opcode == op2_mul_64 ? 3 : 1; in emit_alu_op2_64bit()
Dsfn_assembler.cpp1239 {op2_mul_64, ALU_OP2_MUL_64},