Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp130 op == imul16 || op == imax16 || op == imin16 || op == umin16 || in setup_reduce_temp()
Daco_ir.cpp505 case imax16: return INT16_MIN; in get_reduction_identity()
Daco_lower_to_hw_instr.cpp101 case imax16: in get_reduce_opcode()
536 (reduce_op == iadd16 || reduce_op == imax16 || reduce_op == imin16 || in emit_reduction()
542 bool sext = reduce_op == imin16 || reduce_op == imax16 || reduce_op == iadd16; in emit_reduction()
549 if (reduce_op == imin16 || reduce_op == imax16 || reduce_op == iadd16) in emit_reduction()
Daco_print_ir.cpp57 ret[imax16] = "imax16"; in __anon5bc4077a0102()
Daco_ir.h1657 imax8, imax16, imax32, imax64, enumerator
Daco_instruction_selection.cpp7814 op == imax16 || op == imax32 || op == imax64 || op == fmin16 || op == fmin32 || in emit_reduction_instr()