| /wasmtime-44.0.1/tests/misc_testsuite/winch/ |
| H A D | br_table.wast | 1015 (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 D | resources-import.wit | 30 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 D | fixed_length_lists.wast | 12 ;; 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 D | nested.wast | 1 ;; 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 D | instance.wast | 193 (export "nested" (instance 209 (canon lower (func $i "nested" "return-four"))
|
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p3_readdir.rs | 52 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 D | nested_br_table_loop_block.wat | 4 (func (export "nested-br_table-loop-block") (param i32) (result i32)
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/egraph/ |
| H A D | reassociate-constants-in-shifts.clif | 5 ;; Test egraph rewrite rules that reassociate constants out of nested shifts.
|
| /wasmtime-44.0.1/tests/disas/winch/x64/block/ |
| H A D | nested.wat | 6 (func (export "nested") (result i32)
|
| /wasmtime-44.0.1/tests/disas/winch/x64/loop/ |
| H A D | nested.wat | 5 (func (export "nested") (result i32)
|
| /wasmtime-44.0.1/tests/disas/winch/aarch64/br_table/ |
| H A D | nested_br_table_loop_block.wat | 4 (func (export "nested-br_table-loop-block") (param i32) (result i32)
|
| /wasmtime-44.0.1/.github/label-messager/ |
| H A D | wasmtime-config.md | 40 of its nested `struct`s).
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | component_model.rs | 22 mod nested; module
|
| /wasmtime-44.0.1/cranelift/isle/isle/src/ |
| H A D | codegen.rs | 620 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 D | nested.wat | 5 (func (export "nested") (param i32 i32) (result i32)
|
| /wasmtime-44.0.1/docs/ |
| H A D | wasip2-plugins.md | 54 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 D | spaceship.isle | 7 ;; Unfortunately, there's at least 3!×2 reasonable ways to write this as nested
|
| H A D | cprop.isle | 260 ;; Reassociate nested shifts of constants to put constants together for cprop.
|
| /wasmtime-44.0.1/cranelift/isle/veri/ |
| H A D | README.md | 187 - `switch`: `(switch c (m1 e1) ... (mN eN))` resolves to a series of nested `ite` expressions,
|
| /wasmtime-44.0.1/cranelift/isle/ |
| H A D | README.md | 344 nested case for sinking loads into adds that uses the `Context::inst_result`
|
| /wasmtime-44.0.1/cranelift/isle/docs/ |
| H A D | language-reference.md | 68 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 D | doxygen.conf.in | 403 # 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.
|