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
;
108
if ((
_targetArchitecture
== TargetArchitecture.X64) || (
_targetArchitecture
== TargetArchitecture.X86))
134
else if (
_targetArchitecture
== TargetArchitecture.ARM64)
145
else if (
_targetArchitecture
== TargetArchitecture.ARM)
149
else if (
_targetArchitecture
== TargetArchitecture.LoongArch64)
153
else if (
_targetArchitecture
== TargetArchitecture.RiscV64)
157
else if (
_targetArchitecture
== TargetArchitecture.Wasm32)