Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/misc_testsuite/winch/
H A Dbr_table.wast1015 (func (export "nested-block-value") (param i32) (result i32)
1036 (func (export "nested-br-value") (param i32) (result i32)
1054 (func (export "nested-br_if-value") (param i32) (result i32)
1078 (func (export "nested-br_if-value-cond") (param i32) (result i32)
1093 (func (export "nested-br_table-value") (param i32) (result i32)
1112 (func (export "nested-br_table-value-index") (param i32) (result i32)
1125 (func (export "nested-br_table-loop-block") (param i32) (result i32)
1291 (assert_return (invoke "nested-br-value" (i32.const 0)) (i32.const 8))
1292 (assert_return (invoke "nested-br-value" (i32.const 1)) (i32.const 9))
1293 (assert_return (invoke "nested-br-value" (i32.const 2)) (i32.const 17))
[all …]
/wasmtime-44.0.1/crates/component-macro/tests/codegen/
H A Dresources-import.wit30 record nested-own {
31 nested-bar: own<bar>
34 record nested-borrow {
35 nested-bar: borrow<bar>
38 record-own-arg: func(x: nested-own);
39 record-borrow-arg: func(x: nested-borrow);
40 record-result: func() -> nested-own;
/wasmtime-44.0.1/tests/misc_testsuite/component-model/
H A Dfixed_length_lists.wast12 ;; calls nested-roundtrip([[1, 2], [3, 4]], [[-1, -2], [-3, -4]])
28 (export (;0;) "nested-roundtrip" (func (type 5)))
219 (export "nested-roundtrip" (func $indirect-test:fixed-size-lists/to-test-nested-roundtrip))
227 (alias export $test:fixed-size-lists/to-test "nested-roundtrip" (func $nested-roundtrip (;0;)))
228 …ize-lists/to-test-nested-roundtrip" (@name "indirect-test:fixed-size-lists/to-test-nested-roundtri…
251 (export "test:fixed-size-lists/to-test#nested-roundtrip" (func 0))
383 …xport $main "test:fixed-size-lists/to-test#nested-roundtrip" (core func $test:fixed-size-lists/to-…
384 …(func $nested-roundtrip (;0;) (type 5) (canon lift (core func $test:fixed-size-lists/to-test#neste…
392 (import "import-func-nested-roundtrip" (func (;0;) (type 5)))
399 (export (;1;) "nested-roundtrip" (func 0) (func (type 11)))
[all …]
H A Dnested.wast1 ;; simple nested component
6 ;; simple nested component with a nested module
13 ;; simple instantiation of a nested component
22 ;; instantiate a module during a nested component, and also instantiate it
23 ;; as an export of the nested component
421 ;; thread the host function into a nested component
H A Dinstance.wast193 (export "nested" (instance
209 (canon lower (func $i "nested" "return-four"))
/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp3_readdir.rs52 let nested = dir in test_readdir() localVariable
69 assert_empty_dir(&nested).await; in test_readdir()
70 drop(nested); in test_readdir()
/wasmtime-44.0.1/tests/disas/winch/x64/br_table/
H A Dnested_br_table_loop_block.wat4 (func (export "nested-br_table-loop-block") (param i32) (result i32)
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/
H A Dreassociate-constants-in-shifts.clif5 ;; Test egraph rewrite rules that reassociate constants out of nested shifts.
/wasmtime-44.0.1/tests/disas/winch/x64/block/
H A Dnested.wat6 (func (export "nested") (result i32)
/wasmtime-44.0.1/tests/disas/winch/x64/loop/
H A Dnested.wat5 (func (export "nested") (result i32)
/wasmtime-44.0.1/tests/disas/winch/aarch64/br_table/
H A Dnested_br_table_loop_block.wat4 (func (export "nested-br_table-loop-block") (param i32) (result i32)
/wasmtime-44.0.1/.github/label-messager/
H A Dwasmtime-config.md40 of its nested `struct`s).
/wasmtime-44.0.1/tests/all/
H A Dcomponent_model.rs22 mod nested; module
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dcodegen.rs620 while let Some((mut nested, last_line, scope)) = stack.pop() { in emit_block_contents()
621 match &mut nested { in emit_block_contents()
628 stack.push((nested, last_line, scope)); in emit_block_contents()
800 stack.push((nested, last_line, scope)); in emit_block_contents()
/wasmtime-44.0.1/tests/disas/winch/x64/if/
H A Dnested.wat5 (func (export "nested") (param i32 i32) (result i32)
/wasmtime-44.0.1/docs/
H A Dwasip2-plugins.md54 There are no nested expressions.
286 * Allow nested expressions (like `add(subtract(1, 2), 3)`)
/wasmtime-44.0.1/cranelift/codegen/src/opts/
H A Dspaceship.isle7 ;; Unfortunately, there's at least 3!×2 reasonable ways to write this as nested
H A Dcprop.isle260 ;; Reassociate nested shifts of constants to put constants together for cprop.
/wasmtime-44.0.1/cranelift/isle/veri/
H A DREADME.md187 - `switch`: `(switch c (m1 e1) ... (mN eN))` resolves to a series of nested `ite` expressions,
/wasmtime-44.0.1/cranelift/isle/
H A DREADME.md344 nested case for sinking loads into adds that uses the `Context::inst_result`
/wasmtime-44.0.1/cranelift/isle/docs/
H A Dlanguage-reference.md68 systems work, how to think about nested terms, patterns and rewrite
147 to accumulate a lot of nested conditionals and switch/match
1448 newline, or nested block-comments with `(;` and `;)`).
/wasmtime-44.0.1/crates/c-api/
H A Ddoxygen.conf.in403 # any nested class or struct is added to the same group. By default this option
404 # is disabled and one has to add nested compounds explicitly via \ingroup.