10 references to Architecture
ilc (6)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (6)
360foreach (var instructionSetInfo in InstructionSetFlags.ArchitectureToValidInstructionSets(instructionSetSupport.Architecture)) 368unsupportedInstructionSets.ExpandInstructionSetByReverseImplication(instructionSetSupport.Architecture); 369unsupportedInstructionSets.Set64BitInstructionSetVariants(instructionSetSupport.Architecture); 371if (instructionSetSupport.Architecture is TargetArchitecture.X86 or TargetArchitecture.ARM) 372unsupportedInstructionSets.Set64BitInstructionSetVariantsUnconditionally(instructionSetSupport.Architecture); 379instructionSetSupport.Architecture);
ILCompiler.Compiler (4)
Compiler\ExpectedIsaFeaturesRootProvider.cs (3)
22if (_isaSupport.Architecture == TargetArchitecture.X64 23|| _isaSupport.Architecture == TargetArchitecture.X86 24|| _isaSupport.Architecture == TargetArchitecture.ARM64)
Compiler\HardwareIntrinsicHelpers.Aot.cs (1)
83switch (instructionSetSupport.Architecture)