1 write to eightByteClassifications1
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
93
structPassInRegDescPtr.
eightByteClassifications1
= helper.EightByteClassifications[1];
3 references to eightByteClassifications1
ILCompiler.ReadyToRun (3)
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 (1)
333
if (descriptor.
eightByteClassifications1
== SystemVClassificationType.SystemVClassificationTypeSSE)