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