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

Class Reg

cranelift/codegen/src/machinst/reg.rs:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
48#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
49pub struct Reg(u32);
50
51const REG_SPILLSLOT_BIT: u32 = 0x8000_0000;
52const REG_SPILLSLOT_MASK: u32 = !REG_SPILLSLOT_BIT;

Callers 10

gen_call_retsMethod · 0.70
from_virtual_regMethod · 0.70
from_real_regMethod · 0.70
fromMethod · 0.70
kindMethod · 0.50
generate_rex_prefixMethod · 0.50
append_memory_derefFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected