Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
57
pub(crate) const fn zero() -> Reg {
58
xreg(31)
59
}
60
61
/// The VM context register.
62
pub(crate) const fn vmctx() -> Reg {
Callers
14
test_s390x_binemit
Function · 0.85
reg
Method · 0.85
reg_plus_reg
Method · 0.85
test_aarch64_binemit
Function · 0.85
reg
Method · 0.85
asimd_mov_mod_imm_zero
Method · 0.85
sum
Method · 0.85
default
Method · 0.85
compute_best_values
Method · 0.85
mul_rrr
Method · 0.85
shift_rrr
Method · 0.85
regs.rs
File · 0.85
Calls
1
xreg
Function · 0.70
Tested by
3
test_s390x_binemit
Function · 0.68
test_aarch64_binemit
Function · 0.68
check_masking
Function · 0.68