Home
last modified time | relevance | path

Searched refs:fmul32 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/WebAssembly/
Df32.ll36 ; CHECK-LABEL: fmul32:
39 define float @fmul32(float %x, float %y) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df32.ll37 ; CHECK-LABEL: fmul32:
40 define float @fmul32(float %x, float %y) {
/external/mesa3d/src/amd/compiler/
Daco_ir.cpp360 case fmul32: in get_reduction_identity()
Daco_print_ir.cpp22 [fmul32] = "fmul32",
Daco_ir.h1288 fmul16, fmul32, fmul64, enumerator
Daco_lower_to_hw_instr.cpp148 case fmul32: return aco_opcode::v_mul_f32; in get_reduce_opcode()