Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp1097 static bool emit_alu_op2_64bit(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, bool switch…
1189 case nir_op_fadd: return emit_alu_op2_64bit(*alu, op2_add_64, shader, false); in from_nir()
1190 case nir_op_fmul: return emit_alu_op2_64bit(*alu, op2_mul_64, shader, false); in from_nir()
1191 case nir_op_fmax: return emit_alu_op2_64bit(*alu, op2_max_64, shader, false); in from_nir()
1192 case nir_op_fmin: return emit_alu_op2_64bit(*alu, op2_min_64, shader, false); in from_nir()
1520 static bool emit_alu_op2_64bit(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, bool switch… in emit_alu_op2_64bit() function