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

Method class

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

Get the register class.

(&self)

Source from the content-addressed store, hash-verified

56
57 /// Get the register class.
58 pub fn class(&self) -> RegClass {
59 self.0.class()
60 }
61
62 /// Returns true if the registers is a general purpose
63 /// integer register.

Callers 12

regMethod · 0.45
freeMethod · 0.45
named_reg_availableMethod · 0.45
is_intMethod · 0.45
is_floatMethod · 0.45
pushMethod · 0.45
popMethod · 0.45
movMethod · 0.45
cmovMethod · 0.45
mov_irMethod · 0.45
movMethod · 0.45
cmovMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected