Searched refs:INVALID_REG_NUM (Results 1 – 1 of 1) sorted by relevance
217 const auto INVALID_REG_NUM = 1U << MaxRegEncodingWidth(); in IsValidToEmit() local219 if (reg >= INVALID_REG_NUM) { in IsValidToEmit()