8 references to Architecture
crossgen2 (6)
parent\parent\Common\InstructionSetHelpers.cs (6)
361
foreach (var instructionSetInfo in InstructionSetFlags.ArchitectureToValidInstructionSets(instructionSetSupport.
Architecture
))
369
unsupportedInstructionSets.ExpandInstructionSetByReverseImplication(instructionSetSupport.
Architecture
);
370
unsupportedInstructionSets.Set64BitInstructionSetVariants(instructionSetSupport.
Architecture
);
372
if (instructionSetSupport.
Architecture
is TargetArchitecture.X86 or TargetArchitecture.ARM)
373
unsupportedInstructionSets.Set64BitInstructionSetVariantsUnconditionally(instructionSetSupport.
Architecture
);
380
instructionSetSupport.
Architecture
);
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (2)
28
var r2rInstructionSet = instructionSetSupported.R2RInstructionSet(instructionSetSupport.
Architecture
);
52
var r2rInstructionSet = instructionSetUnsupported.R2RInstructionSet(instructionSetSupport.
Architecture
);