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

Function zero

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

Zero register.

()

Source from the content-addressed store, hash-verified

55
56/// Zero register.
57pub(crate) const fn zero() -> Reg {
58 xreg(31)
59}
60
61/// The VM context register.
62pub(crate) const fn vmctx() -> Reg {

Callers 14

test_s390x_binemitFunction · 0.85
regMethod · 0.85
reg_plus_regMethod · 0.85
test_aarch64_binemitFunction · 0.85
regMethod · 0.85
sumMethod · 0.85
defaultMethod · 0.85
compute_best_valuesMethod · 0.85
mul_rrrMethod · 0.85
shift_rrrMethod · 0.85
regs.rsFile · 0.85

Calls 1

xregFunction · 0.70

Tested by 3

test_s390x_binemitFunction · 0.68
test_aarch64_binemitFunction · 0.68
check_maskingFunction · 0.68