Searched refs:VAddrWords (Results 1 – 1 of 1) sorted by relevance
5176 unsigned VAddrWords; in verifyInstruction() local5178 VAddrWords = RsrcIdx - VAddr0Idx; in verifyInstruction()5182 VAddrWords += getOpSize(MI, LastVAddrIdx) / 4 - 1; in verifyInstruction()5185 VAddrWords = getOpSize(MI, VAddr0Idx) / 4; in verifyInstruction()5190 if (VAddrWords != AddrWords) { in verifyInstruction()5192 << " but got " << VAddrWords << "\n"); in verifyInstruction()