MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / platform

Function platform

winch/codegen/src/isa/aarch64/regs.rs:42–44  ·  view source on GitHub ↗

Register used to carry platform state.

()

Source from the content-addressed store, hash-verified

40
41/// Register used to carry platform state.
42const fn platform() -> Reg {
43 xreg(18)
44}
45
46/// Frame pointer register.
47pub(crate) const fn fp() -> Reg {

Callers 1

regs.rsFile · 0.85

Calls 1

xregFunction · 0.70

Tested by

no test coverage detected