Home
last modified time | relevance | path

Searched defs:float (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/isa/
H A Dreg.rs43 pub fn float(enc: usize) -> Self { in float() method
H A Dmod.rs256 float: Option<RegClassEnv>, field
266 let float = RegClassEnv { in with_limits_per_class() localVariable
/wasmtime-44.0.1/winch/codegen/src/
H A Dregset.rs64 pub fn float(allocatable: u64, non_allocatable: u64, max: usize) -> Self { in float() method
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dvalue.rs22 fn float(n: u64, ty: Type) -> ValueResult<Self>; in float() method
295 fn float(bits: u64, ty: Type) -> ValueResult<Self> { in float() method