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_lower_to_hw_instr.cpp101 case imax16: in get_reduce_opcode()
535 bool is_add_cmp = 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()
550 if (reduce_op == imin16 || reduce_op == imax16 || reduce_op == iadd16) in emit_reduction()
Daco_ir.cpp540 case imax16: return INT16_MIN; in get_reduction_identity()
Daco_print_ir.cpp57 ret[imax16] = "imax16"; in __anonaeda01fb0102()
Daco_ir.h1696 imax8, imax16, imax32, imax64, enumerator
Daco_instruction_selection.cpp8138 op == imax16 || op == imax32 || op == imax64 || op == fmin16 || op == fmin32 || in emit_reduction_instr()