7 references to LoongArch64
ILAssembler (1)
GrammarVisitor.cs (1)
194
(machine is Machine.Amd64 or Machine.IA64 or Machine.Arm64 or Machine.
LoongArch64
or Machine.RiscV64
ILCompiler.Compiler (2)
parent\parent\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
74
TargetArchitecture.LoongArch64 => Machine.
LoongArch64
,
parent\parent\Common\Compiler\ObjectWriter\PETargetExtensions.cs (1)
92
return Machine.
LoongArch64
;
ILCompiler.ReadyToRun (3)
ObjectWriter\TargetExtensions.cs (1)
92
return Machine.
LoongArch64
;
parent\parent\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
74
TargetArchitecture.LoongArch64 => Machine.
LoongArch64
,
parent\parent\Common\Compiler\ObjectWriter\PETargetExtensions.cs (1)
92
return Machine.
LoongArch64
;
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeaderBuilder.cs (1)
108
internal bool Is32Bit => Machine != Machine.Amd64 && Machine != Machine.IA64 && Machine != Machine.Arm64 && Machine != Machine.
LoongArch64
&& Machine != Machine.RiscV64;