Home
last modified time | relevance | path

Searched refs:imin16 (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.cpp111 case imin16: 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.cpp536 case imin16: return INT16_MAX; in get_reduction_identity()
Daco_print_ir.cpp53 ret[imin16] = "imin16"; in __anonaeda01fb0102()
Daco_ir.h1695 imin8, imin16, imin32, imin64, enumerator
Daco_instruction_selection.cpp8137 need_sitmp |= (op == imin8 || op == imin16 || op == imin32 || op == imin64 || op == imax8 || in emit_reduction_instr()