4 references to IsInstructionSetSupported
ILCompiler.Compiler (1)
Compiler\HardwareIntrinsicILProvider.cs (1)
46bool isSupported = _isaSupport.IsInstructionSetSupported(instructionSet);
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
4452Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base)); 4456Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd)); 4731return supportEnabled ? _compilation.InstructionSetSupport.IsInstructionSetSupported(instructionSet) : false;