Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 7633dd0

Browse files
committed
Add ops from #232 to NewOpcodes.md
1 parent 45112d3 commit 7633dd0

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

proposals/simd/NewOpcodes.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,22 @@
116116
| ---- mul ---- | 0x75 | i16x8.mul | 0x95 | i32x4.mul | 0xb5 | i64x2.mul | 0xd5 |
117117
| i8x16.min_s | 0x76 | i16x8.min_s | 0x96 | i32x4.min_s | 0xb6 | ------------- | 0xd6 |
118118
| i8x16.min_u | 0x77 | i16x8.min_u | 0x97 | i32x4.min_u | 0xb7 | ------------- | 0xd7 |
119-
| i8x16.max_s | 0x78 | i16x8.max_s | 0x98 | i32x4.max_s | 0xb8 | ------------- | 0xd8 |
120-
| i8x16.max_u | 0x79 | i16x8.max_u | 0x99 | i32x4.max_u | 0xb9 | ------------- | 0xd9 |
121-
| ---------------- | 0x7a | ---------------- | 0x9a | i32x4.dot_i16x8_s | 0xba | ------------- | 0xda |
122-
| i8x16.avgr_u | 0x7b | i16x8.avgr_u | 0x9b | ---- avgr_u ---- | 0xbb | ------------- | 0xdb |
123-
| ---------------- | 0x7c | i16x8.q15mulr_sat_s | 0x9c | ---------------- | 0xbc | ------------- | 0xdc |
119+
| i8x16.max_s | 0x78 | i16x8.max_s | 0x98 | i32x4.max_s | 0xb8 | ------------- | - |
120+
| i8x16.max_u | 0x79 | i16x8.max_u | 0x99 | i32x4.max_u | 0xb9 | ------------- | - |
121+
| ---------------- | 0x7a | ---------------- | 0x9a | i32x4.dot_i16x8_s | 0xba | ------------- | - |
122+
| i8x16.avgr_u | 0x7b | i16x8.avgr_u | 0x9b | ---- avgr_u ---- | 0xbb | ------------- | - |
123+
| ---------------- | 0x7c | i16x8.q15mulr_sat_s | 0x9c | ---------------- | 0xbc | ------------- | - |
124+
125+
| Rounding Op | opcode |
126+
| ------------- | ------ |
127+
| f32x4.ceil | 0xd8 |
128+
| f32x4.floor | 0xd9 |
129+
| f32x4.trunc | 0xda |
130+
| f32x4.nearest | 0xdb |
131+
| f64x2.ceil | 0xdc |
132+
| f64x2.floor | 0xdd |
133+
| f64x2.trunc | 0xde |
134+
| f64x2.nearest | 0xdf |
124135

125136
| f32x4 Op | opcode | f64x2 Op | opcode |
126137
| --------------- | ------ | --------------- | ------ |

0 commit comments

Comments
 (0)