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

Method is_float

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

Returns true if the registers is a float register.

(&self)

Source from the content-addressed store, hash-verified

67
68 /// Returns true if the registers is a float register.
69 pub fn is_float(&self) -> bool {
70 self.class() == RegClass::Float
71 }
72}
73
74impl From<Reg> for cranelift_codegen::Reg {

Callers

nothing calls this directly

Calls 1

classMethod · 0.45

Tested by

no test coverage detected