Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/WebAssembly/
Df64.ll130 ; CHECK-LABEL: fmin64:
133 define double @fmin64(double %x) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df64.ll125 ; CHECK-LABEL: fmin64:
128 define double @fmin64(double %x) {
/external/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp120 op == fmin64 || op == fmax64 || op == umin64 || in setup_reduce_temp()
Daco_ir.cpp394 case fmin64: in get_reduction_identity()
Daco_print_ir.cpp42 [fmin64] = "fmin64",
Daco_ir.h1293 fmin16, fmin32, fmin64, enumerator
Daco_lower_to_hw_instr.cpp172 case fmin64: return aco_opcode::v_min_f64; in get_reduce_opcode()
Daco_instruction_selection.cpp7446 op == fmin16 || op == fmin32 || op == fmin64 || in emit_reduction_instr()