1 write to _actualInstructionSetUnsupported
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
714_actualInstructionSetUnsupported = default(InstructionSetFlags);
6 references to _actualInstructionSetUnsupported
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
527foreach (var instructionSet in _actualInstructionSetUnsupported) 539_actualInstructionSetUnsupported.ExpandInstructionSetByReverseImplication(architecture); 540_actualInstructionSetUnsupported.Set64BitInstructionSetVariants(architecture); 542InstructionSetSupport actualSupport = new InstructionSetSupport(_actualInstructionSetSupported, _actualInstructionSetUnsupported, architecture); 4676_actualInstructionSetUnsupported.AddInstructionSet(instructionSet); 4718_actualInstructionSetUnsupported.AddInstructionSet(instructionSet);