41 references to LoadScalarVector128
Microsoft.ML.CpuMath (40)
AvxIntrinsics.cs (20)
452Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 606Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 653Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 704Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 705Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 761Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 762Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 862Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 863Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 962Vector128<float> src1Vector = Sse.LoadScalarVector128(pSrc1Current); 963Vector128<float> src2Vector = Sse.LoadScalarVector128(pSrc2Current); 1096Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1143Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1188Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1236Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1281Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1329Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1381Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1382Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 1439Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent);
SseIntrinsics.cs (20)
376Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 513Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 547Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 585Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 586Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 629Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 630Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 706Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 707Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 782Vector128<float> src1Vector = Sse.LoadScalarVector128(pSrc1Current); 783Vector128<float> src2Vector = Sse.LoadScalarVector128(pSrc2Current); 900Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 933Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 965Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 998Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1030Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1063Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1102Vector128<float> srcVector = Sse.LoadScalarVector128(pSrcCurrent); 1103Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent); 1147Vector128<float> dstVector = Sse.LoadScalarVector128(pDstCurrent);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (1)
381public static unsafe Vector128<float> LoadScalarVector128(float* address) => LoadScalarVector128(address);