Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.13 KB

add_sat.md

File metadata and controls

29 lines (16 loc) · 1.13 KB

add_sat (saturating add)

todo

Opcode Instruction Stack Arity
0xFD 111 i8x16.add_sat_s $[ \mathsf{v128}, \mathsf{v128} ] \to [ \mathsf{v128} ]$
0xFD 112 i8x16.add_sat_u $[ \mathsf{v128}, \mathsf{v128} ] \to [ \mathsf{v128} ]$
0xFD 143 i16x8.add_sat_s $[ \mathsf{v128}, \mathsf{v128} ] \to [ \mathsf{v128} ]$
0xFD 144 i16x8.add_sat_u $[ \mathsf{v128}, \mathsf{v128} ] \to [ \mathsf{v128} ]$

WAT Examples

todo

References

WebAssembly Core Specification