-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-interp.txt
58 lines (58 loc) · 1.31 KB
/
test-interp.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# interp/atomic-load.txt
# interp/atomic-rmw-add.txt
# interp/atomic-rmw-and.txt
# interp/atomic-rmw-cmpxchg.txt
# interp/atomic-rmw-or.txt
# interp/atomic-rmw-sub.txt
# interp/atomic-rmw-xchg.txt
# interp/atomic-rmw-xor.txt
# interp/atomic-store.txt
# interp/basic-logging.txt
# interp/basic-tracing.txt
interp/basic.txt
# interp/binary.txt
interp/binary-i32.txt
interp/br.txt
interp/brif-loop.txt
interp/brif.txt
interp/brtable.txt
interp/call-zero-args.txt
# interp/call.txt
# interp/callimport-zero-args.txt
interp/callindirect.txt
# interp/cast.txt
# interp/compare.txt
interp/compare-i32.txt
# interp/convert-sat.txt
# interp/convert.txt
interp/empty.txt
interp/expr-block.txt
interp/expr-br.txt
interp/expr-brif.txt
interp/expr-if.txt
interp/if.txt
# interp/import.txt
# interp/load.txt
interp/load-32.txt
# interp/logging-all-opcodes.txt
interp/loop.txt
interp/memory-empty-segment.txt
interp/nested-if.txt
interp/return-void.txt
interp/return.txt
# interp/select.txt
interp/select-i32.txt
# interp/simd-basic.txt
# interp/simd-binary.txt
# interp/simd-splat.txt
# interp/simd-unary.txt
# interp/start.txt
# interp/store.txt
interp/store-i32.txt
# interp/tracing-all-opcodes.txt
# interp/trap-with-callstack.txt
# interp/unary-extend.txt
# interp/unary-extend-i32.txt
# interp/unary.txt
interp/unary-i32.txt
interp/unreachable.txt