summaryrefslogtreecommitdiff
path: root/test/dump/simd-splat.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-12-12 17:03:23 -0800
committerGitHub <noreply@github.com>2018-12-12 17:03:23 -0800
commitbfc4f5b9cf7d1e43896d825d5485621956a3ec3f (patch)
treee0d264bcd1098fe817fcec699f82479aa48095d8 /test/dump/simd-splat.txt
parenta5827e0c2e5d3e4a05a65853ec5b5284dffe9585 (diff)
downloadwabt-bfc4f5b9cf7d1e43896d825d5485621956a3ec3f.tar.gz
wabt-bfc4f5b9cf7d1e43896d825d5485621956a3ec3f.tar.bz2
wabt-bfc4f5b9cf7d1e43896d825d5485621956a3ec3f.zip
Pass function body size in BinaryReader callback (#975)
This is useful for finding large functions with wasm-objdump.
Diffstat (limited to 'test/dump/simd-splat.txt')
-rw-r--r--test/dump/simd-splat.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/dump/simd-splat.txt b/test/dump/simd-splat.txt
index 7b66426c..1cf4c847 100644
--- a/test/dump/simd-splat.txt
+++ b/test/dump/simd-splat.txt
@@ -39,28 +39,28 @@ simd-splat.wasm: file format wasm 0x1
Code Disassembly:
-00009c <func_i8x16_splat_0>:
+00009d <func_i8x16_splat_0>:
00009e: 41 ff 00 | i32.const 127
0000a1: fd 04 | i8x16.splat
0000a3: 0b | end
-0000a4 <func_i16x8_splat_0>:
+0000a5 <func_i16x8_splat_0>:
0000a6: 41 b4 24 | i32.const 4660
0000a9: fd 08 | i16x8.splat
0000ab: 0b | end
-0000ac <func_i32x4_splat_0>:
+0000ad <func_i32x4_splat_0>:
0000ae: 41 f8 ac d1 91 01 | i32.const 305419896
0000b4: fd 0c | i32x4.splat
0000b6: 0b | end
-0000b7 <func_i64x2_splat_0>:
+0000b8 <func_i64x2_splat_0>:
0000b9: 42 80 80 80 80 80 cf 95 9a | i64.const 1311768464867721216
0000c2: 12 |
0000c3: fd 0f | i64x2.splat
0000c5: 0b | end
-0000c6 <func_f32x4_splat_0>:
+0000c7 <func_f32x4_splat_0>:
0000c8: 43 00 00 80 3f | f32.const 0x1p+0
0000cd: fd 12 | f32x4.splat
0000cf: 0b | end
-0000d0 <func_f64x2_splat_0>:
+0000d1 <func_f64x2_splat_0>:
0000d2: 44 00 00 00 00 00 00 f0 3f | f64.const 0x1p+0
0000db: fd 15 | f64x2.splat
0000dd: 0b | end