Home
last modified time | relevance | path

Searched refs:NumericType (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_isle.rs535 struct NumericType { struct
540 impl NumericType { impl
541 fn all() -> impl Iterator<Item = NumericType> { in all()
545 .map(move |signed| NumericType { signed, byte_width }) in all()
579 fn ops_for_type(ty: &NumericType) -> impl Iterator<Item = NumericOp<'_>> { in ops_for_type()
934 for ty in NumericType::all() { in gen_numerics_isle()
1048 for from in NumericType::all() { in gen_numerics_isle()
1049 for to in NumericType::all() { in gen_numerics_isle()