Home | History | Annotate | Download | only in ARM

Lines Matching refs:pA

55 static uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) {
56 return (pA & ~pMask) | (pB & pMask);