Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ float_scratch
Function
float_scratch
winch/codegen/src/isa/aarch64/regs.rs:31–33 ·
view source on GitHub ↗
Alias to register v31.
()
Source
from the content-addressed store, hash-verified
29
30
// Alias to register v31.
31
const fn float_scratch() -> Reg {
32
vreg(31)
33
}
34
35
/// Scratch register.
36
/// Intra-procedure-call corruptible register.
Callers
1
regs.rs
File · 0.85
Calls
1
vreg
Function · 0.70
Tested by
no test coverage detected