Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp2957 uint64_t sgpr_operands[4] = {0, 0, 0, 0}; in register_allocation() local
2966 sgpr_operands[reg / 64u] |= u_bit_consecutive64(reg % 64u, size); in register_allocation()
2970 if (sgpr_operands[reg / 64u] & u_bit_consecutive64(reg % 64u, size)) in register_allocation()

Completed in 5 milliseconds