Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2266 uint64_t sgpr_operands[4] = {0, 0, 0, 0}; in register_allocation() local
2272 sgpr_operands[reg / 64u] |= u_bit_consecutive64(reg % 64u, size); in register_allocation()
2276 if (sgpr_operands[reg / 64u] & u_bit_consecutive64(reg % 64u, size)) in register_allocation()