Andrew Brown
020e5987d3
Use little-endian ordering for CLIF vconst immediate
Examining wasm-objdump revealed that it stores SIMD constants in little-endian order, e.g.:
000071 func[2] <test_const>:
000072: fd 02 01 00 00 00 02 00 00 | v128.const 0x00000001 0x00000002 0x00000003 0x00000004
00007b: 00 03 00 00 00 04 00 00 00 |
000084: fd 0d 03 | i32x4.extract_lane 3
000087: 0b | end
This change avoids confusion by making the CLIF representation use little-endian order as well.
2019-08-26 16:12:06 -07:00
..
2019-08-26 16:12:06 -07:00
2019-08-26 16:12:06 -07:00
2019-08-26 16:12:06 -07:00
2019-08-16 14:25:15 +02:00
2019-08-25 19:37:34 +02:00
2019-08-26 16:12:06 -07:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-07-31 15:20:08 +02:00
2019-07-05 17:50:17 +02:00
2019-08-25 19:37:34 +02:00
2019-07-25 14:33:25 +02:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-05-17 12:33:07 +02:00
2019-01-28 15:56:54 -08:00
2019-08-09 15:30:11 -06:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-08-25 19:37:34 +02:00
2019-08-09 15:30:11 -06:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-06-24 11:42:26 +02:00
2019-07-05 17:50:17 +02:00
2019-06-24 11:42:26 +02:00
2019-08-25 19:37:34 +02:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-08-16 11:35:16 -07:00
2019-01-28 15:56:54 -08:00
2019-08-20 19:06:09 +02:00
2019-01-28 15:56:54 -08:00
2019-03-26 09:11:57 -07:00
2019-01-28 15:56:54 -08:00
2019-01-28 15:56:54 -08:00
2019-08-22 15:54:10 -07:00
2019-08-26 16:12:06 -07:00