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