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