MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / int64

Function int64

tests/integration/rv64_codegen.rs:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11fn int64() -> IrType {
12 IrType::Integer(IntWidth::I64)
13}
14
15fn compile(program: &IrProgram) -> String {
16 CompilerRv64::new()

Calls

no outgoing calls