3 references to InstructionSetSupport
ilc (2)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (2)
351return new InstructionSetSupport(supportedInstructionSet, 380return new InstructionSetSupport(
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (1)
23this(supportedInstructionSets, unsupportedInstructionSets, supportedInstructionSets, default(InstructionSetFlags), architecture)