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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_reduce_assign.cpp129 bool gfx10_need_vtmp = op == imul8 || op == imax8 || op == imin8 || op == umin8 ||
H A Daco_ir.cpp504 case imax8: return INT8_MIN;
H A Daco_print_ir.cpp56 ret[imax8] = "imax8";
H A Daco_lower_to_hw_instr.cpp100 case imax8:
519 bool sext = reduce_op == imin8 || reduce_op == imax8;
526 if (reduce_op == imin8 || reduce_op == imax8)
H A Daco_ir.h1657 imax8, imax16, imax32, imax64, enumerator in enum:aco::ReduceOp
H A Daco_instruction_selection.cpp7809 need_sitmp |= (op == imin8 || op == imin16 || op == imin32 || op == imin64 || op == imax8 ||

Completed in 31 milliseconds