3 references to PermuteVar64x8
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
176str = Avx512Vbmi.PermuteVar64x8(str, shuffleVecVbmi); 193str = Avx512Vbmi.PermuteVar64x8(vbmiLookup, str);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512Vbmi.cs (1)
137public static Vector512<sbyte> PermuteVar64x8(Vector512<sbyte> left, Vector512<sbyte> control) => PermuteVar64x8(left, control);