Lines Matching defs:dst
91 void LiftoffAssembler::LoadFromInstance(Register dst, int offset, int size) { in LoadFromInstance()
95 void LiftoffAssembler::LoadTaggedPointerFromInstance(Register dst, int offset) { in LoadTaggedPointerFromInstance()
103 void LiftoffAssembler::FillInstanceInto(Register dst) { in FillInstanceInto()
107 void LiftoffAssembler::LoadTaggedPointer(Register dst, Register src_addr, in LoadTaggedPointer()
121 void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, in Load()
135 void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, Register src_addr, in AtomicLoad()
193 void LiftoffAssembler::LoadCallerFrameSlot(LiftoffRegister dst, in LoadCallerFrameSlot()
205 void LiftoffAssembler::LoadReturnStackSlot(LiftoffRegister dst, int offset, in LoadReturnStackSlot()
215 void LiftoffAssembler::Move(Register dst, Register src, ValueType type) { in Move()
219 void LiftoffAssembler::Move(DoubleRegister dst, DoubleRegister src, in Move()
404 bool LiftoffAssembler::emit_i64_popcnt(LiftoffRegister dst, in emit_i64_popcnt()
410 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
416 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
421 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
426 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
431 bool LiftoffAssembler::emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divs()
439 bool LiftoffAssembler::emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divu()
446 bool LiftoffAssembler::emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_rems()
453 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu()
460 void LiftoffAssembler::emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_clz()
464 void LiftoffAssembler::emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_ctz()
468 void LiftoffAssembler::emit_u32_to_intptr(Register dst, Register src) { in emit_u32_to_intptr()
477 LiftoffRegister dst, in emit_type_conversion()
483 void LiftoffAssembler::emit_i32_signextend_i8(Register dst, Register src) { in emit_i32_signextend_i8()
487 void LiftoffAssembler::emit_i32_signextend_i16(Register dst, Register src) { in emit_i32_signextend_i16()
491 void LiftoffAssembler::emit_i64_signextend_i8(LiftoffRegister dst, in emit_i64_signextend_i8()
496 void LiftoffAssembler::emit_i64_signextend_i16(LiftoffRegister dst, in emit_i64_signextend_i16()
501 void LiftoffAssembler::emit_i64_signextend_i32(LiftoffRegister dst, in emit_i64_signextend_i32()
520 void LiftoffAssembler::emit_i32_eqz(Register dst, Register src) { in emit_i32_eqz()
524 void LiftoffAssembler::emit_i32_set_cond(Condition cond, Register dst, in emit_i32_set_cond()
529 void LiftoffAssembler::emit_i64_eqz(Register dst, LiftoffRegister src) { in emit_i64_eqz()
533 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond()
539 void LiftoffAssembler::emit_f32_set_cond(Condition cond, Register dst, in emit_f32_set_cond()
545 void LiftoffAssembler::emit_f64_set_cond(Condition cond, Register dst, in emit_f64_set_cond()
551 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select()
558 void LiftoffAssembler::LoadTransform(LiftoffRegister dst, Register src_addr, in LoadTransform()
566 void LiftoffAssembler::emit_i8x16_swizzle(LiftoffRegister dst, in emit_i8x16_swizzle()
572 void LiftoffAssembler::emit_f64x2_splat(LiftoffRegister dst, in emit_f64x2_splat()
577 void LiftoffAssembler::emit_f64x2_extract_lane(LiftoffRegister dst, in emit_f64x2_extract_lane()
583 void LiftoffAssembler::emit_f64x2_replace_lane(LiftoffRegister dst, in emit_f64x2_replace_lane()
590 void LiftoffAssembler::emit_f64x2_abs(LiftoffRegister dst, in emit_f64x2_abs()
595 void LiftoffAssembler::emit_f64x2_neg(LiftoffRegister dst, in emit_f64x2_neg()
600 void LiftoffAssembler::emit_f64x2_sqrt(LiftoffRegister dst, in emit_f64x2_sqrt()
605 bool LiftoffAssembler::emit_f64x2_ceil(LiftoffRegister dst, in emit_f64x2_ceil()
611 bool LiftoffAssembler::emit_f64x2_floor(LiftoffRegister dst, in emit_f64x2_floor()
617 bool LiftoffAssembler::emit_f64x2_trunc(LiftoffRegister dst, in emit_f64x2_trunc()
623 bool LiftoffAssembler::emit_f64x2_nearest_int(LiftoffRegister dst, in emit_f64x2_nearest_int()
629 void LiftoffAssembler::emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_add()
634 void LiftoffAssembler::emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_sub()
639 void LiftoffAssembler::emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_mul()
644 void LiftoffAssembler::emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_div()
649 void LiftoffAssembler::emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_min()
654 void LiftoffAssembler::emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_max()
659 void LiftoffAssembler::emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmin()
664 void LiftoffAssembler::emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmax()
669 void LiftoffAssembler::emit_f32x4_splat(LiftoffRegister dst, in emit_f32x4_splat()
674 void LiftoffAssembler::emit_f32x4_extract_lane(LiftoffRegister dst, in emit_f32x4_extract_lane()
680 void LiftoffAssembler::emit_f32x4_replace_lane(LiftoffRegister dst, in emit_f32x4_replace_lane()
687 void LiftoffAssembler::emit_f32x4_abs(LiftoffRegister dst, in emit_f32x4_abs()
692 void LiftoffAssembler::emit_f32x4_neg(LiftoffRegister dst, in emit_f32x4_neg()
697 void LiftoffAssembler::emit_f32x4_sqrt(LiftoffRegister dst, in emit_f32x4_sqrt()
702 bool LiftoffAssembler::emit_f32x4_ceil(LiftoffRegister dst, in emit_f32x4_ceil()
708 bool LiftoffAssembler::emit_f32x4_floor(LiftoffRegister dst, in emit_f32x4_floor()
714 bool LiftoffAssembler::emit_f32x4_trunc(LiftoffRegister dst, in emit_f32x4_trunc()
720 bool LiftoffAssembler::emit_f32x4_nearest_int(LiftoffRegister dst, in emit_f32x4_nearest_int()
726 void LiftoffAssembler::emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_add()
731 void LiftoffAssembler::emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_sub()
736 void LiftoffAssembler::emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_mul()
741 void LiftoffAssembler::emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_div()
746 void LiftoffAssembler::emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_min()
751 void LiftoffAssembler::emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_max()
756 void LiftoffAssembler::emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmin()
761 void LiftoffAssembler::emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmax()
766 void LiftoffAssembler::emit_i64x2_splat(LiftoffRegister dst, in emit_i64x2_splat()
771 void LiftoffAssembler::emit_i64x2_extract_lane(LiftoffRegister dst, in emit_i64x2_extract_lane()
777 void LiftoffAssembler::emit_i64x2_replace_lane(LiftoffRegister dst, in emit_i64x2_replace_lane()
784 void LiftoffAssembler::emit_i64x2_neg(LiftoffRegister dst, in emit_i64x2_neg()
789 void LiftoffAssembler::emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shl()
794 void LiftoffAssembler::emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shli()
799 void LiftoffAssembler::emit_i64x2_shr_s(LiftoffRegister dst, in emit_i64x2_shr_s()
805 void LiftoffAssembler::emit_i64x2_shri_s(LiftoffRegister dst, in emit_i64x2_shri_s()
810 void LiftoffAssembler::emit_i64x2_shr_u(LiftoffRegister dst, in emit_i64x2_shr_u()
816 void LiftoffAssembler::emit_i64x2_shri_u(LiftoffRegister dst, in emit_i64x2_shri_u()
821 void LiftoffAssembler::emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_add()
826 void LiftoffAssembler::emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_sub()
831 void LiftoffAssembler::emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_mul()
836 void LiftoffAssembler::emit_i32x4_splat(LiftoffRegister dst, in emit_i32x4_splat()
841 void LiftoffAssembler::emit_i32x4_extract_lane(LiftoffRegister dst, in emit_i32x4_extract_lane()
847 void LiftoffAssembler::emit_i32x4_replace_lane(LiftoffRegister dst, in emit_i32x4_replace_lane()
854 void LiftoffAssembler::emit_i32x4_neg(LiftoffRegister dst, in emit_i32x4_neg()
859 void LiftoffAssembler::emit_v32x4_anytrue(LiftoffRegister dst, in emit_v32x4_anytrue()
864 void LiftoffAssembler::emit_v32x4_alltrue(LiftoffRegister dst, in emit_v32x4_alltrue()
869 void LiftoffAssembler::emit_i32x4_bitmask(LiftoffRegister dst, in emit_i32x4_bitmask()
874 void LiftoffAssembler::emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shl()
879 void LiftoffAssembler::emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shli()
884 void LiftoffAssembler::emit_i32x4_shr_s(LiftoffRegister dst, in emit_i32x4_shr_s()
890 void LiftoffAssembler::emit_i32x4_shri_s(LiftoffRegister dst, in emit_i32x4_shri_s()
895 void LiftoffAssembler::emit_i32x4_shr_u(LiftoffRegister dst, in emit_i32x4_shr_u()
901 void LiftoffAssembler::emit_i32x4_shri_u(LiftoffRegister dst, in emit_i32x4_shri_u()
906 void LiftoffAssembler::emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_add()
911 void LiftoffAssembler::emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_sub()
916 void LiftoffAssembler::emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_mul()
921 void LiftoffAssembler::emit_i32x4_min_s(LiftoffRegister dst, in emit_i32x4_min_s()
927 void LiftoffAssembler::emit_i32x4_min_u(LiftoffRegister dst, in emit_i32x4_min_u()
933 void LiftoffAssembler::emit_i32x4_max_s(LiftoffRegister dst, in emit_i32x4_max_s()
939 void LiftoffAssembler::emit_i32x4_max_u(LiftoffRegister dst, in emit_i32x4_max_u()
945 void LiftoffAssembler::emit_i32x4_dot_i16x8_s(LiftoffRegister dst, in emit_i32x4_dot_i16x8_s()
951 void LiftoffAssembler::emit_i16x8_splat(LiftoffRegister dst, in emit_i16x8_splat()
956 void LiftoffAssembler::emit_i16x8_neg(LiftoffRegister dst, in emit_i16x8_neg()
961 void LiftoffAssembler::emit_v16x8_anytrue(LiftoffRegister dst, in emit_v16x8_anytrue()
966 void LiftoffAssembler::emit_v16x8_alltrue(LiftoffRegister dst, in emit_v16x8_alltrue()
971 void LiftoffAssembler::emit_i16x8_bitmask(LiftoffRegister dst, in emit_i16x8_bitmask()
976 void LiftoffAssembler::emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shl()
981 void LiftoffAssembler::emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shli()
986 void LiftoffAssembler::emit_i16x8_shr_s(LiftoffRegister dst, in emit_i16x8_shr_s()
992 void LiftoffAssembler::emit_i16x8_shri_s(LiftoffRegister dst, in emit_i16x8_shri_s()
997 void LiftoffAssembler::emit_i16x8_shr_u(LiftoffRegister dst, in emit_i16x8_shr_u()
1003 void LiftoffAssembler::emit_i16x8_shri_u(LiftoffRegister dst, in emit_i16x8_shri_u()
1008 void LiftoffAssembler::emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_add()
1013 void LiftoffAssembler::emit_i16x8_add_sat_s(LiftoffRegister dst, in emit_i16x8_add_sat_s()
1019 void LiftoffAssembler::emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_sub()
1024 void LiftoffAssembler::emit_i16x8_sub_sat_s(LiftoffRegister dst, in emit_i16x8_sub_sat_s()
1030 void LiftoffAssembler::emit_i16x8_sub_sat_u(LiftoffRegister dst, in emit_i16x8_sub_sat_u()
1036 void LiftoffAssembler::emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_mul()
1041 void LiftoffAssembler::emit_i16x8_add_sat_u(LiftoffRegister dst, in emit_i16x8_add_sat_u()
1047 void LiftoffAssembler::emit_i16x8_min_s(LiftoffRegister dst, in emit_i16x8_min_s()
1053 void LiftoffAssembler::emit_i16x8_min_u(LiftoffRegister dst, in emit_i16x8_min_u()
1059 void LiftoffAssembler::emit_i16x8_max_s(LiftoffRegister dst, in emit_i16x8_max_s()
1065 void LiftoffAssembler::emit_i16x8_max_u(LiftoffRegister dst, in emit_i16x8_max_u()
1071 void LiftoffAssembler::emit_i16x8_extract_lane_u(LiftoffRegister dst, in emit_i16x8_extract_lane_u()
1077 void LiftoffAssembler::emit_i16x8_replace_lane(LiftoffRegister dst, in emit_i16x8_replace_lane()
1084 void LiftoffAssembler::emit_i16x8_extract_lane_s(LiftoffRegister dst, in emit_i16x8_extract_lane_s()
1090 void LiftoffAssembler::emit_i8x16_shuffle(LiftoffRegister dst, in emit_i8x16_shuffle()
1098 void LiftoffAssembler::emit_i8x16_splat(LiftoffRegister dst, in emit_i8x16_splat()
1103 void LiftoffAssembler::emit_i8x16_extract_lane_u(LiftoffRegister dst, in emit_i8x16_extract_lane_u()
1109 void LiftoffAssembler::emit_i8x16_replace_lane(LiftoffRegister dst, in emit_i8x16_replace_lane()
1116 void LiftoffAssembler::emit_i8x16_neg(LiftoffRegister dst, in emit_i8x16_neg()
1121 void LiftoffAssembler::emit_v8x16_anytrue(LiftoffRegister dst, in emit_v8x16_anytrue()
1126 void LiftoffAssembler::emit_v8x16_alltrue(LiftoffRegister dst, in emit_v8x16_alltrue()
1131 void LiftoffAssembler::emit_i8x16_bitmask(LiftoffRegister dst, in emit_i8x16_bitmask()
1136 void LiftoffAssembler::emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_shl()
1141 void LiftoffAssembler::emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_shli()
1146 void LiftoffAssembler::emit_i8x16_shr_s(LiftoffRegister dst, in emit_i8x16_shr_s()
1152 void LiftoffAssembler::emit_i8x16_shri_s(LiftoffRegister dst, in emit_i8x16_shri_s()
1157 void LiftoffAssembler::emit_i8x16_shr_u(LiftoffRegister dst, in emit_i8x16_shr_u()
1163 void LiftoffAssembler::emit_i8x16_shri_u(LiftoffRegister dst, in emit_i8x16_shri_u()
1168 void LiftoffAssembler::emit_i8x16_extract_lane_s(LiftoffRegister dst, in emit_i8x16_extract_lane_s()
1174 void LiftoffAssembler::emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_add()
1179 void LiftoffAssembler::emit_i8x16_add_sat_s(LiftoffRegister dst, in emit_i8x16_add_sat_s()
1185 void LiftoffAssembler::emit_i8x16_min_s(LiftoffRegister dst, in emit_i8x16_min_s()
1191 void LiftoffAssembler::emit_i8x16_min_u(LiftoffRegister dst, in emit_i8x16_min_u()
1197 void LiftoffAssembler::emit_i8x16_max_s(LiftoffRegister dst, in emit_i8x16_max_s()
1203 void LiftoffAssembler::emit_i8x16_max_u(LiftoffRegister dst, in emit_i8x16_max_u()
1209 void LiftoffAssembler::emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_eq()
1214 void LiftoffAssembler::emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ne()
1219 void LiftoffAssembler::emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_gt_s()
1224 void LiftoffAssembler::emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_gt_u()
1229 void LiftoffAssembler::emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ge_s()
1234 void LiftoffAssembler::emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ge_u()
1239 void LiftoffAssembler::emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_eq()
1244 void LiftoffAssembler::emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ne()
1249 void LiftoffAssembler::emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_gt_s()
1254 void LiftoffAssembler::emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_gt_u()
1259 void LiftoffAssembler::emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ge_s()
1264 void LiftoffAssembler::emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ge_u()
1269 void LiftoffAssembler::emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_eq()
1274 void LiftoffAssembler::emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ne()
1279 void LiftoffAssembler::emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_gt_s()
1284 void LiftoffAssembler::emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_gt_u()
1289 void LiftoffAssembler::emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ge_s()
1294 void LiftoffAssembler::emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ge_u()
1299 void LiftoffAssembler::emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_eq()
1304 void LiftoffAssembler::emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_ne()
1309 void LiftoffAssembler::emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_lt()
1314 void LiftoffAssembler::emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_le()
1319 void LiftoffAssembler::emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_eq()
1324 void LiftoffAssembler::emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_ne()
1329 void LiftoffAssembler::emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_lt()
1334 void LiftoffAssembler::emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_le()
1339 void LiftoffAssembler::emit_s128_const(LiftoffRegister dst, in emit_s128_const()
1344 void LiftoffAssembler::emit_s128_not(LiftoffRegister dst, LiftoffRegister src) { in emit_s128_not()
1348 void LiftoffAssembler::emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_and()
1353 void LiftoffAssembler::emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_or()
1358 void LiftoffAssembler::emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_xor()
1363 void LiftoffAssembler::emit_s128_select(LiftoffRegister dst, in emit_s128_select()
1370 void LiftoffAssembler::emit_i32x4_sconvert_f32x4(LiftoffRegister dst, in emit_i32x4_sconvert_f32x4()
1375 void LiftoffAssembler::emit_i32x4_uconvert_f32x4(LiftoffRegister dst, in emit_i32x4_uconvert_f32x4()
1380 void LiftoffAssembler::emit_f32x4_sconvert_i32x4(LiftoffRegister dst, in emit_f32x4_sconvert_i32x4()
1385 void LiftoffAssembler::emit_f32x4_uconvert_i32x4(LiftoffRegister dst, in emit_f32x4_uconvert_i32x4()
1390 void LiftoffAssembler::emit_i8x16_sconvert_i16x8(LiftoffRegister dst, in emit_i8x16_sconvert_i16x8()
1396 void LiftoffAssembler::emit_i8x16_uconvert_i16x8(LiftoffRegister dst, in emit_i8x16_uconvert_i16x8()
1402 void LiftoffAssembler::emit_i16x8_sconvert_i32x4(LiftoffRegister dst, in emit_i16x8_sconvert_i32x4()
1408 void LiftoffAssembler::emit_i16x8_uconvert_i32x4(LiftoffRegister dst, in emit_i16x8_uconvert_i32x4()
1414 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, in emit_i16x8_sconvert_i8x16_low()
1419 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, in emit_i16x8_sconvert_i8x16_high()
1424 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, in emit_i16x8_uconvert_i8x16_low()
1429 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, in emit_i16x8_uconvert_i8x16_high()
1434 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, in emit_i32x4_sconvert_i16x8_low()
1439 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, in emit_i32x4_sconvert_i16x8_high()
1444 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, in emit_i32x4_uconvert_i16x8_low()
1449 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, in emit_i32x4_uconvert_i16x8_high()
1454 void LiftoffAssembler::emit_s128_and_not(LiftoffRegister dst, in emit_s128_and_not()
1460 void LiftoffAssembler::emit_i8x16_rounding_average_u(LiftoffRegister dst, in emit_i8x16_rounding_average_u()
1466 void LiftoffAssembler::emit_i16x8_rounding_average_u(LiftoffRegister dst, in emit_i16x8_rounding_average_u()
1472 void LiftoffAssembler::emit_i8x16_abs(LiftoffRegister dst, in emit_i8x16_abs()
1477 void LiftoffAssembler::emit_i16x8_abs(LiftoffRegister dst, in emit_i16x8_abs()
1482 void LiftoffAssembler::emit_i32x4_abs(LiftoffRegister dst, in emit_i32x4_abs()
1487 void LiftoffAssembler::emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_sub()
1492 void LiftoffAssembler::emit_i8x16_sub_sat_s(LiftoffRegister dst, in emit_i8x16_sub_sat_s()
1498 void LiftoffAssembler::emit_i8x16_sub_sat_u(LiftoffRegister dst, in emit_i8x16_sub_sat_u()
1504 void LiftoffAssembler::emit_i8x16_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_mul()
1509 void LiftoffAssembler::emit_i8x16_add_sat_u(LiftoffRegister dst, in emit_i8x16_add_sat_u()