5 references to IsInstructionSetSupported
crossgen2 (1)
parent\parent\Common\InstructionSetHelpers.cs (1)
364
!instructionSetSupport.
IsInstructionSetSupported
(instructionSetInfo.InstructionSet))
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
652
if (instructionSetSupport.
IsInstructionSetSupported
(instructionSet))
parent\parent\Common\JitInterface\CorInfoImpl.cs (3)
546
if (!baselineSupport.
IsInstructionSetSupported
(instructionSet))
4857
Debug.Assert(_compilation.InstructionSetSupport.
IsInstructionSetSupported
(InstructionSet.X86_X86Base));
4861
Debug.Assert(_compilation.InstructionSetSupport.
IsInstructionSetSupported
(InstructionSet.ARM64_AdvSimd));