Home
last modified time | relevance | path

Searched refs:fmul16 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp497 case fmul16: return 0x3c00u; /* 1.0 */ in get_reduction_identity()
Daco_print_ir.cpp49 ret[fmul16] = "fmul16"; in __anon5bc4077a0102()
Daco_ir.h1655 fmul16, fmul32, fmul64, enumerator
Daco_lower_to_hw_instr.cpp99 case fmul16: return aco_opcode::v_mul_f16; in get_reduce_opcode()
Daco_instruction_selection.cpp7815 op == fmin64 || op == fmax16 || op == fmax32 || op == fmax64 || op == fmul16 || in emit_reduction_instr()