1 write to eightByteClassifications1
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
93structPassInRegDescPtr.eightByteClassifications1 = helper.EightByteClassifications[1];
3 references to eightByteClassifications1
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
162SystemVClassificationType eightByteClassification = (i == 0) ? descriptor.eightByteClassifications0 : descriptor.eightByteClassifications1; 821switch ((i == 0) ? descriptor.eightByteClassifications0 : descriptor.eightByteClassifications1)
src\runtime\src\coreclr\tools\Common\CallingConvention\TransitionBlock.cs (1)
333if (descriptor.eightByteClassifications1 == SystemVClassificationType.SystemVClassificationTypeSSE)