Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs316 pub(crate) trait ExtendType {} interface
318 impl ExtendType for Signed {}
319 impl ExtendType for Zero {}
322 pub(crate) enum Extend<T: ExtendType> {
347 impl<T: ExtendType> Extend<T> {
1083 pub fn extend_to<T: ExtendType>(&self, to: Self) -> Option<Extend<T>> { in extend_to()
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dasm.rs7 DivKind, Extend, ExtendKind, ExtendType, IntCmpKind, MulWideKind, OperandSize, RemKind,
172 impl<T: ExtendType> From<Extend<T>> for ExtMode {