Searched refs:SecondHalf (Results 1 – 2 of 2) sorted by relevance
402 static uint32_t joinHalfWords(uint32_t FirstHalf, uint32_t SecondHalf, in joinHalfWords() argument407 Value = (SecondHalf & 0xFFFF) << 16; in joinHalfWords()410 Value = (SecondHalf & 0xFFFF); in joinHalfWords()678 uint32_t SecondHalf = (((uint16_t)J1Bit << 13) | ((uint16_t)J2Bit << 11) | in adjustFixupValue() local680 return joinHalfWords(FirstHalf, SecondHalf, in adjustFixupValue()723 uint32_t SecondHalf = (((uint16_t)J1Bit << 13) | ((uint16_t)J2Bit << 11) | in adjustFixupValue() local725 return joinHalfWords(FirstHalf, SecondHalf, in adjustFixupValue()
16383 SDNode *SecondHalf; in lowerShufflePairAsUNPCKAndPermute() local16387 SecondHalf = Shuffles[1]; in lowerShufflePairAsUNPCKAndPermute()16391 SecondHalf = Shuffles[0]; in lowerShufflePairAsUNPCKAndPermute()16404 DAG.ReplaceAllUsesWith(SecondHalf, &Perm2); in lowerShufflePairAsUNPCKAndPermute()