Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp127 op == fmax64 || op == umin64 || op == umax64 || op == imin64 || in setup_reduce_temp()
Daco_ir.cpp556 case fmax64: return idx ? 0xfff00000u : 0u; /* negative infinity */ in get_reduction_identity()
Daco_print_ir.cpp73 ret[fmax64] = "fmax64"; in __anonaeda01fb0102()
Daco_ir.h1700 fmax16, fmax32, fmax64, enumerator
Daco_lower_to_hw_instr.cpp170 case fmax64: return aco_opcode::v_max_f64; in get_reduce_opcode()
Daco_instruction_selection.cpp8139 op == fmin64 || op == fmax16 || op == fmax32 || op == fmax64 || op == fmul16 || in emit_reduction_instr()