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)
652if (instructionSetSupport.IsInstructionSetSupported(instructionSet))
parent\parent\Common\JitInterface\CorInfoImpl.cs (3)
546if (!baselineSupport.IsInstructionSetSupported(instructionSet)) 4857Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base)); 4861Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd));