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)
46bool isSupported = _isaSupport.IsInstructionSetSupported(instructionSet); 47bool isOptimisticallySupported = _isaSupport.OptimisticFlags.HasInstructionSet(instructionSet);