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