1 write to _actualInstructionSetSupported
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
713
_actualInstructionSetSupported
= default(InstructionSetFlags);
4 references to _actualInstructionSetSupported
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
520
foreach (var instructionSet in
_actualInstructionSetSupported
)
538
_actualInstructionSetSupported
.ExpandInstructionSetByImplication(architecture);
542
InstructionSetSupport actualSupport = new InstructionSetSupport(
_actualInstructionSetSupported
, _actualInstructionSetUnsupported, architecture);
4667
_actualInstructionSetSupported
.AddInstructionSet(instructionSet);