1 write to _isaSupport
ILCompiler.Compiler (1)
Compiler\HardwareIntrinsicILProvider.cs (1)
24
_isaSupport
= isaSupport;
2 references to _isaSupport
ILCompiler.Compiler (2)
Compiler\HardwareIntrinsicILProvider.cs (2)
46
bool isSupported =
_isaSupport
.IsInstructionSetSupported(instructionSet);
47
bool isOptimisticallySupported =
_isaSupport
.OptimisticFlags.HasInstructionSet(instructionSet);