1 write to _actualInstructionSetUnsupported
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
717
_actualInstructionSetUnsupported
= default(InstructionSetFlags);
6 references to _actualInstructionSetUnsupported
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
530
foreach (var instructionSet in
_actualInstructionSetUnsupported
)
542
_actualInstructionSetUnsupported
.ExpandInstructionSetByReverseImplication(architecture);
543
_actualInstructionSetUnsupported
.Set64BitInstructionSetVariants(architecture);
545
InstructionSetSupport actualSupport = new InstructionSetSupport(_actualInstructionSetSupported,
_actualInstructionSetUnsupported
, architecture);
5031
_actualInstructionSetUnsupported
.AddInstructionSet(instructionSet);
5073
_actualInstructionSetUnsupported
.AddInstructionSet(instructionSet);