1 write to _targetArchitecture
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (1)
32
_targetArchitecture
= architecture;
8 references to _targetArchitecture
ILCompiler.Compiler (8)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (8)
56
public TargetArchitecture Architecture =>
_targetArchitecture
;
113
if ((
_targetArchitecture
== TargetArchitecture.X64) || (
_targetArchitecture
== TargetArchitecture.X86))
139
else if (
_targetArchitecture
== TargetArchitecture.ARM64)
150
else if (
_targetArchitecture
== TargetArchitecture.ARM)
154
else if (
_targetArchitecture
== TargetArchitecture.LoongArch64)
158
else if (
_targetArchitecture
== TargetArchitecture.RiscV64)
162
else if (
_targetArchitecture
== TargetArchitecture.Wasm32)