Definition at line 1370 of file SpanHelpers.cs.
1371 {
1372 nuint num;
1377 {
1382 {
1384 {
1386 {
1388 while (true)
1389 {
1392 {
1395 {
1397 continue;
1398 }
1399 }
1400 else
1401 {
1405 {
1406 break;
1407 }
1408 }
1412 }
1414 }
1415 }
1417 {
1419 {
1420 }
1422 }
1424 }
1426 {
1428 while (true)
1429 {
1432 {
1434 if (
num5 == uint.MaxValue)
1435 {
1437 continue;
1438 }
1439 }
1440 else
1441 {
1444 if (
num5 == uint.MaxValue)
1445 {
1446 break;
1447 }
1448 }
1452 }
1453 }
1454 else
1455 {
1457 {
1459 }
1462 {
1465 {
1467 }
1468 }
1472 {
1474 }
1475 }
1476 }
1482 {
1485 {
1487 }
1488 }
1492 {
1494 {
1495 }
1496 }
1502 }
static int TrailingZeroCount(int value)
static bool IsHardwareAccelerated
static int MoveMask(Vector256< sbyte > value)
static Vector256< sbyte > CompareEqual(Vector256< sbyte > left, Vector256< sbyte > right)
static new bool IsSupported
static int MoveMask(Vector128< sbyte > value)
static Vector128< sbyte > CompareEqual(Vector128< sbyte > left, Vector128< sbyte > right)
static new bool IsSupported
static Vector< byte > LoadVector(ref byte start, nuint offset)
static Vector128< byte > LoadVector128(ref byte start, nuint offset)
static nuint LoadNUInt(ref byte start)
static Vector256< byte > LoadVector256(ref byte start, nuint offset)
References System.Runtime.Intrinsics.X86.Sse2.CompareEqual(), System.Runtime.Intrinsics.X86.Avx2.CompareEqual(), System.Collections.Generic.Dictionary< TKey, TValue >.Count, System.Numerics.Vector< T >.IsHardwareAccelerated, System.Runtime.Intrinsics.X86.Avx2.IsSupported, System.Runtime.Intrinsics.X86.Sse2.IsSupported, System.SpanHelpers.LoadNUInt(), System.SpanHelpers.LoadVector(), System.SpanHelpers.LoadVector128(), System.SpanHelpers.LoadVector256(), System.Runtime.Intrinsics.X86.Sse2.MoveMask(), System.Runtime.Intrinsics.X86.Avx2.MoveMask(), System.Numerics.BitOperations.TrailingZeroCount(), and System.value.
Referenced by System.String.CompareOrdinal(), System.String.CompareOrdinalHelper(), System.MemoryExtensions.SequenceCompareTo< T >(), and System.MemoryExtensions.SequenceCompareTo< T >().