@@ -936,6 +936,13 @@ instructions! {
936936 V128Or : [ 0xfd , 0x50 ] : "v128.or" ,
937937 V128Xor : [ 0xfd , 0x51 ] : "v128.xor" ,
938938 V128Bitselect : [ 0xfd , 0x52 ] : "v128.bitselect" ,
939+
940+ F64x2ConvertLowI32x4S : [ 0xfd , 0x53 ] : "f64x2.convert_low_i32x4_s" ,
941+ F64x2ConvertLowI32x4U : [ 0xfd , 0x54 ] : "f64x2.convert_low_i32x4_u" ,
942+ I32x4TruncSatF64x2SZero : [ 0xfd , 0x55 ] : "i32x4.trunc_sat_f64x2_s_zero" ,
943+ I32x4TruncSatF64x2UZero : [ 0xfd , 0x56 ] : "i32x4.trunc_sat_f64x2_u_zero" ,
944+ F32x4DemoteF64x2Zero : [ 0xfd , 0x57 ] : "f32x4.demote_f64x2_zero" ,
945+
939946 V128Load8Lane ( LoadOrStoreLane <1 >) : [ 0xfd , 0x58 ] : "v128.load8_lane" ,
940947 V128Load16Lane ( LoadOrStoreLane <2 >) : [ 0xfd , 0x59 ] : "v128.load16_lane" ,
941948 V128Load32Lane ( LoadOrStoreLane <4 >) : [ 0xfd , 0x5a ] : "v128.load32_lane" ,
@@ -952,6 +959,7 @@ instructions! {
952959 I8x16Bitmask : [ 0xfd , 0x64 ] : "i8x16.bitmask" ,
953960 I8x16NarrowI16x8S : [ 0xfd , 0x65 ] : "i8x16.narrow_i16x8_s" ,
954961 I8x16NarrowI16x8U : [ 0xfd , 0x66 ] : "i8x16.narrow_i16x8_u" ,
962+ F64x2PromoteLowF32x4 : [ 0xfd , 0x69 ] : "f64x2.promote_low_f32x4" ,
955963 I8x16Shl : [ 0xfd , 0x6b ] : "i8x16.shl" ,
956964 I8x16ShrS : [ 0xfd , 0x6c ] : "i8x16.shr_s" ,
957965 I8x16ShrU : [ 0xfd , 0x6d ] : "i8x16.shr_u" ,
0 commit comments