Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Reg
Class
Reg
winch/codegen/src/isa/reg.rs:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
// on top of the concept of `Reg`.
11
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
12
pub struct Reg(PReg);
13
14
pub(crate) type WritableReg = cranelift_codegen::Writable<Reg>;
15
Callers
10
new
Method · 0.70
from
Method · 0.50
reg
Method · 0.50
with_callee_and_pinned_caller
Method · 0.50
reg
Method · 0.50
from
Method · 0.50
mul_wide
Method · 0.50
splat
Method · 0.50
mul_wide
Method · 0.50
extract_lane_op
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected