Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df64.ll18 ; CHECK-LABEL: fadd64:
19 ; CHECK-NEXT: .functype fadd64 (f64, f64) -> (f64){{$}}
24 define double @fadd64(double %x, double %y) {
/external/llvm/test/CodeGen/WebAssembly/
Df64.ll18 ; CHECK-LABEL: fadd64:
23 define double @fadd64(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.cpp339 case fadd64: in get_reduction_identity()
Daco_print_ir.cpp20 [fadd64] = "fadd64",
Daco_ir.h1287 fadd16, fadd32, fadd64, enumerator
Daco_lower_to_hw_instr.cpp166 case fadd64: return aco_opcode::v_add_f64; in get_reduce_opcode()