Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/WebAssembly/
Df64.ll36 ; CHECK-LABEL: fmul64:
39 define double @fmul64(double %x, double %y) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df64.ll37 ; CHECK-LABEL: fmul64:
40 define double @fmul64(double %x, double %y) {
/external/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp119 bool need_vtmp = op == imul32 || op == fadd64 || op == fmul64 || in setup_reduce_temp()
Daco_ir.cpp362 case fmul64: in get_reduction_identity()
Daco_print_ir.cpp23 [fmul64] = "fmul64",
Daco_ir.h1288 fmul16, fmul32, fmul64, enumerator
Daco_lower_to_hw_instr.cpp167 case fmul64: return aco_opcode::v_mul_f64; in get_reduce_opcode()
Daco_instruction_selection.cpp7448 op == fmul16 || op == fmul64); in emit_reduction_instr()