7 references to RiscV64
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)
75
TargetArchitecture.RiscV64 => Machine.
RiscV64
,
parent\parent\Common\Compiler\ObjectWriter\PETargetExtensions.cs (1)
95
return Machine.
RiscV64
;
ILCompiler.ReadyToRun (3)
ObjectWriter\TargetExtensions.cs (1)
95
return Machine.
RiscV64
;
parent\parent\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
75
TargetArchitecture.RiscV64 => Machine.
RiscV64
,
parent\parent\Common\Compiler\ObjectWriter\PETargetExtensions.cs (1)
95
return Machine.
RiscV64
;
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
;