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)
530foreach (var instructionSet in _actualInstructionSetUnsupported) 542_actualInstructionSetUnsupported.ExpandInstructionSetByReverseImplication(architecture); 543_actualInstructionSetUnsupported.Set64BitInstructionSetVariants(architecture); 545InstructionSetSupport actualSupport = new InstructionSetSupport(_actualInstructionSetSupported, _actualInstructionSetUnsupported, architecture); 5031_actualInstructionSetUnsupported.AddInstructionSet(instructionSet); 5073_actualInstructionSetUnsupported.AddInstructionSet(instructionSet);