Lines Matching refs:InputsFixed
15746 int InputsFixed[2] = {IncomingInputs[0] - SourceOffset, in lowerV8I16GeneralSingleInputShuffle() local
15752 if (!isWordClobbered(SourceHalfMask, InputsFixed[0]) && in lowerV8I16GeneralSingleInputShuffle()
15753 SourceHalfMask[InputsFixed[0] ^ 1] < 0) { in lowerV8I16GeneralSingleInputShuffle()
15754 SourceHalfMask[InputsFixed[0]] = InputsFixed[0]; in lowerV8I16GeneralSingleInputShuffle()
15755 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
15756 InputsFixed[1] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
15757 } else if (!isWordClobbered(SourceHalfMask, InputsFixed[1]) && in lowerV8I16GeneralSingleInputShuffle()
15758 SourceHalfMask[InputsFixed[1] ^ 1] < 0) { in lowerV8I16GeneralSingleInputShuffle()
15759 SourceHalfMask[InputsFixed[1]] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
15760 SourceHalfMask[InputsFixed[1] ^ 1] = InputsFixed[0]; in lowerV8I16GeneralSingleInputShuffle()
15761 InputsFixed[0] = InputsFixed[1] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
15762 } else if (SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1)] < 0 && in lowerV8I16GeneralSingleInputShuffle()
15763 SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1) + 1] < 0) { in lowerV8I16GeneralSingleInputShuffle()
15767 SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1)] = InputsFixed[0]; in lowerV8I16GeneralSingleInputShuffle()
15768 SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1) + 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
15769 InputsFixed[0] = 2 * ((InputsFixed[0] / 2) ^ 1); in lowerV8I16GeneralSingleInputShuffle()
15770 InputsFixed[1] = 2 * ((InputsFixed[0] / 2) ^ 1) + 1; in lowerV8I16GeneralSingleInputShuffle()
15779 assert(InputsFixed[1] != (InputsFixed[0] ^ 1) && in lowerV8I16GeneralSingleInputShuffle()
15782 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
15783 SourceHalfMask[InputsFixed[1]] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
15788 if (M == (InputsFixed[0] ^ 1) + SourceOffset) in lowerV8I16GeneralSingleInputShuffle()
15789 M = InputsFixed[1] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle()
15790 else if (M == InputsFixed[1] + SourceOffset) in lowerV8I16GeneralSingleInputShuffle()
15791 M = (InputsFixed[0] ^ 1) + SourceOffset; in lowerV8I16GeneralSingleInputShuffle()
15793 InputsFixed[1] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
15799 M = InputsFixed[0] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle()
15801 M = InputsFixed[1] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle()
15803 IncomingInputs[0] = InputsFixed[0] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle()
15804 IncomingInputs[1] = InputsFixed[1] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle()