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

Method inner

winch/codegen/src/isa/reg.rs:53–55  ·  view source on GitHub ↗

Get the physical register representation.

(&self)

Source from the content-addressed store, hash-verified

51
52 /// Get the physical register representation.
53 pub(super) fn inner(&self) -> PReg {
54 self.0
55 }
56
57 /// Get the register class.
58 pub fn class(&self) -> RegClass {

Callers 15

fromMethod · 0.45
check_stackMethod · 0.45
wasm_loadMethod · 0.45
addMethod · 0.45
subMethod · 0.45
mulMethod · 0.45
float_copysignMethod · 0.45
float_negMethod · 0.45
float_absMethod · 0.45
andMethod · 0.45
orMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected