|
7 | 7 | (import "dummy" "memory" (memory 1))
|
8 | 8 |
|
9 | 9 | (func (export "m128_load4") (param $x i32) (result i32)
|
10 |
| - (i32x4.extract_lane 0 (v128.load offset=0 align=4 (get_local $x))) |
| 10 | + (i32x4.extract_lane 0 (v128.load offset=0 (get_local $x))) |
11 | 11 | )
|
12 | 12 |
|
13 | 13 | (func (export "m128_load4_offset") (param $x i32) (result i32)
|
14 |
| - (i32x4.extract_lane 0 (v128.load offset=16 align=4 (get_local $x))) |
| 14 | + (i32x4.extract_lane 0 (v128.load offset=16 (get_local $x))) |
15 | 15 | )
|
16 | 16 |
|
17 | 17 | (func (export "m128_load_test") (param $x i32) (local v128)
|
18 |
| - (set_local 1 (v128.load offset=0 align=4 (get_local $x))) |
| 18 | + (set_local 1 (v128.load offset=0 (get_local $x))) |
19 | 19 | (i32.store offset=0 (get_local $x) (i32.popcnt (i32x4.extract_lane 0 (get_local 1))))
|
20 |
| - (set_local 1 (v128.load offset=0 align=4 (get_local $x))) |
| 20 | + (set_local 1 (v128.load offset=0 (get_local $x))) |
21 | 21 | (i32.store offset=4 (get_local $x) (i32.popcnt (i32x4.extract_lane 1 (get_local 1))))
|
22 |
| - (set_local 1 (v128.load offset=0 align=4 (get_local $x))) |
| 22 | + (set_local 1 (v128.load offset=0 (get_local $x))) |
23 | 23 | (i32.store offset=8 (get_local $x) (i32.popcnt (i32x4.extract_lane 2 (get_local 1))))
|
24 |
| - (set_local 1 (v128.load offset=0 align=4 (get_local $x))) |
| 24 | + (set_local 1 (v128.load offset=0 (get_local $x))) |
25 | 25 | (i32.store offset=12 (get_local $x) (i32.popcnt (i32x4.extract_lane 3 (get_local 1))))
|
26 | 26 | ;;
|
27 |
| - (set_local 1 (v128.load offset=20 align=4 (get_local $x))) |
| 27 | + (set_local 1 (v128.load offset=20 (get_local $x))) |
28 | 28 | (i32.store offset=20 (get_local $x) (i32.popcnt (i32x4.extract_lane 0 (get_local 1))))
|
29 |
| - (set_local 1 (v128.load offset=20 align=4 (get_local $x))) |
| 29 | + (set_local 1 (v128.load offset=20 (get_local $x))) |
30 | 30 | (i32.store offset=24 (get_local $x) (i32.popcnt (i32x4.extract_lane 1 (get_local 1))))
|
31 |
| - (set_local 1 (v128.load offset=20 align=4 (get_local $x))) |
| 31 | + (set_local 1 (v128.load offset=20 (get_local $x))) |
32 | 32 | (i32.store offset=28 (get_local $x) (i32.popcnt (i32x4.extract_lane 2 (get_local 1))))
|
33 |
| - (set_local 1 (v128.load offset=20 align=4 (get_local $x))) |
| 33 | + (set_local 1 (v128.load offset=20 (get_local $x))) |
34 | 34 | (i32.store offset=32 (get_local $x) (i32.popcnt (i32x4.extract_lane 3 (get_local 1))))
|
35 | 35 | ;;
|
36 |
| - (set_local 1 (v128.load offset=44 align=4 (get_local $x))) |
| 36 | + (set_local 1 (v128.load offset=44 (get_local $x))) |
37 | 37 | (i32.store offset=44 (get_local $x) (i32.popcnt (i32x4.extract_lane 0 (get_local 1))))
|
38 |
| - (set_local 1 (v128.load offset=44 align=4 (get_local $x))) |
| 38 | + (set_local 1 (v128.load offset=44 (get_local $x))) |
39 | 39 | (i32.store offset=48 (get_local $x) (i32.popcnt (i32x4.extract_lane 1 (get_local 1))))
|
40 |
| - (set_local 1 (v128.load offset=44 align=4 (get_local $x))) |
| 40 | + (set_local 1 (v128.load offset=44 (get_local $x))) |
41 | 41 | (i32.store offset=52 (get_local $x) (i32.popcnt (i32x4.extract_lane 2 (get_local 1))))
|
42 |
| - (set_local 1 (v128.load offset=44 align=4 (get_local $x))) |
| 42 | + (set_local 1 (v128.load offset=44 (get_local $x))) |
43 | 43 | (i32.store offset=56 (get_local $x) (i32.popcnt (i32x4.extract_lane 3 (get_local 1))))
|
44 | 44 | ;;
|
45 |
| - (set_local 1 (v128.load offset=68 align=4 (get_local $x))) |
| 45 | + (set_local 1 (v128.load offset=68 (get_local $x))) |
46 | 46 | (i32.store offset=68 (get_local $x) (i32.popcnt (i32x4.extract_lane 0 (get_local 1))))
|
47 |
| - (set_local 1 (v128.load offset=68 align=4 (get_local $x))) |
| 47 | + (set_local 1 (v128.load offset=68 (get_local $x))) |
48 | 48 | (i32.store offset=72 (get_local $x) (i32.popcnt (i32x4.extract_lane 1 (get_local 1))))
|
49 |
| - (set_local 1 (v128.load offset=68 align=4 (get_local $x))) |
| 49 | + (set_local 1 (v128.load offset=68 (get_local $x))) |
50 | 50 | (i32.store offset=76 (get_local $x) (i32.popcnt (i32x4.extract_lane 2 (get_local 1))))
|
51 |
| - (set_local 1 (v128.load offset=68 align=4 (get_local $x))) |
| 51 | + (set_local 1 (v128.load offset=68 (get_local $x))) |
52 | 52 | (i32.store offset=80 (get_local $x) (i32.popcnt (i32x4.extract_lane 3 (get_local 1))))
|
53 | 53 | )
|
54 | 54 | )
|
0 commit comments