blob: dc353d039f3d93248fb52fcf353f05bcf784d593 (
plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
(module
(import "env" "memory" (memory $0 (shared 256 256)))
(import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(import "env" "DYNAMICTOP_PTR" (global $DYNAMICTOP_PTR$asm2wasm$import i32))
(import "env" "tempDoublePtr" (global $tempDoublePtr$asm2wasm$import i32))
(import "env" "ABORT" (global $ABORT$asm2wasm$import i32))
(import "env" "STACKTOP" (global $STACKTOP$asm2wasm$import i32))
(import "env" "STACK_MAX" (global $STACK_MAX$asm2wasm$import i32))
(import "global" "NaN" (global $nan$asm2wasm$import f64))
(import "global" "Infinity" (global $inf$asm2wasm$import f64))
(global $DYNAMICTOP_PTR (mut i32) (get_global $DYNAMICTOP_PTR$asm2wasm$import))
(global $tempDoublePtr (mut i32) (get_global $tempDoublePtr$asm2wasm$import))
(global $ABORT (mut i32) (get_global $ABORT$asm2wasm$import))
(global $STACKTOP (mut i32) (get_global $STACKTOP$asm2wasm$import))
(global $STACK_MAX (mut i32) (get_global $STACK_MAX$asm2wasm$import))
(global $__THREW__ (mut i32) (i32.const 0))
(global $threwValue (mut i32) (i32.const 0))
(global $setjmpId (mut i32) (i32.const 0))
(global $undef (mut i32) (i32.const 0))
(global $nan (mut f64) (get_global $nan$asm2wasm$import))
(global $inf (mut f64) (get_global $inf$asm2wasm$import))
(global $tempInt (mut i32) (i32.const 0))
(global $tempBigInt (mut i32) (i32.const 0))
(global $tempBigIntS (mut i32) (i32.const 0))
(global $tempValue (mut i32) (i32.const 0))
(global $tempDouble (mut f64) (f64.const 0))
(global $tempRet0 (mut i32) (i32.const 0))
(global $__pthread_ptr (mut i32) (i32.const 0))
(global $__pthread_is_main_runtime_thread (mut i32) (i32.const 0))
(global $__pthread_is_main_browser_thread (mut i32) (i32.const 0))
(global $tempFloat (mut f32) (f32.const 0))
(global $f0 (mut f32) (f32.const 0))
(export "test" (func $test))
(func $test (; 0 ;)
(local $$temp i32)
(local $1 i32)
(set_local $$temp
(i32.atomic.load
(i32.const 4916)
)
)
(set_local $$temp
(i32.atomic.load16_u
(i32.const 2458)
)
)
(set_local $$temp
(block (result i32)
(i32.atomic.store
(get_local $$temp)
(tee_local $1
(i32.const 0)
)
)
(get_local $1)
)
)
(set_local $$temp
(i32.atomic.rmw.xchg
(get_local $$temp)
(i32.const 1)
)
)
(set_local $$temp
(i32.atomic.rmw.cmpxchg
(get_local $$temp)
(i32.const 1)
(i32.const 2)
)
)
(set_local $$temp
(i32.atomic.rmw.add
(get_local $$temp)
(i32.const 0)
)
)
(set_local $$temp
(i32.atomic.rmw.sub
(get_local $$temp)
(i32.const 0)
)
)
(set_local $$temp
(i32.atomic.rmw.and
(get_local $$temp)
(i32.const 0)
)
)
(set_local $$temp
(i32.atomic.rmw.or
(get_local $$temp)
(i32.const 0)
)
)
(set_local $$temp
(i32.atomic.rmw.xor
(get_local $$temp)
(i32.const 0)
)
)
(set_local $$temp
(i32.atomic.rmw.xor
(i32.const 4096)
(i32.const 0)
)
)
(set_local $$temp
(i32.atomic.rmw16_u.xor
(i32.const 2048)
(i32.const 0)
)
)
(set_local $$temp
(i32.atomic.rmw8_u.xor
(i32.const 1024)
(i32.const 0)
)
)
)
)
|