Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp304 RegClass src0_rc = src0_reg.reg() >= 256 ? v1 : s1; in emit_int64_op() local
305 Operand src0[] = {Operand(src0_reg, src0_rc), Operand(PhysReg{src0_reg + 1}, src0_rc)}; in emit_int64_op()
310 if (src0_rc == s1 && in emit_int64_op()
319 } else if (src0_rc == s1 && op == iadd64) { in emit_int64_op()

Completed in 5 milliseconds