Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reg
Method · 0.45
free
Method · 0.45
named_reg_available
Method · 0.45
is_int
Method · 0.45
is_float
Method · 0.45
push
Method · 0.45
pop
Method · 0.45
mov
Method · 0.45
cmov
Method · 0.45
mov_ir
Method · 0.45
mov
Method · 0.45
cmov
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected