MCPcopy 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.
31const fn float_scratch() -> Reg {
32 vreg(31)
33}
34
35/// Scratch register.
36/// Intra-procedure-call corruptible register.

Callers 1

regs.rsFile · 0.85

Calls 1

vregFunction · 0.70

Tested by

no test coverage detected