1 write to eightByteClassifications0
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
89structPassInRegDescPtr.eightByteClassifications0 = helper.EightByteClassifications[0];
4 references to eightByteClassifications0
ILCompiler.ReadyToRun (4)
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 (2)
317if (descriptor.eightByteClassifications0 == SystemVClassificationType.SystemVClassificationTypeSSE) 328if (descriptor.eightByteClassifications0 == SystemVClassificationType.SystemVClassificationTypeSSE)