Searched refs:VmcntHi (Results 1 – 1 of 1) sorted by relevance
610 unsigned VmcntHi = ((1 << getVmcntBitWidthHi()) - 1) << getVmcntBitWidthLo(); in getVmcntBitMask() local611 return VmcntLo | VmcntHi; in getVmcntBitMask()631 unsigned VmcntHi = getBitMask(getVmcntBitShiftHi(), getVmcntBitWidthHi()); in getWaitcntBitMask() local632 return Waitcnt | VmcntHi; in getWaitcntBitMask()641 unsigned VmcntHi = in decodeVmcnt() local643 VmcntHi <<= getVmcntBitWidthLo(); in decodeVmcnt()644 return VmcntLo | VmcntHi; in decodeVmcnt()