Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wiggle/generate/src/
H A Dcodegen_settings.rs59 … Ok(ErrorType::Generated(TrappableErrorType { abi_type, rich_type: field.rich_error.clone() })) in new()
107 Generated(TrappableErrorType), enumerator
113 Self::Generated(r) => &r.abi_type, in abi_type()
H A Dlib.rs49 ErrorType::Generated(_) => None, in generate()
H A Dmodule_trait.rs53 Some(ErrorType::Generated(g)) => g.typename(), in define_module_trait()
H A Dfuncs.rs324 Some(ErrorType::Generated(_)) => quote!(#val.downcast()?), in emit()
/wasmtime-44.0.1/tests/misc_testsuite/
H A Dfib.wast56 ;; Generated by Rust.
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower/
H A Disle.rs729 .use_constant(VCodeConstantData::Generated(mask)) in shuffle_0_31_mask()
739 .use_constant(VCodeConstantData::Generated(mask)) in shuffle_0_15_mask()
750 .use_constant(VCodeConstantData::Generated(mask)) in shuffle_16_31_mask()
770 .use_constant(VCodeConstantData::Generated(zeros)), in perm_from_mask_with_zeros()
778 .use_constant(VCodeConstantData::Generated(mask)) in perm_from_mask()
/wasmtime-44.0.1/crates/wiggle/generate/src/types/
H A Dmod.rs24 Some(ErrorType::Generated(error)) => { in define_datatype()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Disle.rs377 Some(self.lower_ctx.use_constant(VCodeConstantData::Generated(
418 let data = VCodeConstantData::Generated(value.to_le_bytes().as_slice().into());
424 let data = VCodeConstantData::Generated(value.to_be_bytes().as_slice().into());
H A Dvcode.rs1851 VCodeConstantData::Generated(_) => self.constants.push(data), in insert()
1927 Generated(ConstantData), enumerator
1937 VCodeConstantData::Pool(_, d) | VCodeConstantData::Generated(d) => d.as_slice(), in as_slice()
/wasmtime-44.0.1/cranelift/isle/
H A DREADME.md145 // Generated automatically from the instruction-selection DSL code in:
150 // Generated as internal constructor for term lower.
230 // Generated as internal constructor for term lower.
348 // Generated as internal constructor for term lower.
/wasmtime-44.0.1/cranelift/docs/
H A Disle-integration.md56 for working with CLIF for instruction lowering inside ISLE. Generated by
60 working with CLIF for mid-end optimizations. Generated by