Searched refs:IntMask (Results 1 – 3 of 3) sorted by relevance
146 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1), enumerator149 ShiftedIntMask = (uintptr_t)(IntMask << IntShift)158 return (Value >> IntShift) & IntMask; in getInt()172 assert((IntWord & ~IntMask) == 0 && "Integer too large for field"); in updateInt()
640 unsigned int IntMask, ChanStatus; in rp_handle_port() local647 IntMask = sGetChanIntID(cp); in rp_handle_port()648 IntMask = IntMask & rp->rp_intmask; in rp_handle_port()650 if(IntMask & RXF_TRIG) in rp_handle_port()652 if(IntMask & DELTA_CD) { in rp_handle_port()809 unsigned int IntMask, ChanStatus; in rpopen() local847 IntMask = sGetChanIntID(&rp->rp_channel); in rpopen()848 IntMask = IntMask & rp->rp_intmask; in rpopen()
2077 Value *CreateShuffleVector(Value *V1, Value *V2, ArrayRef<uint32_t> IntMask,2079 Value *Mask = ConstantDataVector::get(Context, IntMask);