• Home
  • Raw
  • Download

Lines Matching defs:dst

59 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Register base,  in Load()
143 inline void ChangeEndiannessLoad(LiftoffAssembler* assm, LiftoffRegister dst, in ChangeEndiannessLoad()
363 void LiftoffAssembler::LoadFromInstance(Register dst, int32_t offset, in LoadFromInstance()
371 void LiftoffAssembler::LoadTaggedPointerFromInstance(Register dst, in LoadTaggedPointerFromInstance()
380 void LiftoffAssembler::FillInstanceInto(Register dst) { in FillInstanceInto()
384 void LiftoffAssembler::LoadTaggedPointer(Register dst, Register src_addr, in LoadTaggedPointer()
401 void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, in Load()
492 Register dst = no_reg; in Store() local
556 void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, Register src_addr, in AtomicLoad()
614 void LiftoffAssembler::LoadCallerFrameSlot(LiftoffRegister dst, in LoadCallerFrameSlot()
628 void LiftoffAssembler::LoadReturnStackSlot(LiftoffRegister dst, int offset, in LoadReturnStackSlot()
641 void LiftoffAssembler::Move(Register dst, Register src, ValueType type) { in Move()
646 void LiftoffAssembler::Move(DoubleRegister dst, DoubleRegister src, in Move()
654 MemOperand dst = liftoff::GetStackSlot(offset); in Spill() local
678 MemOperand dst = liftoff::GetStackSlot(offset); in Spill() local
760 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul()
764 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
781 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
787 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
793 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
834 void LiftoffAssembler::emit_i32_ctz(Register dst, Register src) { in emit_i32_ctz()
838 bool LiftoffAssembler::emit_i32_popcnt(Register dst, Register src) { in emit_i32_popcnt()
870 void LiftoffAssembler::emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_mul()
877 bool LiftoffAssembler::emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divs()
884 bool LiftoffAssembler::emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divu()
890 bool LiftoffAssembler::emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_rems()
896 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu()
902 void LiftoffAssembler::emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_add()
909 void LiftoffAssembler::emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_sub()
924 LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, in Emit64BitShiftOperation()
963 void LiftoffAssembler::emit_i64_shl(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shl()
969 void LiftoffAssembler::emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shli()
987 void LiftoffAssembler::emit_i64_sar(LiftoffRegister dst, LiftoffRegister src, in emit_i64_sar()
993 void LiftoffAssembler::emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, in emit_i64_sari()
1006 void LiftoffAssembler::emit_i64_shr(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shr()
1012 void LiftoffAssembler::emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shri()
1025 void LiftoffAssembler::emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_clz()
1042 void LiftoffAssembler::emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_ctz()
1059 bool LiftoffAssembler::emit_i64_popcnt(LiftoffRegister dst, in emit_i64_popcnt()
1072 void LiftoffAssembler::emit_u32_to_intptr(Register dst, Register src) { in emit_u32_to_intptr()
1076 void LiftoffAssembler::emit_f32_neg(DoubleRegister dst, DoubleRegister src) { in emit_f32_neg()
1080 void LiftoffAssembler::emit_f64_neg(DoubleRegister dst, DoubleRegister src) { in emit_f64_neg()
1084 void LiftoffAssembler::emit_f32_min(DoubleRegister dst, DoubleRegister lhs, in emit_f32_min()
1095 void LiftoffAssembler::emit_f32_max(DoubleRegister dst, DoubleRegister lhs, in emit_f32_max()
1106 void LiftoffAssembler::emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, in emit_f32_copysign()
1111 void LiftoffAssembler::emit_f64_min(DoubleRegister dst, DoubleRegister lhs, in emit_f64_min()
1122 void LiftoffAssembler::emit_f64_max(DoubleRegister dst, DoubleRegister lhs, in emit_f64_max()
1133 void LiftoffAssembler::emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, in emit_f64_copysign()
1182 bool LiftoffAssembler::emit_f64_floor(DoubleRegister dst, DoubleRegister src) { in emit_f64_floor()
1191 bool LiftoffAssembler::emit_f64_trunc(DoubleRegister dst, DoubleRegister src) { in emit_f64_trunc()
1200 bool LiftoffAssembler::emit_f64_nearest_int(DoubleRegister dst, in emit_f64_nearest_int()
1211 LiftoffRegister dst, in emit_type_conversion()
1391 void LiftoffAssembler::emit_i32_signextend_i8(Register dst, Register src) { in emit_i32_signextend_i8()
1395 void LiftoffAssembler::emit_i32_signextend_i16(Register dst, Register src) { in emit_i32_signextend_i16()
1399 void LiftoffAssembler::emit_i64_signextend_i8(LiftoffRegister dst, in emit_i64_signextend_i8()
1404 void LiftoffAssembler::emit_i64_signextend_i16(LiftoffRegister dst, in emit_i64_signextend_i16()
1409 void LiftoffAssembler::emit_i64_signextend_i32(LiftoffRegister dst, in emit_i64_signextend_i32()
1432 void LiftoffAssembler::emit_i32_eqz(Register dst, Register src) { in emit_i32_eqz()
1436 void LiftoffAssembler::emit_i32_set_cond(Condition cond, Register dst, in emit_i32_set_cond()
1453 void LiftoffAssembler::emit_i64_eqz(Register dst, LiftoffRegister src) { in emit_i64_eqz()
1478 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond()
1545 void LiftoffAssembler::emit_f32_set_cond(Condition cond, Register dst, in emit_f32_set_cond()
1574 void LiftoffAssembler::emit_f64_set_cond(Condition cond, Register dst, in emit_f64_set_cond()
1603 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select()
1610 void LiftoffAssembler::LoadTransform(LiftoffRegister dst, Register src_addr, in LoadTransform()
1618 void LiftoffAssembler::emit_i8x16_shuffle(LiftoffRegister dst, in emit_i8x16_shuffle()
1626 void LiftoffAssembler::emit_i8x16_swizzle(LiftoffRegister dst, in emit_i8x16_swizzle()
1632 void LiftoffAssembler::emit_i8x16_splat(LiftoffRegister dst, in emit_i8x16_splat()
1637 void LiftoffAssembler::emit_i16x8_splat(LiftoffRegister dst, in emit_i16x8_splat()
1642 void LiftoffAssembler::emit_i32x4_splat(LiftoffRegister dst, in emit_i32x4_splat()
1647 void LiftoffAssembler::emit_i64x2_splat(LiftoffRegister dst, in emit_i64x2_splat()
1652 void LiftoffAssembler::emit_f32x4_splat(LiftoffRegister dst, in emit_f32x4_splat()
1657 void LiftoffAssembler::emit_f64x2_splat(LiftoffRegister dst, in emit_f64x2_splat()
1662 void LiftoffAssembler::emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_eq()
1667 void LiftoffAssembler::emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ne()
1672 void LiftoffAssembler::emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_gt_s()
1677 void LiftoffAssembler::emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_gt_u()
1682 void LiftoffAssembler::emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ge_s()
1687 void LiftoffAssembler::emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_ge_u()
1692 void LiftoffAssembler::emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_eq()
1697 void LiftoffAssembler::emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ne()
1702 void LiftoffAssembler::emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_gt_s()
1707 void LiftoffAssembler::emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_gt_u()
1712 void LiftoffAssembler::emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ge_s()
1717 void LiftoffAssembler::emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_ge_u()
1722 void LiftoffAssembler::emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_eq()
1727 void LiftoffAssembler::emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ne()
1732 void LiftoffAssembler::emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_gt_s()
1737 void LiftoffAssembler::emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_gt_u()
1742 void LiftoffAssembler::emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ge_s()
1747 void LiftoffAssembler::emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_ge_u()
1752 void LiftoffAssembler::emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_eq()
1757 void LiftoffAssembler::emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_ne()
1762 void LiftoffAssembler::emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_lt()
1767 void LiftoffAssembler::emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_le()
1772 void LiftoffAssembler::emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_eq()
1777 void LiftoffAssembler::emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_ne()
1782 void LiftoffAssembler::emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_lt()
1787 void LiftoffAssembler::emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_le()
1792 void LiftoffAssembler::emit_s128_const(LiftoffRegister dst, in emit_s128_const()
1797 void LiftoffAssembler::emit_s128_not(LiftoffRegister dst, LiftoffRegister src) { in emit_s128_not()
1801 void LiftoffAssembler::emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_and()
1806 void LiftoffAssembler::emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_or()
1811 void LiftoffAssembler::emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, in emit_s128_xor()
1816 void LiftoffAssembler::emit_s128_and_not(LiftoffRegister dst, in emit_s128_and_not()
1822 void LiftoffAssembler::emit_s128_select(LiftoffRegister dst, in emit_s128_select()
1829 void LiftoffAssembler::emit_i8x16_neg(LiftoffRegister dst, in emit_i8x16_neg()
1834 void LiftoffAssembler::emit_v8x16_anytrue(LiftoffRegister dst, in emit_v8x16_anytrue()
1839 void LiftoffAssembler::emit_v8x16_alltrue(LiftoffRegister dst, in emit_v8x16_alltrue()
1844 void LiftoffAssembler::emit_i8x16_bitmask(LiftoffRegister dst, in emit_i8x16_bitmask()
1849 void LiftoffAssembler::emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_shl()
1854 void LiftoffAssembler::emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_shli()
1859 void LiftoffAssembler::emit_i8x16_shr_s(LiftoffRegister dst, in emit_i8x16_shr_s()
1865 void LiftoffAssembler::emit_i8x16_shri_s(LiftoffRegister dst, in emit_i8x16_shri_s()
1870 void LiftoffAssembler::emit_i8x16_shr_u(LiftoffRegister dst, in emit_i8x16_shr_u()
1876 void LiftoffAssembler::emit_i8x16_shri_u(LiftoffRegister dst, in emit_i8x16_shri_u()
1881 void LiftoffAssembler::emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_add()
1886 void LiftoffAssembler::emit_i8x16_add_sat_s(LiftoffRegister dst, in emit_i8x16_add_sat_s()
1892 void LiftoffAssembler::emit_i8x16_add_sat_u(LiftoffRegister dst, in emit_i8x16_add_sat_u()
1898 void LiftoffAssembler::emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_sub()
1903 void LiftoffAssembler::emit_i8x16_sub_sat_s(LiftoffRegister dst, in emit_i8x16_sub_sat_s()
1909 void LiftoffAssembler::emit_i8x16_sub_sat_u(LiftoffRegister dst, in emit_i8x16_sub_sat_u()
1915 void LiftoffAssembler::emit_i8x16_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i8x16_mul()
1920 void LiftoffAssembler::emit_i8x16_min_s(LiftoffRegister dst, in emit_i8x16_min_s()
1926 void LiftoffAssembler::emit_i8x16_min_u(LiftoffRegister dst, in emit_i8x16_min_u()
1932 void LiftoffAssembler::emit_i8x16_max_s(LiftoffRegister dst, in emit_i8x16_max_s()
1938 void LiftoffAssembler::emit_i8x16_max_u(LiftoffRegister dst, in emit_i8x16_max_u()
1944 void LiftoffAssembler::emit_i16x8_neg(LiftoffRegister dst, in emit_i16x8_neg()
1949 void LiftoffAssembler::emit_v16x8_anytrue(LiftoffRegister dst, in emit_v16x8_anytrue()
1954 void LiftoffAssembler::emit_v16x8_alltrue(LiftoffRegister dst, in emit_v16x8_alltrue()
1959 void LiftoffAssembler::emit_i16x8_bitmask(LiftoffRegister dst, in emit_i16x8_bitmask()
1964 void LiftoffAssembler::emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shl()
1969 void LiftoffAssembler::emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shli()
1974 void LiftoffAssembler::emit_i16x8_shr_s(LiftoffRegister dst, in emit_i16x8_shr_s()
1980 void LiftoffAssembler::emit_i16x8_shri_s(LiftoffRegister dst, in emit_i16x8_shri_s()
1985 void LiftoffAssembler::emit_i16x8_shr_u(LiftoffRegister dst, in emit_i16x8_shr_u()
1991 void LiftoffAssembler::emit_i16x8_shri_u(LiftoffRegister dst, in emit_i16x8_shri_u()
1996 void LiftoffAssembler::emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_add()
2001 void LiftoffAssembler::emit_i16x8_add_sat_s(LiftoffRegister dst, in emit_i16x8_add_sat_s()
2007 void LiftoffAssembler::emit_i16x8_add_sat_u(LiftoffRegister dst, in emit_i16x8_add_sat_u()
2013 void LiftoffAssembler::emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_sub()
2018 void LiftoffAssembler::emit_i16x8_sub_sat_s(LiftoffRegister dst, in emit_i16x8_sub_sat_s()
2024 void LiftoffAssembler::emit_i16x8_sub_sat_u(LiftoffRegister dst, in emit_i16x8_sub_sat_u()
2030 void LiftoffAssembler::emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_mul()
2035 void LiftoffAssembler::emit_i16x8_min_s(LiftoffRegister dst, in emit_i16x8_min_s()
2041 void LiftoffAssembler::emit_i16x8_min_u(LiftoffRegister dst, in emit_i16x8_min_u()
2047 void LiftoffAssembler::emit_i16x8_max_s(LiftoffRegister dst, in emit_i16x8_max_s()
2053 void LiftoffAssembler::emit_i16x8_max_u(LiftoffRegister dst, in emit_i16x8_max_u()
2059 void LiftoffAssembler::emit_i32x4_neg(LiftoffRegister dst, in emit_i32x4_neg()
2064 void LiftoffAssembler::emit_v32x4_anytrue(LiftoffRegister dst, in emit_v32x4_anytrue()
2069 void LiftoffAssembler::emit_v32x4_alltrue(LiftoffRegister dst, in emit_v32x4_alltrue()
2074 void LiftoffAssembler::emit_i32x4_bitmask(LiftoffRegister dst, in emit_i32x4_bitmask()
2079 void LiftoffAssembler::emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shl()
2084 void LiftoffAssembler::emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shli()
2089 void LiftoffAssembler::emit_i32x4_shr_s(LiftoffRegister dst, in emit_i32x4_shr_s()
2095 void LiftoffAssembler::emit_i32x4_shri_s(LiftoffRegister dst, in emit_i32x4_shri_s()
2100 void LiftoffAssembler::emit_i32x4_shr_u(LiftoffRegister dst, in emit_i32x4_shr_u()
2106 void LiftoffAssembler::emit_i32x4_shri_u(LiftoffRegister dst, in emit_i32x4_shri_u()
2111 void LiftoffAssembler::emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_add()
2116 void LiftoffAssembler::emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_sub()
2121 void LiftoffAssembler::emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_mul()
2126 void LiftoffAssembler::emit_i32x4_min_s(LiftoffRegister dst, in emit_i32x4_min_s()
2132 void LiftoffAssembler::emit_i32x4_min_u(LiftoffRegister dst, in emit_i32x4_min_u()
2138 void LiftoffAssembler::emit_i32x4_max_s(LiftoffRegister dst, in emit_i32x4_max_s()
2144 void LiftoffAssembler::emit_i32x4_max_u(LiftoffRegister dst, in emit_i32x4_max_u()
2150 void LiftoffAssembler::emit_i32x4_dot_i16x8_s(LiftoffRegister dst, in emit_i32x4_dot_i16x8_s()
2156 void LiftoffAssembler::emit_i64x2_neg(LiftoffRegister dst, in emit_i64x2_neg()
2161 void LiftoffAssembler::emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shl()
2166 void LiftoffAssembler::emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shli()
2171 void LiftoffAssembler::emit_i64x2_shr_s(LiftoffRegister dst, in emit_i64x2_shr_s()
2177 void LiftoffAssembler::emit_i64x2_shri_s(LiftoffRegister dst, in emit_i64x2_shri_s()
2182 void LiftoffAssembler::emit_i64x2_shr_u(LiftoffRegister dst, in emit_i64x2_shr_u()
2188 void LiftoffAssembler::emit_i64x2_shri_u(LiftoffRegister dst, in emit_i64x2_shri_u()
2193 void LiftoffAssembler::emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_add()
2198 void LiftoffAssembler::emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_sub()
2203 void LiftoffAssembler::emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_mul()
2208 void LiftoffAssembler::emit_f32x4_abs(LiftoffRegister dst, in emit_f32x4_abs()
2213 void LiftoffAssembler::emit_f32x4_neg(LiftoffRegister dst, in emit_f32x4_neg()
2218 void LiftoffAssembler::emit_f32x4_sqrt(LiftoffRegister dst, in emit_f32x4_sqrt()
2223 bool LiftoffAssembler::emit_f32x4_ceil(LiftoffRegister dst, in emit_f32x4_ceil()
2228 bool LiftoffAssembler::emit_f32x4_floor(LiftoffRegister dst, in emit_f32x4_floor()
2233 bool LiftoffAssembler::emit_f32x4_trunc(LiftoffRegister dst, in emit_f32x4_trunc()
2238 bool LiftoffAssembler::emit_f32x4_nearest_int(LiftoffRegister dst, in emit_f32x4_nearest_int()
2243 void LiftoffAssembler::emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_add()
2248 void LiftoffAssembler::emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_sub()
2253 void LiftoffAssembler::emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_mul()
2258 void LiftoffAssembler::emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_div()
2263 void LiftoffAssembler::emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_min()
2268 void LiftoffAssembler::emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_max()
2273 void LiftoffAssembler::emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmin()
2278 void LiftoffAssembler::emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmax()
2283 void LiftoffAssembler::emit_f64x2_abs(LiftoffRegister dst, in emit_f64x2_abs()
2288 void LiftoffAssembler::emit_f64x2_neg(LiftoffRegister dst, in emit_f64x2_neg()
2293 void LiftoffAssembler::emit_f64x2_sqrt(LiftoffRegister dst, in emit_f64x2_sqrt()
2298 bool LiftoffAssembler::emit_f64x2_ceil(LiftoffRegister dst, in emit_f64x2_ceil()
2303 bool LiftoffAssembler::emit_f64x2_floor(LiftoffRegister dst, in emit_f64x2_floor()
2308 bool LiftoffAssembler::emit_f64x2_trunc(LiftoffRegister dst, in emit_f64x2_trunc()
2313 bool LiftoffAssembler::emit_f64x2_nearest_int(LiftoffRegister dst, in emit_f64x2_nearest_int()
2318 void LiftoffAssembler::emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_add()
2323 void LiftoffAssembler::emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_sub()
2328 void LiftoffAssembler::emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_mul()
2333 void LiftoffAssembler::emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_div()
2338 void LiftoffAssembler::emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_min()
2343 void LiftoffAssembler::emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_max()
2348 void LiftoffAssembler::emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmin()
2353 void LiftoffAssembler::emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmax()
2358 void LiftoffAssembler::emit_i32x4_sconvert_f32x4(LiftoffRegister dst, in emit_i32x4_sconvert_f32x4()
2363 void LiftoffAssembler::emit_i32x4_uconvert_f32x4(LiftoffRegister dst, in emit_i32x4_uconvert_f32x4()
2368 void LiftoffAssembler::emit_f32x4_sconvert_i32x4(LiftoffRegister dst, in emit_f32x4_sconvert_i32x4()
2373 void LiftoffAssembler::emit_f32x4_uconvert_i32x4(LiftoffRegister dst, in emit_f32x4_uconvert_i32x4()
2378 void LiftoffAssembler::emit_i8x16_sconvert_i16x8(LiftoffRegister dst, in emit_i8x16_sconvert_i16x8()
2384 void LiftoffAssembler::emit_i8x16_uconvert_i16x8(LiftoffRegister dst, in emit_i8x16_uconvert_i16x8()
2390 void LiftoffAssembler::emit_i16x8_sconvert_i32x4(LiftoffRegister dst, in emit_i16x8_sconvert_i32x4()
2396 void LiftoffAssembler::emit_i16x8_uconvert_i32x4(LiftoffRegister dst, in emit_i16x8_uconvert_i32x4()
2402 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, in emit_i16x8_sconvert_i8x16_low()
2407 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, in emit_i16x8_sconvert_i8x16_high()
2412 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, in emit_i16x8_uconvert_i8x16_low()
2417 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, in emit_i16x8_uconvert_i8x16_high()
2422 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, in emit_i32x4_sconvert_i16x8_low()
2427 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, in emit_i32x4_sconvert_i16x8_high()
2432 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, in emit_i32x4_uconvert_i16x8_low()
2437 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, in emit_i32x4_uconvert_i16x8_high()
2442 void LiftoffAssembler::emit_i8x16_rounding_average_u(LiftoffRegister dst, in emit_i8x16_rounding_average_u()
2448 void LiftoffAssembler::emit_i16x8_rounding_average_u(LiftoffRegister dst, in emit_i16x8_rounding_average_u()
2454 void LiftoffAssembler::emit_i8x16_abs(LiftoffRegister dst, in emit_i8x16_abs()
2459 void LiftoffAssembler::emit_i16x8_abs(LiftoffRegister dst, in emit_i16x8_abs()
2464 void LiftoffAssembler::emit_i32x4_abs(LiftoffRegister dst, in emit_i32x4_abs()
2469 void LiftoffAssembler::emit_i8x16_extract_lane_s(LiftoffRegister dst, in emit_i8x16_extract_lane_s()
2475 void LiftoffAssembler::emit_i8x16_extract_lane_u(LiftoffRegister dst, in emit_i8x16_extract_lane_u()
2481 void LiftoffAssembler::emit_i16x8_extract_lane_s(LiftoffRegister dst, in emit_i16x8_extract_lane_s()
2487 void LiftoffAssembler::emit_i16x8_extract_lane_u(LiftoffRegister dst, in emit_i16x8_extract_lane_u()
2493 void LiftoffAssembler::emit_i32x4_extract_lane(LiftoffRegister dst, in emit_i32x4_extract_lane()
2499 void LiftoffAssembler::emit_i64x2_extract_lane(LiftoffRegister dst, in emit_i64x2_extract_lane()
2505 void LiftoffAssembler::emit_f32x4_extract_lane(LiftoffRegister dst, in emit_f32x4_extract_lane()
2511 void LiftoffAssembler::emit_f64x2_extract_lane(LiftoffRegister dst, in emit_f64x2_extract_lane()
2517 void LiftoffAssembler::emit_i8x16_replace_lane(LiftoffRegister dst, in emit_i8x16_replace_lane()
2524 void LiftoffAssembler::emit_i16x8_replace_lane(LiftoffRegister dst, in emit_i16x8_replace_lane()
2531 void LiftoffAssembler::emit_i32x4_replace_lane(LiftoffRegister dst, in emit_i32x4_replace_lane()
2538 void LiftoffAssembler::emit_i64x2_replace_lane(LiftoffRegister dst, in emit_i64x2_replace_lane()
2545 void LiftoffAssembler::emit_f32x4_replace_lane(LiftoffRegister dst, in emit_f32x4_replace_lane()
2552 void LiftoffAssembler::emit_f64x2_replace_lane(LiftoffRegister dst, in emit_f64x2_replace_lane()