Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp555 case fmax32: return 0xff800000u; /* negative infinity */ in get_reduction_identity()
Daco_print_ir.cpp72 ret[fmax32] = "fmax32"; in __anonaeda01fb0102()
Daco_ir.h1700 fmax16, fmax32, fmax64, enumerator
Daco_lower_to_hw_instr.cpp151 case fmax32: return aco_opcode::v_max_f32; in get_reduce_opcode()
Daco_instruction_selection.cpp8139 op == fmin64 || op == fmax16 || op == fmax32 || op == fmax64 || op == fmul16 || in emit_reduction_instr()