Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/WebAssembly/
Df64.ll139 ; CHECK-LABEL: fmax64:
142 define double @fmax64(double %x) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df64.ll134 ; CHECK-LABEL: fmax64:
137 define double @fmax64(double %x) {
/external/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp120 op == fmin64 || op == fmax64 || op == umin64 || in setup_reduce_temp()
Daco_ir.cpp400 case fmax64: in get_reduction_identity()
Daco_print_ir.cpp45 [fmax64] = "fmax64",
Daco_ir.h1294 fmax16, fmax32, fmax64, enumerator
Daco_lower_to_hw_instr.cpp173 case fmax64: return aco_opcode::v_max_f64; in get_reduce_opcode()
Daco_instruction_selection.cpp7447 op == fmax16 || op == fmax32 || op == fmax64 || in emit_reduction_instr()