1 write to InstructionSetSupport
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
55InstructionSetSupport = instructionSetSupport;
5 references to InstructionSetSupport
ILCompiler.RyuJit (5)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
4804flags.InstructionSetFlags.Add(_compilation.InstructionSetSupport.OptimisticFlags); 4821Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base)); 4825Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd)); 5101Debug.Assert(!_compilation.InstructionSetSupport.NonSpecifiableFlags.HasInstructionSet(instructionSet)); 5103return supportEnabled ? _compilation.InstructionSetSupport.IsInstructionSetSupported(instructionSet) : false;