MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / abi.rs

File abi.rs

winch/codegen/src/isa/aarch64/abi.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::regs;
2use crate::abi::{ABI, ABIOperand, ABIParams, ABIResults, ABISig, ParamsOrReturns, align_to};
3use crate::codegen::CodeGenError;
4use crate::isa::{CallingConvention, reg::Reg};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected