Searched refs:VmcntHi (Results 1 – 1 of 1) sorted by relevance
521 unsigned VmcntHi = ((1 << getVmcntBitWidthHi()) - 1) << getVmcntBitWidthLo(); in getVmcntBitMask() local522 return VmcntLo | VmcntHi; in getVmcntBitMask()541 unsigned VmcntHi = getBitMask(getVmcntBitShiftHi(), getVmcntBitWidthHi()); in getWaitcntBitMask() local542 return Waitcnt | VmcntHi; in getWaitcntBitMask()551 unsigned VmcntHi = in decodeVmcnt() local553 VmcntHi <<= getVmcntBitWidthLo(); in decodeVmcnt()554 return VmcntLo | VmcntHi; in decodeVmcnt()