Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp519 case fmax16: return 0xfc00u; /* negative infinity */ in get_reduction_identity()
Daco_print_ir.cpp71 ret[fmax16] = "fmax16"; in __anon247346bc0102()
Daco_ir.h1661 fmax16, fmax32, fmax64, enumerator
Daco_lower_to_hw_instr.cpp141 case fmax16: return aco_opcode::v_max_f16; in get_reduce_opcode()
Daco_instruction_selection.cpp7815 op == fmin64 || op == fmax16 || op == fmax32 || op == fmax64 || op == fmul16 || in emit_reduction_instr()