Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp129 bool gfx10_need_vtmp = op == imul8 || op == imax8 || op == imin8 || op == umin8 || in setup_reduce_temp()
Daco_ir.cpp539 case imax8: return INT8_MIN; in get_reduction_identity()
Daco_print_ir.cpp56 ret[imax8] = "imax8"; in __anonaeda01fb0102()
Daco_lower_to_hw_instr.cpp100 case imax8: in get_reduce_opcode()
519 bool sext = reduce_op == imin8 || reduce_op == imax8; in emit_reduction()
526 if (reduce_op == imin8 || reduce_op == imax8) in emit_reduction()
Daco_ir.h1696 imax8, imax16, imax32, imax64, enumerator
Daco_instruction_selection.cpp8137 need_sitmp |= (op == imin8 || op == imin16 || op == imin32 || op == imin64 || op == imax8 || in emit_reduction_instr()