Home
last modified time | relevance | path

Searched refs:iadd16 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp475 case iadd16: in get_reduction_identity()
Daco_lower_to_hw_instr.cpp79 case iadd16: 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.cpp39 ret[iadd16] = "iadd16"; in __anon5bc4077a0102()
Daco_ir.h1652 iadd8, iadd16, iadd32, iadd64, enumerator
Daco_instruction_selection.cpp7828 if ((op == iadd8 || op == iadd16) && ctx->program->chip_class < GFX8) in emit_reduction_instr()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4973 - aco: Mark VCC clobbered for iadd8 and iadd16 reductions on GFX6-7.
D21.1.0.rst5405 - aco: Mark VCC clobbered for iadd8 and iadd16 reductions on GFX6-7.