2 references to Xor
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
399
upperBits = Sse2.
Xor
(upperBits, Create(0x45300000_80000000)); // Flip the msb of upperBits and blend with the bit representation of double(2^84 + 2^63)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
2135
public static Vector128<long> Xor(Vector128<long> left, Vector128<long> right) =>
Xor
(left, right);