Lines Matching defs:dst
112 inline void EmitSimdShift(LiftoffAssembler* assm, VRegister dst, VRegister lhs, in EmitSimdShift()
137 inline void EmitSimdShiftRightImmediate(LiftoffAssembler* assm, VRegister dst, in EmitSimdShiftRightImmediate()
156 inline void EmitAnyTrue(LiftoffAssembler* assm, LiftoffRegister dst, in EmitAnyTrue()
167 inline void EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, in EmitAllTrue()
316 void LiftoffAssembler::LoadFromInstance(Register dst, int offset, int size) { in LoadFromInstance()
327 void LiftoffAssembler::LoadTaggedPointerFromInstance(Register dst, int offset) { in LoadTaggedPointerFromInstance()
337 void LiftoffAssembler::FillInstanceInto(Register dst) { in FillInstanceInto()
341 void LiftoffAssembler::LoadTaggedPointer(Register dst, Register src_addr, in LoadTaggedPointer()
376 void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, in Load()
578 void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, Register src_addr, in AtomicLoad()
739 void LiftoffAssembler::LoadCallerFrameSlot(LiftoffRegister dst, in LoadCallerFrameSlot()
753 void LiftoffAssembler::LoadReturnStackSlot(LiftoffRegister dst, int offset, in LoadReturnStackSlot()
766 void LiftoffAssembler::Move(Register dst, Register src, ValueType type) { in Move()
775 void LiftoffAssembler::Move(DoubleRegister dst, DoubleRegister src, in Move()
789 MemOperand dst = liftoff::GetStackSlot(offset); in Spill() local
795 MemOperand dst = liftoff::GetStackSlot(offset); in Spill() local
1017 void LiftoffAssembler::emit_i32_ctz(Register dst, Register src) { in emit_i32_ctz()
1022 bool LiftoffAssembler::emit_i32_popcnt(Register dst, Register src) { in emit_i32_popcnt()
1032 void LiftoffAssembler::emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_clz()
1036 void LiftoffAssembler::emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) { in emit_i64_ctz()
1041 bool LiftoffAssembler::emit_i64_popcnt(LiftoffRegister dst, in emit_i64_popcnt()
1052 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1075 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1083 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1100 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1115 bool LiftoffAssembler::emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divs()
1140 bool LiftoffAssembler::emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divu()
1150 bool LiftoffAssembler::emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_rems()
1169 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu()
1186 void LiftoffAssembler::emit_u32_to_intptr(Register dst, Register src) { in emit_u32_to_intptr()
1190 void LiftoffAssembler::emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, in emit_f32_copysign()
1201 void LiftoffAssembler::emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, in emit_f64_copysign()
1213 LiftoffRegister dst, in emit_type_conversion()
1374 void LiftoffAssembler::emit_i32_signextend_i8(Register dst, Register src) { in emit_i32_signextend_i8()
1378 void LiftoffAssembler::emit_i32_signextend_i16(Register dst, Register src) { in emit_i32_signextend_i16()
1382 void LiftoffAssembler::emit_i64_signextend_i8(LiftoffRegister dst, in emit_i64_signextend_i8()
1387 void LiftoffAssembler::emit_i64_signextend_i16(LiftoffRegister dst, in emit_i64_signextend_i16()
1392 void LiftoffAssembler::emit_i64_signextend_i32(LiftoffRegister dst, in emit_i64_signextend_i32()
1425 void LiftoffAssembler::emit_i32_eqz(Register dst, Register src) { in emit_i32_eqz()
1430 void LiftoffAssembler::emit_i32_set_cond(Condition cond, Register dst, in emit_i32_set_cond()
1436 void LiftoffAssembler::emit_i64_eqz(Register dst, LiftoffRegister src) { in emit_i64_eqz()
1441 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond()
1448 void LiftoffAssembler::emit_f32_set_cond(Condition cond, Register dst, in emit_f32_set_cond()
1459 void LiftoffAssembler::emit_f64_set_cond(Condition cond, Register dst, in emit_f64_set_cond()
1470 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select()
1477 void LiftoffAssembler::LoadTransform(LiftoffRegister dst, Register src_addr, in LoadTransform()
1542 void LiftoffAssembler::emit_i8x16_swizzle(LiftoffRegister dst, in emit_i8x16_swizzle()
1548 void LiftoffAssembler::emit_f64x2_splat(LiftoffRegister dst, in emit_f64x2_splat()
1553 void LiftoffAssembler::emit_f64x2_extract_lane(LiftoffRegister dst, in emit_f64x2_extract_lane()
1559 void LiftoffAssembler::emit_f64x2_replace_lane(LiftoffRegister dst, in emit_f64x2_replace_lane()
1569 void LiftoffAssembler::emit_f64x2_abs(LiftoffRegister dst, in emit_f64x2_abs()
1574 void LiftoffAssembler::emit_f64x2_neg(LiftoffRegister dst, in emit_f64x2_neg()
1579 void LiftoffAssembler::emit_f64x2_sqrt(LiftoffRegister dst, in emit_f64x2_sqrt()
1584 bool LiftoffAssembler::emit_f64x2_ceil(LiftoffRegister dst, in emit_f64x2_ceil()
1590 bool LiftoffAssembler::emit_f64x2_floor(LiftoffRegister dst, in emit_f64x2_floor()
1596 bool LiftoffAssembler::emit_f64x2_trunc(LiftoffRegister dst, in emit_f64x2_trunc()
1602 bool LiftoffAssembler::emit_f64x2_nearest_int(LiftoffRegister dst, in emit_f64x2_nearest_int()
1608 void LiftoffAssembler::emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_add()
1613 void LiftoffAssembler::emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_sub()
1618 void LiftoffAssembler::emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_mul()
1623 void LiftoffAssembler::emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_div()
1628 void LiftoffAssembler::emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_min()
1633 void LiftoffAssembler::emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_max()
1638 void LiftoffAssembler::emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmin()
1655 void LiftoffAssembler::emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f64x2_pmax()
1672 void LiftoffAssembler::emit_f32x4_splat(LiftoffRegister dst, in emit_f32x4_splat()
1677 void LiftoffAssembler::emit_f32x4_extract_lane(LiftoffRegister dst, in emit_f32x4_extract_lane()
1683 void LiftoffAssembler::emit_f32x4_replace_lane(LiftoffRegister dst, in emit_f32x4_replace_lane()
1693 void LiftoffAssembler::emit_f32x4_abs(LiftoffRegister dst, in emit_f32x4_abs()
1698 void LiftoffAssembler::emit_f32x4_neg(LiftoffRegister dst, in emit_f32x4_neg()
1703 void LiftoffAssembler::emit_f32x4_sqrt(LiftoffRegister dst, in emit_f32x4_sqrt()
1708 bool LiftoffAssembler::emit_f32x4_ceil(LiftoffRegister dst, in emit_f32x4_ceil()
1714 bool LiftoffAssembler::emit_f32x4_floor(LiftoffRegister dst, in emit_f32x4_floor()
1720 bool LiftoffAssembler::emit_f32x4_trunc(LiftoffRegister dst, in emit_f32x4_trunc()
1726 bool LiftoffAssembler::emit_f32x4_nearest_int(LiftoffRegister dst, in emit_f32x4_nearest_int()
1732 void LiftoffAssembler::emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_add()
1737 void LiftoffAssembler::emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_sub()
1742 void LiftoffAssembler::emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_mul()
1747 void LiftoffAssembler::emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_div()
1752 void LiftoffAssembler::emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_min()
1757 void LiftoffAssembler::emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_max()
1762 void LiftoffAssembler::emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmin()
1779 void LiftoffAssembler::emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, in emit_f32x4_pmax()
1796 void LiftoffAssembler::emit_i64x2_splat(LiftoffRegister dst, in emit_i64x2_splat()
1801 void LiftoffAssembler::emit_i64x2_extract_lane(LiftoffRegister dst, in emit_i64x2_extract_lane()
1807 void LiftoffAssembler::emit_i64x2_replace_lane(LiftoffRegister dst, in emit_i64x2_replace_lane()
1817 void LiftoffAssembler::emit_i64x2_neg(LiftoffRegister dst, in emit_i64x2_neg()
1822 void LiftoffAssembler::emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shl()
1828 void LiftoffAssembler::emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_shli()
1833 void LiftoffAssembler::emit_i64x2_shr_s(LiftoffRegister dst, in emit_i64x2_shr_s()
1841 void LiftoffAssembler::emit_i64x2_shri_s(LiftoffRegister dst, in emit_i64x2_shri_s()
1847 void LiftoffAssembler::emit_i64x2_shr_u(LiftoffRegister dst, in emit_i64x2_shr_u()
1855 void LiftoffAssembler::emit_i64x2_shri_u(LiftoffRegister dst, in emit_i64x2_shri_u()
1862 void LiftoffAssembler::emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_add()
1867 void LiftoffAssembler::emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_sub()
1872 void LiftoffAssembler::emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64x2_mul()
1893 void LiftoffAssembler::emit_i32x4_splat(LiftoffRegister dst, in emit_i32x4_splat()
1898 void LiftoffAssembler::emit_i32x4_extract_lane(LiftoffRegister dst, in emit_i32x4_extract_lane()
1904 void LiftoffAssembler::emit_i32x4_replace_lane(LiftoffRegister dst, in emit_i32x4_replace_lane()
1914 void LiftoffAssembler::emit_i32x4_neg(LiftoffRegister dst, in emit_i32x4_neg()
1919 void LiftoffAssembler::emit_v32x4_anytrue(LiftoffRegister dst, in emit_v32x4_anytrue()
1924 void LiftoffAssembler::emit_v32x4_alltrue(LiftoffRegister dst, in emit_v32x4_alltrue()
1929 void LiftoffAssembler::emit_i32x4_bitmask(LiftoffRegister dst, in emit_i32x4_bitmask()
1944 void LiftoffAssembler::emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shl()
1950 void LiftoffAssembler::emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_shli()
1955 void LiftoffAssembler::emit_i32x4_shr_s(LiftoffRegister dst, in emit_i32x4_shr_s()
1963 void LiftoffAssembler::emit_i32x4_shri_s(LiftoffRegister dst, in emit_i32x4_shri_s()
1969 void LiftoffAssembler::emit_i32x4_shr_u(LiftoffRegister dst, in emit_i32x4_shr_u()
1977 void LiftoffAssembler::emit_i32x4_shri_u(LiftoffRegister dst, in emit_i32x4_shri_u()
1984 void LiftoffAssembler::emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_add()
1989 void LiftoffAssembler::emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_sub()
1994 void LiftoffAssembler::emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i32x4_mul()
1999 void LiftoffAssembler::emit_i32x4_min_s(LiftoffRegister dst, in emit_i32x4_min_s()
2005 void LiftoffAssembler::emit_i32x4_min_u(LiftoffRegister dst, in emit_i32x4_min_u()
2011 void LiftoffAssembler::emit_i32x4_max_s(LiftoffRegister dst, in emit_i32x4_max_s()
2017 void LiftoffAssembler::emit_i32x4_max_u(LiftoffRegister dst, in emit_i32x4_max_u()
2023 void LiftoffAssembler::emit_i32x4_dot_i16x8_s(LiftoffRegister dst, in emit_i32x4_dot_i16x8_s()
2034 void LiftoffAssembler::emit_i16x8_splat(LiftoffRegister dst, in emit_i16x8_splat()
2039 void LiftoffAssembler::emit_i16x8_extract_lane_u(LiftoffRegister dst, in emit_i16x8_extract_lane_u()
2045 void LiftoffAssembler::emit_i16x8_extract_lane_s(LiftoffRegister dst, in emit_i16x8_extract_lane_s()
2051 void LiftoffAssembler::emit_i16x8_replace_lane(LiftoffRegister dst, in emit_i16x8_replace_lane()
2061 void LiftoffAssembler::emit_i16x8_neg(LiftoffRegister dst, in emit_i16x8_neg()
2066 void LiftoffAssembler::emit_v16x8_anytrue(LiftoffRegister dst, in emit_v16x8_anytrue()
2071 void LiftoffAssembler::emit_v16x8_alltrue(LiftoffRegister dst, in emit_v16x8_alltrue()
2076 void LiftoffAssembler::emit_i16x8_bitmask(LiftoffRegister dst, in emit_i16x8_bitmask()
2091 void LiftoffAssembler::emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shl()
2097 void LiftoffAssembler::emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_shli()
2102 void LiftoffAssembler::emit_i16x8_shr_s(LiftoffRegister dst, in emit_i16x8_shr_s()
2110 void LiftoffAssembler::emit_i16x8_shri_s(LiftoffRegister dst, in emit_i16x8_shri_s()
2116 void LiftoffAssembler::emit_i16x8_shr_u(LiftoffRegister dst, in emit_i16x8_shr_u()
2124 void LiftoffAssembler::emit_i16x8_shri_u(LiftoffRegister dst, in emit_i16x8_shri_u()
2131 void LiftoffAssembler::emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_add()
2136 void LiftoffAssembler::emit_i16x8_add_sat_s(LiftoffRegister dst, in emit_i16x8_add_sat_s()
2142 void LiftoffAssembler::emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_sub()
2147 void LiftoffAssembler::emit_i16x8_sub_sat_s(LiftoffRegister dst, in emit_i16x8_sub_sat_s()
2153 void LiftoffAssembler::emit_i16x8_sub_sat_u(LiftoffRegister dst, in emit_i16x8_sub_sat_u()
2159 void LiftoffAssembler::emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, in emit_i16x8_mul()
2164 void LiftoffAssembler::emit_i16x8_add_sat_u(LiftoffRegister dst, in emit_i16x8_add_sat_u()
2170 void LiftoffAssembler::emit_i16x8_min_s(LiftoffRegister dst, in emit_i16x8_min_s()
2176 void LiftoffAssembler::emit_i16x8_min_u(LiftoffRegister dst, in emit_i16x8_min_u()
2182 void LiftoffAssembler::emit_i16x8_max_s(LiftoffRegister dst, in emit_i16x8_max_s()
2188 void LiftoffAssembler::emit_i16x8_max_u(LiftoffRegister dst, in emit_i16x8_max_u()
2194 void LiftoffAssembler::emit_i8x16_shuffle(LiftoffRegister dst, in emit_i8x16_shuffle()
2235 void LiftoffAssembler::emit_i8x16_splat(LiftoffRegister dst, in emit_i8x16_splat()
2240 void LiftoffAssembler::emit_i8x16_extract_lane_u(LiftoffRegister dst, in emit_i8x16_extract_lane_u()
2246 void LiftoffAssembler::emit_i8x16_extract_lane_s(LiftoffRegister dst, in emit_i8x16_extract_lane_s()
2252 void LiftoffAssembler::emit_i8x16_replace_lane(LiftoffRegister dst, in emit_i8x16_replace_lane()
2262 void LiftoffAssembler::emit_i8x16_neg(LiftoffRegister dst, in emit_i8x16_neg()
2267 void LiftoffAssembler::emit_v8x16_anytrue(LiftoffRegister dst, in emit_v8x16_anytrue()
2272 void LiftoffAssembler::emit_v8x16_alltrue(LiftoffRegister dst, in emit_v8x16_alltrue()
2277 void LiftoffAssembler::emit_i8x16_bitmask(LiftoffRegister dst,
2294 void LiftoffAssembler::emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs,
2300 void LiftoffAssembler::emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs,
2305 void LiftoffAssembler::emit_i8x16_shr_s(LiftoffRegister dst,
2313 void LiftoffAssembler::emit_i8x16_shri_s(LiftoffRegister dst,
2319 void LiftoffAssembler::emit_i8x16_shr_u(LiftoffRegister dst,
2327 void LiftoffAssembler::emit_i8x16_shri_u(LiftoffRegister dst,
2334 void LiftoffAssembler::emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs,
2339 void LiftoffAssembler::emit_i8x16_add_sat_s(LiftoffRegister dst,
2345 void LiftoffAssembler::emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs,
2350 void LiftoffAssembler::emit_i8x16_sub_sat_s(LiftoffRegister dst,
2356 void LiftoffAssembler::emit_i8x16_sub_sat_u(LiftoffRegister dst,
2362 void LiftoffAssembler::emit_i8x16_mul(LiftoffRegister dst, LiftoffRegister lhs,
2367 void LiftoffAssembler::emit_i8x16_add_sat_u(LiftoffRegister dst,
2373 void LiftoffAssembler::emit_i8x16_min_s(LiftoffRegister dst,
2379 void LiftoffAssembler::emit_i8x16_min_u(LiftoffRegister dst,
2385 void LiftoffAssembler::emit_i8x16_max_s(LiftoffRegister dst,
2391 void LiftoffAssembler::emit_i8x16_max_u(LiftoffRegister dst,
2397 void LiftoffAssembler::emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs,
2402 void LiftoffAssembler::emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs,
2408 void LiftoffAssembler::emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs,
2413 void LiftoffAssembler::emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs,
2418 void LiftoffAssembler::emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs,
2423 void LiftoffAssembler::emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs,
2428 void LiftoffAssembler::emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs,
2433 void LiftoffAssembler::emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs,
2439 void LiftoffAssembler::emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs,
2444 void LiftoffAssembler::emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs,
2449 void LiftoffAssembler::emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs,
2454 void LiftoffAssembler::emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs,
2459 void LiftoffAssembler::emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs,
2464 void LiftoffAssembler::emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs,
2470 void LiftoffAssembler::emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs,
2475 void LiftoffAssembler::emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs,
2480 void LiftoffAssembler::emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs,
2485 void LiftoffAssembler::emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs,
2490 void LiftoffAssembler::emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs,
2495 void LiftoffAssembler::emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs,
2501 void LiftoffAssembler::emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs,
2506 void LiftoffAssembler::emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs,
2511 void LiftoffAssembler::emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs,
2516 void LiftoffAssembler::emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs,
2522 void LiftoffAssembler::emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs,
2527 void LiftoffAssembler::emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs,
2532 void LiftoffAssembler::emit_s128_const(LiftoffRegister dst,
2539 void LiftoffAssembler::emit_s128_not(LiftoffRegister dst, LiftoffRegister src) {
2543 void LiftoffAssembler::emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs,
2548 void LiftoffAssembler::emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs,
2553 void LiftoffAssembler::emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs,
2558 void LiftoffAssembler::emit_s128_select(LiftoffRegister dst,
2568 void LiftoffAssembler::emit_i32x4_sconvert_f32x4(LiftoffRegister dst,
2573 void LiftoffAssembler::emit_i32x4_uconvert_f32x4(LiftoffRegister dst,
2578 void LiftoffAssembler::emit_f32x4_sconvert_i32x4(LiftoffRegister dst,
2583 void LiftoffAssembler::emit_f32x4_uconvert_i32x4(LiftoffRegister dst,
2588 void LiftoffAssembler::emit_i8x16_sconvert_i16x8(LiftoffRegister dst,
2602 void LiftoffAssembler::emit_i8x16_uconvert_i16x8(LiftoffRegister dst,
2616 void LiftoffAssembler::emit_i16x8_sconvert_i32x4(LiftoffRegister dst,
2630 void LiftoffAssembler::emit_i16x8_uconvert_i32x4(LiftoffRegister dst,
2644 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst,
2649 void LiftoffAssembler::emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst,
2654 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst,
2659 void LiftoffAssembler::emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst,
2664 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst,
2669 void LiftoffAssembler::emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst,
2674 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst,
2679 void LiftoffAssembler::emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst,
2684 void LiftoffAssembler::emit_s128_and_not(LiftoffRegister dst,
2690 void LiftoffAssembler::emit_i8x16_rounding_average_u(LiftoffRegister dst,
2696 void LiftoffAssembler::emit_i16x8_rounding_average_u(LiftoffRegister dst,
2702 void LiftoffAssembler::emit_i8x16_abs(LiftoffRegister dst,
2707 void LiftoffAssembler::emit_i16x8_abs(LiftoffRegister dst,
2712 void LiftoffAssembler::emit_i32x4_abs(LiftoffRegister dst,