Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dmicrowasm.rs317 impl SignlessType { implementation
511 ty: SignlessType,
529 ty: SignlessType,
554 Eq(SignlessType),
555 Ne(SignlessType),
562 Add(SignlessType),
563 Sub(SignlessType),
564 Mul(SignlessType),
948 returns: Vec<SignlessType>,
1036 stack: Vec<SignlessType>,
[all …]
H A Dmodule.rs265 fn to_microwasm_type(&self) -> microwasm::SignlessType; in to_microwasm_type() argument
269 fn to_microwasm_type(&self) -> microwasm::SignlessType { in to_microwasm_type() argument
291 fn to_microwasm_type(&self) -> microwasm::SignlessType { in to_microwasm_type() argument
315 fn to_microwasm_type(&self) -> microwasm::SignlessType { in to_microwasm_type() argument
H A Dbackend.rs72 impl From<SignlessType> for GPRType {
73 fn from(other: SignlessType) -> GPRType { in from()
81 impl From<SignlessType> for Option<GPRType> {
82 fn from(other: SignlessType) -> Self { in from()
110 fn arg_locs<I: IntoIterator<Item = SignlessType>>( in arg_locs()
149 caller_vmctx_ty: Option<SignlessType>, in arg_locs_skip_caller_vmctx()
155 I: Iterator<Item = SignlessType>, in arg_locs_skip_caller_vmctx()
157 type Item = SignlessType; in arg_locs_skip_caller_vmctx()
604 pointer_type: SignlessType,
787 pointer_type: SignlessType,
[all …]