Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp121 op == umax64 || op == imin64 || op == imax64 || in setup_reduce_temp()
Daco_ir.cpp378 case imax64: in get_reduction_identity()
Daco_lower_to_hw_instr.cpp169 case imax64: return aco_opcode::num_opcodes; in get_reduce_opcode()
240 } else if (op == umin64 || op == umax64 || op == imin64 || op == imax64) { in emit_int64_dpp_op()
252 case imax64: in emit_int64_dpp_op()
319 (op == imul64 || op == umin64 || op == umax64 || op == imin64 || op == imax64)) { in emit_int64_op()
349 } else if (op == umin64 || op == umax64 || op == imin64 || op == imax64) { in emit_int64_op()
361 case imax64: in emit_int64_op()
Daco_print_ir.cpp31 [imax64] = "imax64",
Daco_ir.h1290 imax8, imax16, imax32, imax64, enumerator
Daco_instruction_selection.cpp7445 op == imax8 || op == imax16 || op == imax32 || op == imax64 || in emit_reduction_instr()
7460 if (op == iadd64 || op == umin64 || op == umax64 || op == imin64 || op == imax64) in emit_reduction_instr()