Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp126 bool need_vtmp = op == imul32 || op == fadd64 || op == fmul64 || op == fmin64 || in setup_reduce_temp()
Daco_ir.cpp499 case fmul64: return idx ? 0x3ff00000u : 0u; /* 1.0 */ in get_reduction_identity()
Daco_print_ir.cpp51 ret[fmul64] = "fmul64"; in __anon247346bc0102()
Daco_ir.h1655 fmul16, fmul32, fmul64, enumerator
Daco_lower_to_hw_instr.cpp164 case fmul64: return aco_opcode::v_mul_f64; in get_reduce_opcode()
Daco_instruction_selection.cpp7816 op == fmul64); in emit_reduction_instr()