Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dbackend.rs67 pub enum GPRType { enum
72 impl From<SignlessType> for GPRType { implementation
73 fn from(other: SignlessType) -> GPRType { in from() argument
75 I32 | I64 => GPRType::Rq, in from()
76 F32 | F64 => GPRType::Rx, in from()
81 impl From<SignlessType> for Option<GPRType> {
88 fn type_(self) -> GPRType { in type_() argument
90 GPR::Rq(_) => GPRType::Rq, in type_()
91 GPR::Rx(_) => GPRType::Rx, in type_()
3214 ty: impl Into<Option<GPRType>>, in put_into_register() argument
[all …]