1 write to InstructionSetSupport
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
61InstructionSetSupport = instructionSetSupport;
5 references to InstructionSetSupport
ILCompiler.RyuJit (5)
parent\parent\Common\JitInterface\CorInfoImpl.cs (5)
4840flags.InstructionSetFlags.Add(_compilation.InstructionSetSupport.OptimisticFlags); 4857Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base)); 4861Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd)); 5137Debug.Assert(!_compilation.InstructionSetSupport.NonSpecifiableFlags.HasInstructionSet(instructionSet)); 5139return supportEnabled ? _compilation.InstructionSetSupport.IsInstructionSetSupported(instructionSet) : false;