MCPcopy 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)]
12pub struct Reg(PReg);
13
14pub(crate) type WritableReg = cranelift_codegen::Writable<Reg>;
15

Callers 10

newMethod · 0.70
fromMethod · 0.50
regMethod · 0.50
regMethod · 0.50
fromMethod · 0.50
mul_wideMethod · 0.50
splatMethod · 0.50
mul_wideMethod · 0.50
extract_lane_opMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected