Lines Matching defs:dst
122 inline void I64Binop(LiftoffAssembler* assm, LiftoffRegister dst, in I64Binop()
140 inline void I64BinopI(LiftoffAssembler* assm, LiftoffRegister dst, in I64BinopI()
155 inline void I64Shiftop(LiftoffAssembler* assm, LiftoffRegister dst, in I64Shiftop()
195 inline void EmitFloatMinOrMax(LiftoffAssembler* assm, RegisterType dst, in EmitFloatMinOrMax()
227 NeonDataType sdt, LiftoffRegister dst, in S128NarrowOp()
238 inline void F64x2Compare(LiftoffAssembler* assm, LiftoffRegister dst, in F64x2Compare()
268 inline void Store(LiftoffAssembler* assm, LiftoffRegister src, MemOperand dst, in Store()
307 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, in Load()
360 inline void EmitSimdShift(LiftoffAssembler* assm, LiftoffRegister dst, in EmitSimdShift()
376 inline void EmitSimdShiftImmediate(LiftoffAssembler* assm, LiftoffRegister dst, in EmitSimdShiftImmediate()
394 inline void EmitAnyTrue(LiftoffAssembler* assm, LiftoffRegister dst, in EmitAnyTrue()
537 void LiftoffAssembler::LoadFromInstance(Register dst, int offset, int size) { in LoadFromInstance()
544 void LiftoffAssembler::LoadTaggedPointerFromInstance(Register dst, int offset) { in LoadTaggedPointerFromInstance()
552 void LiftoffAssembler::FillInstanceInto(Register dst) { in FillInstanceInto()
654 void LiftoffAssembler::LoadTaggedPointer(Register dst, Register src_addr, in LoadTaggedPointer()
686 void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, in Load()
824 inline void Add(LiftoffAssembler* lasm, Register dst, Register lhs, in Add()
829 inline void Sub(LiftoffAssembler* lasm, Register dst, Register lhs, in Sub()
834 inline void And(LiftoffAssembler* lasm, Register dst, Register lhs, in And()
839 inline void Or(LiftoffAssembler* lasm, Register dst, Register lhs, in Or()
844 inline void Xor(LiftoffAssembler* lasm, Register dst, Register lhs, in Xor()
849 inline void Exchange(LiftoffAssembler* lasm, Register dst, Register lhs, in Exchange()
978 inline void I64Store(LiftoffAssembler* lasm, LiftoffRegister dst, in I64Store() argument
987 void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, Register src_addr, in AtomicLoad()
1280 void LiftoffAssembler::LoadCallerFrameSlot(LiftoffRegister dst, in LoadCallerFrameSlot()
1294 void LiftoffAssembler::LoadReturnStackSlot(LiftoffRegister dst, int offset, in LoadReturnStackSlot()
1308 void LiftoffAssembler::Move(Register dst, Register src, ValueType type) { in Move()
1314 void LiftoffAssembler::Move(DoubleRegister dst, DoubleRegister src, in Move()
1340 MemOperand dst = liftoff::GetStackSlot(offset); in Spill() local
1499 void LiftoffAssembler::emit_i32_ctz(Register dst, Register src) { in emit_i32_ctz()
1505 inline void GeneratePopCnt(Assembler* assm, Register dst, Register src, in GeneratePopCnt()
1529 bool LiftoffAssembler::emit_i32_popcnt(Register dst, Register src) { in emit_i32_popcnt()
1537 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1566 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1579 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1600 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1621 void LiftoffAssembler::emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_add()
1626 void LiftoffAssembler::emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_addi()
1631 void LiftoffAssembler::emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_sub()
1636 void LiftoffAssembler::emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_mul()
1656 bool LiftoffAssembler::emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divs()
1663 bool LiftoffAssembler::emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divu()
1669 bool LiftoffAssembler::emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_rems()
1675 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu()
1681 void LiftoffAssembler::emit_i64_shl(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shl()
1686 void LiftoffAssembler::emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shli()
1696 void LiftoffAssembler::emit_i64_sar(LiftoffRegister dst, LiftoffRegister src, in emit_i64_sar()
1701 void LiftoffAssembler::emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, in emit_i64_sari()
1711 void LiftoffAssembler::emit_i64_shr(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shr()
1716 void LiftoffAssembler::emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shri()
1726 void LiftoffAssembler::emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_clz()
1744 void LiftoffAssembler::emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_ctz()
1765 bool LiftoffAssembler::emit_i64_popcnt(LiftoffRegister dst, in emit_i64_popcnt()
1782 bool LiftoffAssembler::emit_f32_ceil(DoubleRegister dst, DoubleRegister src) { in emit_f32_ceil()
1791 bool LiftoffAssembler::emit_f32_floor(DoubleRegister dst, DoubleRegister src) { in emit_f32_floor()
1800 bool LiftoffAssembler::emit_f32_trunc(DoubleRegister dst, DoubleRegister src) { in emit_f32_trunc()
1809 bool LiftoffAssembler::emit_f32_nearest_int(DoubleRegister dst, in emit_f32_nearest_int()
1819 void LiftoffAssembler::emit_f32_min(DoubleRegister dst, DoubleRegister lhs, in emit_f32_min()
1826 void LiftoffAssembler::emit_f32_max(DoubleRegister dst, DoubleRegister lhs, in emit_f32_max()
1833 bool LiftoffAssembler::emit_f64_ceil(DoubleRegister dst, DoubleRegister src) { in emit_f64_ceil()
1842 bool LiftoffAssembler::emit_f64_floor(DoubleRegister dst, DoubleRegister src) { in emit_f64_floor()
1851 bool LiftoffAssembler::emit_f64_trunc(DoubleRegister dst, DoubleRegister src) { in emit_f64_trunc()
1860 bool LiftoffAssembler::emit_f64_nearest_int(DoubleRegister dst, in emit_f64_nearest_int()
1870 void LiftoffAssembler::emit_f64_min(DoubleRegister dst, DoubleRegister lhs, in emit_f64_min()
1875 void LiftoffAssembler::emit_f64_max(DoubleRegister dst, DoubleRegister lhs, in emit_f64_max()
1880 void LiftoffAssembler::emit_u32_to_intptr(Register dst, Register src) { in emit_u32_to_intptr()
1884 void LiftoffAssembler::emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, in emit_f32_copysign()
1901 void LiftoffAssembler::emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, in emit_f64_copysign()
1922 LiftoffRegister dst, in emit_type_conversion()
2091 void LiftoffAssembler::emit_i32_signextend_i8(Register dst, Register src) { in emit_i32_signextend_i8()
2095 void LiftoffAssembler::emit_i32_signextend_i16(Register dst, Register src) { in emit_i32_signextend_i16()
2099 void LiftoffAssembler::emit_i64_signextend_i8(LiftoffRegister dst, in emit_i64_signextend_i8()
2105 void LiftoffAssembler::emit_i64_signextend_i16(LiftoffRegister dst, in emit_i64_signextend_i16()
2111 void LiftoffAssembler::emit_i64_signextend_i32(LiftoffRegister dst, in emit_i64_signextend_i32()
2133 void LiftoffAssembler::emit_i32_eqz(Register dst, Register src) { in emit_i32_eqz()
2138 void LiftoffAssembler::emit_i32_set_cond(Condition cond, Register dst, in emit_i32_set_cond()
2145 void LiftoffAssembler::emit_i64_eqz(Register dst, LiftoffRegister src) { in emit_i64_eqz()
2151 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond()
2193 void LiftoffAssembler::emit_f32_set_cond(Condition cond, Register dst, in emit_f32_set_cond()
2206 void LiftoffAssembler::emit_f64_set_cond(Condition cond, Register dst, in emit_f64_set_cond()
2218 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select()
2225 void LiftoffAssembler::LoadTransform(LiftoffRegister dst, Register src_addr, in LoadTransform()
2293 void LiftoffAssembler::emit_i8x16_swizzle(LiftoffRegister dst, in emit_i8x16_swizzle()
2310 void LiftoffAssembler::emit_f64x2_splat(LiftoffRegister dst, in emit_f64x2_splat()
2316 void LiftoffAssembler::emit_f64x2_extract_lane(LiftoffRegister dst, in emit_f64x2_extract_lane()
2322 void LiftoffAssembler::emit_f64x2_replace_lane(LiftoffRegister dst, in emit_f64x2_replace_lane()
2330 void LiftoffAssembler::emit_f64x2_abs(LiftoffRegister dst, in emit_f64x2_abs()
2336 void LiftoffAssembler::emit_f64x2_neg(LiftoffRegister dst, in emit_f64x2_neg()
2342 void LiftoffAssembler::emit_f64x2_sqrt(LiftoffRegister dst, in emit_f64x2_sqrt()
2348 bool LiftoffAssembler::emit_f64x2_ceil(LiftoffRegister dst, in emit_f64x2_ceil()
2360 bool LiftoffAssembler::emit_f64x2_floor(LiftoffRegister dst, in emit_f64x2_floor()
2372 bool LiftoffAssembler::emit_f64x2_trunc(LiftoffRegister dst, in emit_f64x2_trunc()
2384 bool LiftoffAssembler::emit_f64x2_nearest_int(LiftoffRegister dst, in emit_f64x2_nearest_int()
2396 void LiftoffAssembler::emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_add()
2402 void LiftoffAssembler::emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_sub()
2408 void LiftoffAssembler::emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_mul()
2414 void LiftoffAssembler::emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_div()
2420 void LiftoffAssembler::emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_min()
2432 void LiftoffAssembler::emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_max()
2444 void LiftoffAssembler::emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmin()
2460 void LiftoffAssembler::emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmax()
2476 void LiftoffAssembler::emit_f32x4_splat(LiftoffRegister dst, in emit_f32x4_splat()
2481 void LiftoffAssembler::emit_f32x4_extract_lane(LiftoffRegister dst, in emit_f32x4_extract_lane()
2488 void LiftoffAssembler::emit_f32x4_replace_lane(LiftoffRegister dst, in emit_f32x4_replace_lane()
2497 void LiftoffAssembler::emit_f32x4_abs(LiftoffRegister dst, in emit_f32x4_abs()
2502 void LiftoffAssembler::emit_f32x4_neg(LiftoffRegister dst, in emit_f32x4_neg()
2507 void LiftoffAssembler::emit_f32x4_sqrt(LiftoffRegister dst, in emit_f32x4_sqrt()
2523 bool LiftoffAssembler::emit_f32x4_ceil(LiftoffRegister dst, in emit_f32x4_ceil()
2535 bool LiftoffAssembler::emit_f32x4_floor(LiftoffRegister dst, in emit_f32x4_floor()
2547 bool LiftoffAssembler::emit_f32x4_trunc(LiftoffRegister dst, in emit_f32x4_trunc()
2559 bool LiftoffAssembler::emit_f32x4_nearest_int(LiftoffRegister dst, in emit_f32x4_nearest_int()
2571 void LiftoffAssembler::emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_add()
2577 void LiftoffAssembler::emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_sub()
2583 void LiftoffAssembler::emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_mul()
2589 void LiftoffAssembler::emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_div()
2607 void LiftoffAssembler::emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_min()
2613 void LiftoffAssembler::emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_max()
2619 void LiftoffAssembler::emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmin()
2638 void LiftoffAssembler::emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmax()
2657 void LiftoffAssembler::emit_i64x2_splat(LiftoffRegister dst, in emit_i64x2_splat()
2665 void LiftoffAssembler::emit_i64x2_extract_lane(LiftoffRegister dst, in emit_i64x2_extract_lane()
2674 void LiftoffAssembler::emit_i64x2_replace_lane(LiftoffRegister dst, in emit_i64x2_replace_lane()
2685 void LiftoffAssembler::emit_i64x2_neg(LiftoffRegister dst, in emit_i64x2_neg()
2695 void LiftoffAssembler::emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shl()
2700 void LiftoffAssembler::emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shli()
2706 void LiftoffAssembler::emit_i64x2_shr_s(LiftoffRegister dst, in emit_i64x2_shr_s()
2712 void LiftoffAssembler::emit_i64x2_shri_s(LiftoffRegister dst, in emit_i64x2_shri_s()
2718 void LiftoffAssembler::emit_i64x2_shr_u(LiftoffRegister dst, in emit_i64x2_shr_u()
2724 void LiftoffAssembler::emit_i64x2_shri_u(LiftoffRegister dst, in emit_i64x2_shri_u()
2730 void LiftoffAssembler::emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_add()
2736 void LiftoffAssembler::emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_sub()
2742 void LiftoffAssembler::emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_mul()
2788 void LiftoffAssembler::emit_i32x4_splat(LiftoffRegister dst, in emit_i32x4_splat()
2793 void LiftoffAssembler::emit_i32x4_extract_lane(LiftoffRegister dst, in emit_i32x4_extract_lane()
2800 void LiftoffAssembler::emit_i32x4_replace_lane(LiftoffRegister dst, in emit_i32x4_replace_lane()
2809 void LiftoffAssembler::emit_i32x4_neg(LiftoffRegister dst, in emit_i32x4_neg()
2815 void LiftoffAssembler::emit_v32x4_anytrue(LiftoffRegister dst, in emit_v32x4_anytrue()
2820 void LiftoffAssembler::emit_v32x4_alltrue(LiftoffRegister dst, in emit_v32x4_alltrue()
2831 void LiftoffAssembler::emit_i32x4_bitmask(LiftoffRegister dst, in emit_i32x4_bitmask()
2855 void LiftoffAssembler::emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shl()
2860 void LiftoffAssembler::emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shli()
2866 void LiftoffAssembler::emit_i32x4_shr_s(LiftoffRegister dst, in emit_i32x4_shr_s()
2872 void LiftoffAssembler::emit_i32x4_shri_s(LiftoffRegister dst, in emit_i32x4_shri_s()
2878 void LiftoffAssembler::emit_i32x4_shr_u(LiftoffRegister dst, in emit_i32x4_shr_u()
2884 void LiftoffAssembler::emit_i32x4_shri_u(LiftoffRegister dst, in emit_i32x4_shri_u()
2890 void LiftoffAssembler::emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_add()
2896 void LiftoffAssembler::emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_sub()
2902 void LiftoffAssembler::emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_mul()
2908 void LiftoffAssembler::emit_i32x4_min_s(LiftoffRegister dst, in emit_i32x4_min_s()
2915 void LiftoffAssembler::emit_i32x4_min_u(LiftoffRegister dst, in emit_i32x4_min_u()
2922 void LiftoffAssembler::emit_i32x4_max_s(LiftoffRegister dst, in emit_i32x4_max_s()
2929 void LiftoffAssembler::emit_i32x4_max_u(LiftoffRegister dst, in emit_i32x4_max_u()
2936 void LiftoffAssembler::emit_i32x4_dot_i16x8_s(LiftoffRegister dst, in emit_i32x4_dot_i16x8_s()
2953 void LiftoffAssembler::emit_i16x8_splat(LiftoffRegister dst, in emit_i16x8_splat()
2958 void LiftoffAssembler::emit_i16x8_neg(LiftoffRegister dst, in emit_i16x8_neg()
2964 void LiftoffAssembler::emit_v16x8_anytrue(LiftoffRegister dst, in emit_v16x8_anytrue()
2969 void LiftoffAssembler::emit_v16x8_alltrue(LiftoffRegister dst, in emit_v16x8_alltrue()
2981 void LiftoffAssembler::emit_i16x8_bitmask(LiftoffRegister dst, in emit_i16x8_bitmask()
3006 void LiftoffAssembler::emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shl()
3011 void LiftoffAssembler::emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shli()
3017 void LiftoffAssembler::emit_i16x8_shr_s(LiftoffRegister dst, in emit_i16x8_shr_s()
3023 void LiftoffAssembler::emit_i16x8_shri_s(LiftoffRegister dst, in emit_i16x8_shri_s()
3029 void LiftoffAssembler::emit_i16x8_shr_u(LiftoffRegister dst, in emit_i16x8_shr_u()
3035 void LiftoffAssembler::emit_i16x8_shri_u(LiftoffRegister dst, in emit_i16x8_shri_u()
3041 void LiftoffAssembler::emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_add()
3047 void LiftoffAssembler::emit_i16x8_add_sat_s(LiftoffRegister dst, in emit_i16x8_add_sat_s()
3054 void LiftoffAssembler::emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_sub()
3060 void LiftoffAssembler::emit_i16x8_sub_sat_s(LiftoffRegister dst, in emit_i16x8_sub_sat_s()
3067 void LiftoffAssembler::emit_i16x8_sub_sat_u(LiftoffRegister dst, in emit_i16x8_sub_sat_u()
3074 void LiftoffAssembler::emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_mul()
3080 void LiftoffAssembler::emit_i16x8_add_sat_u(LiftoffRegister dst, in emit_i16x8_add_sat_u()
3087 void LiftoffAssembler::emit_i16x8_min_s(LiftoffRegister dst, in emit_i16x8_min_s()
3094 void LiftoffAssembler::emit_i16x8_min_u(LiftoffRegister dst, in emit_i16x8_min_u()
3101 void LiftoffAssembler::emit_i16x8_max_s(LiftoffRegister dst, in emit_i16x8_max_s()
3108 void LiftoffAssembler::emit_i16x8_max_u(LiftoffRegister dst, in emit_i16x8_max_u()
3115 void LiftoffAssembler::emit_i16x8_extract_lane_u(LiftoffRegister dst, in emit_i16x8_extract_lane_u()
3122 void LiftoffAssembler::emit_i16x8_extract_lane_s(LiftoffRegister dst, in emit_i16x8_extract_lane_s()
3129 void LiftoffAssembler::emit_i16x8_replace_lane(LiftoffRegister dst, in emit_i16x8_replace_lane()
3138 void LiftoffAssembler::emit_i8x16_shuffle(LiftoffRegister dst, in emit_i8x16_shuffle()
3190 void LiftoffAssembler::emit_i8x16_splat(LiftoffRegister dst, in emit_i8x16_splat()
3195 void LiftoffAssembler::emit_i8x16_extract_lane_u(LiftoffRegister dst, in emit_i8x16_extract_lane_u()
3201 void LiftoffAssembler::emit_i8x16_extract_lane_s(LiftoffRegister dst, in emit_i8x16_extract_lane_s()
3207 void LiftoffAssembler::emit_i8x16_replace_lane(LiftoffRegister dst, in emit_i8x16_replace_lane()
3216 void LiftoffAssembler::emit_i8x16_neg(LiftoffRegister dst, in emit_i8x16_neg()
3222 void LiftoffAssembler::emit_v8x16_anytrue(LiftoffRegister dst, in emit_v8x16_anytrue()
3227 void LiftoffAssembler::emit_v8x16_alltrue(LiftoffRegister dst, in emit_v8x16_alltrue()
3240 void LiftoffAssembler::emit_i8x16_bitmask(LiftoffRegister dst, in emit_i8x16_bitmask()
3267 void LiftoffAssembler::emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_shl()
3272 void LiftoffAssembler::emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_shli()
3278 void LiftoffAssembler::emit_i8x16_shr_s(LiftoffRegister dst, in emit_i8x16_shr_s()
3284 void LiftoffAssembler::emit_i8x16_shri_s(LiftoffRegister dst, in emit_i8x16_shri_s()
3289 void LiftoffAssembler::emit_i8x16_shr_u(LiftoffRegister dst, in emit_i8x16_shr_u()
3295 void LiftoffAssembler::emit_i8x16_shri_u(LiftoffRegister dst, in emit_i8x16_shri_u()
3300 void LiftoffAssembler::emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_add()
3306 void LiftoffAssembler::emit_i8x16_add_sat_s(LiftoffRegister dst, in emit_i8x16_add_sat_s()
3313 void LiftoffAssembler::emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_sub()
3319 void LiftoffAssembler::emit_i8x16_sub_sat_s(LiftoffRegister dst, in emit_i8x16_sub_sat_s()
3326 void LiftoffAssembler::emit_i8x16_sub_sat_u(LiftoffRegister dst, in emit_i8x16_sub_sat_u()
3333 void LiftoffAssembler::emit_i8x16_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_mul()
3339 void LiftoffAssembler::emit_i8x16_add_sat_u(LiftoffRegister dst, in emit_i8x16_add_sat_u()
3346 void LiftoffAssembler::emit_i8x16_min_s(LiftoffRegister dst, in emit_i8x16_min_s()
3353 void LiftoffAssembler::emit_i8x16_min_u(LiftoffRegister dst, in emit_i8x16_min_u()
3360 void LiftoffAssembler::emit_i8x16_max_s(LiftoffRegister dst, in emit_i8x16_max_s()
3367 void LiftoffAssembler::emit_i8x16_max_u(LiftoffRegister dst, in emit_i8x16_max_u()
3374 void LiftoffAssembler::emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_eq()
3380 void LiftoffAssembler::emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ne()
3387 void LiftoffAssembler::emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_gt_s()
3393 void LiftoffAssembler::emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_gt_u()
3399 void LiftoffAssembler::emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ge_s()
3405 void LiftoffAssembler::emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ge_u()
3411 void LiftoffAssembler::emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_eq()
3417 void LiftoffAssembler::emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ne()
3424 void LiftoffAssembler::emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_gt_s()
3430 void LiftoffAssembler::emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_gt_u()
3436 void LiftoffAssembler::emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ge_s()
3442 void LiftoffAssembler::emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ge_u()
3448 void LiftoffAssembler::emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_eq()
3454 void LiftoffAssembler::emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ne()
3461 void LiftoffAssembler::emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_gt_s()
3467 void LiftoffAssembler::emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_gt_u()
3473 void LiftoffAssembler::emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ge_s()
3479 void LiftoffAssembler::emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ge_u()
3485 void LiftoffAssembler::emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_eq()
3491 void LiftoffAssembler::emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_ne()
3498 void LiftoffAssembler::emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_lt()
3504 void LiftoffAssembler::emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_le()
3510 void LiftoffAssembler::emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_eq()
3515 void LiftoffAssembler::emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_ne()
3520 void LiftoffAssembler::emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_lt()
3525 void LiftoffAssembler::emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_le()
3530 void LiftoffAssembler::emit_s128_const(LiftoffRegister dst, in emit_s128_const()
3538 void LiftoffAssembler::emit_s128_not(LiftoffRegister dst, LiftoffRegister src) { in emit_s128_not()
3542 void LiftoffAssembler::emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_and()
3548 void LiftoffAssembler::emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_or()
3554 void LiftoffAssembler::emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_xor()
3560 void LiftoffAssembler::emit_s128_select(LiftoffRegister dst, in emit_s128_select()
3571 void LiftoffAssembler::emit_i32x4_sconvert_f32x4(LiftoffRegister dst, in emit_i32x4_sconvert_f32x4()
3577 void LiftoffAssembler::emit_i32x4_uconvert_f32x4(LiftoffRegister dst, in emit_i32x4_uconvert_f32x4()
3583 void LiftoffAssembler::emit_f32x4_sconvert_i32x4(LiftoffRegister dst, in emit_f32x4_sconvert_i32x4()
3589 void LiftoffAssembler::emit_f32x4_uconvert_i32x4(LiftoffRegister dst, in emit_f32x4_uconvert_i32x4()
3595 void LiftoffAssembler::emit_i8x16_sconvert_i16x8(LiftoffRegister dst, in emit_i8x16_sconvert_i16x8()
3601 void LiftoffAssembler::emit_i8x16_uconvert_i16x8(LiftoffRegister dst, in emit_i8x16_uconvert_i16x8()
3607 void LiftoffAssembler::emit_i16x8_sconvert_i32x4(LiftoffRegister dst, in emit_i16x8_sconvert_i32x4()
3613 void LiftoffAssembler::emit_i16x8_uconvert_i32x4(LiftoffRegister dst, in emit_i16x8_uconvert_i32x4()
3619 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, in emit_i16x8_sconvert_i8x16_low()
3624 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, in emit_i16x8_sconvert_i8x16_high()
3629 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, in emit_i16x8_uconvert_i8x16_low()
3634 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, in emit_i16x8_uconvert_i8x16_high()
3639 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, in emit_i32x4_sconvert_i16x8_low()
3644 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, in emit_i32x4_sconvert_i16x8_high()
3649 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, in emit_i32x4_uconvert_i16x8_low()
3654 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, in emit_i32x4_uconvert_i16x8_high()
3659 void LiftoffAssembler::emit_s128_and_not(LiftoffRegister dst, in emit_s128_and_not()
3666 void LiftoffAssembler::emit_i8x16_rounding_average_u(LiftoffRegister dst, in emit_i8x16_rounding_average_u()
3673 void LiftoffAssembler::emit_i16x8_rounding_average_u(LiftoffRegister dst, in emit_i16x8_rounding_average_u()
3680 void LiftoffAssembler::emit_i8x16_abs(LiftoffRegister dst, in emit_i8x16_abs()
3686 void LiftoffAssembler::emit_i16x8_abs(LiftoffRegister dst, in emit_i16x8_abs()
3692 void LiftoffAssembler::emit_i32x4_abs(LiftoffRegister dst, in emit_i32x4_abs()