Searched refs:LHSUsedLanes (Results 1 – 1 of 1) sorted by relevance
6503 uint32_t LHSUsedLanes = ~(LHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performAndCombine() local6507 if (!(LHSUsedLanes & RHSUsedLanes) && in performAndCombine()6510 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performAndCombine()6525 uint32_t Sel = Mask | (LHSUsedLanes & 0x04040404); in performAndCombine()6600 uint32_t LHSUsedLanes = ~(LHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performOrCombine() local6604 if (!(LHSUsedLanes & RHSUsedLanes) && in performOrCombine()6607 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performOrCombine()6610 RHSMask &= ~LHSUsedLanes; in performOrCombine()6612 LHSMask |= LHSUsedLanes & 0x04040404; in performOrCombine()