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

Method is_int

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

Returns true if the registers is a general purpose integer register.

(&self)

Source from the content-addressed store, hash-verified

62 /// Returns true if the registers is a general purpose
63 /// integer register.
64 pub fn is_int(&self) -> bool {
65 self.class() == RegClass::Int
66 }
67
68 /// Returns true if the registers is a float register.
69 pub fn is_float(&self) -> bool {

Callers 4

load_implMethod · 0.45
store_implMethod · 0.45
strMethod · 0.45
ldrMethod · 0.45

Calls 1

classMethod · 0.45

Tested by

no test coverage detected