Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/WebAssembly/
Df32.ll130 ; CHECK-LABEL: fmin32:
133 define float @fmin32(float %x) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df32.ll125 ; CHECK-LABEL: fmin32:
128 define float @fmin32(float %x) {
/external/mesa3d/src/amd/compiler/
Daco_ir.cpp392 case fmin32: in get_reduction_identity()
Daco_print_ir.cpp41 [fmin32] = "fmin32",
Daco_ir.h1293 fmin16, fmin32, fmin64, enumerator
Daco_lower_to_hw_instr.cpp153 case fmin32: return aco_opcode::v_min_f32; in get_reduce_opcode()
Daco_instruction_selection.cpp7446 op == fmin16 || op == fmin32 || op == fmin64 || in emit_reduction_instr()