Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ShiftRightLogical() [6/12]

static Vector128< short > System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical ( Vector128< short > value,
Vector128< short > count )
inlinestaticinherited

Definition at line 1057 of file Sse2.cs.

1058 {
1059 return ShiftRightLogical(value, count);
1060 }
static Vector128< short > ShiftRightLogical(Vector128< short > value, Vector128< short > count)
Definition Sse2.cs:1057

References System.count, System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), and System.value.

Referenced by System.HexConverter.EncodeToUtf16_Ssse3(), System.Text.Encodings.Web.OptimizedInboxTextEncoder.GetIndexOfFirstByteToEncodeSsse3(), System.Text.Encodings.Web.OptimizedInboxTextEncoder.GetIndexOfFirstCharToEncodeSsse3(), System.Text.Unicode.Utf16Utility.GetPointerToFirstInvalidChar(), System.String.MakeSeparatorListVectorized(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical(), and System.Buffers.Text.Base64.Ssse3Decode().