Searched refs:SecondHalf (Results 1 – 2 of 2) sorted by relevance
427 static uint32_t joinHalfWords(uint32_t FirstHalf, uint32_t SecondHalf, in joinHalfWords() argument432 Value = (SecondHalf & 0xFFFF) << 16; in joinHalfWords()435 Value = (SecondHalf & 0xFFFF); in joinHalfWords()663 uint32_t SecondHalf = (((uint16_t)J1Bit << 13) | ((uint16_t)J2Bit << 11) | in adjustFixupValue() local665 return joinHalfWords(FirstHalf, SecondHalf, in adjustFixupValue()700 uint32_t SecondHalf = (((uint16_t)J1Bit << 13) | ((uint16_t)J2Bit << 11) | in adjustFixupValue() local702 return joinHalfWords(FirstHalf, SecondHalf, in adjustFixupValue()
15795 SDNode *SecondHalf; in lowerShufflePairAsUNPCKAndPermute() local15799 SecondHalf = Shuffles[1]; in lowerShufflePairAsUNPCKAndPermute()15803 SecondHalf = Shuffles[0]; in lowerShufflePairAsUNPCKAndPermute()15816 DAG.ReplaceAllUsesWith(SecondHalf, &Perm2); in lowerShufflePairAsUNPCKAndPermute()