Home
last modified time | relevance | path

Searched defs:lhs (Results 426 - 450 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp829 validate_assignment(struct _mesa_glsl_parse_state *state, YYLTYPE loc, ir_rvalue *lhs, ir_rvalue *rhs, bool is_initializer) validate_assignment() argument
930 do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state, const char *non_lvalue_description, ir_rvalue *lhs, ir_rvalue *rhs, ir_rvalue **out_rvalue, bool needs_rvalue, bool is_initializer, YYLTYPE lhs_loc) do_assignment() argument
4594 ir_dereference *const lhs = new(state) ir_dereference_variable(var); process_initializer() local
[all...]
H A Dir.h1508 ir_dereference *lhs; member in ir_assignment
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1275 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1294 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1301 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1325 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1332 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1353 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1363 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1392 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1600 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
1639 emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, Label* label, Register lhs, int32_t imm) emit_i32_cond_jumpi() argument
1668 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
1693 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
1709 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
1728 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
1770 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
1781 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument
1833 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument
1838 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument
1843 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument
1848 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument
1853 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument
1858 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument
1863 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument
1868 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument
1893 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument
1945 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument
1950 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument
1955 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument
1960 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument
1965 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument
1970 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument
1975 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument
1980 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument
1990 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument
2013 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument
2018 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument
2023 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument
2029 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument
2034 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument
2040 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument
2045 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument
2050 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument
2055 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
2114 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument
2142 emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shl() argument
2147 emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shli() argument
2152 emit_i32x4_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_s() argument
2158 emit_i32x4_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_s() argument
2163 emit_i32x4_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_u() argument
2169 emit_i32x4_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_u() argument
2174 emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_add() argument
2179 emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_sub() argument
2184 emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_mul() argument
2189 emit_i32x4_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_s() argument
2195 emit_i32x4_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_u() argument
2201 emit_i32x4_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_s() argument
2207 emit_i32x4_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_u() argument
2213 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument
2273 emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shl() argument
2278 emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shli() argument
2283 emit_i16x8_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_s() argument
2289 emit_i16x8_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_s() argument
2294 emit_i16x8_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_u() argument
2300 emit_i16x8_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_u() argument
2305 emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add() argument
2310 emit_i16x8_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_s() argument
2316 emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub() argument
2321 emit_i16x8_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_s() argument
2327 emit_i16x8_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_u() argument
2333 emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_mul() argument
2338 emit_i16x8_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_u() argument
2344 emit_i16x8_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_s() argument
2350 emit_i16x8_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_u() argument
2356 emit_i16x8_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_s() argument
2362 emit_i16x8_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_u() argument
2368 emit_i16x8_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_u() argument
2391 emit_i16x8_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_s() argument
2427 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2445 emit_i8x16_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_u() argument
2478 emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shl() argument
2483 emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shli() argument
2488 emit_i8x16_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_s() argument
2494 emit_i8x16_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_s() argument
2499 emit_i8x16_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_u() argument
2505 emit_i8x16_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_u() argument
2510 emit_i8x16_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_s() argument
2516 emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add() argument
2521 emit_i8x16_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_s() argument
2527 emit_i8x16_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_s() argument
2533 emit_i8x16_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_u() argument
2539 emit_i8x16_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_s() argument
2545 emit_i8x16_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_u() argument
2551 emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_eq() argument
2556 emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ne() argument
2561 emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_s() argument
2566 emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_u() argument
2571 emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_s() argument
2576 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument
2581 emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_eq() argument
2586 emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ne() argument
2591 emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_s() argument
2596 emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_u() argument
2601 emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_s() argument
2606 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument
2611 emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_eq() argument
2616 emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ne() argument
2621 emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_s() argument
2626 emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_u() argument
2631 emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_s() argument
2636 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument
2641 emit_i64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_eq() argument
2646 emit_i64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ne() argument
2651 emit_i64x2_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_gt_s() argument
2656 emit_i64x2_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ge_s() argument
2661 emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_eq() argument
2666 emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_ne() argument
2671 emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_lt() argument
2676 emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_le() argument
2681 emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_eq() argument
2686 emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_ne() argument
2691 emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_lt() argument
2696 emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_le() argument
2710 emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and() argument
2715 emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_or() argument
2720 emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_xor() argument
2757 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument
2763 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument
2769 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument
2775 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument
2831 emit_s128_and_not(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and_not() argument
2837 emit_i8x16_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_rounding_average_u() argument
2843 emit_i16x8_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_rounding_average_u() argument
2869 emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub() argument
2874 emit_i8x16_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_s() argument
2880 emit_i8x16_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_u() argument
2886 emit_i8x16_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_u() argument
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc2836 OH_JSVM_StrictEquals(JSVM_Env env, JSVM_Value lhs, JSVM_Value rhs, bool* result) OH_JSVM_StrictEquals() argument
2852 OH_JSVM_Equals(JSVM_Env env, JSVM_Value lhs, JSVM_Value rhs, bool* result) OH_JSVM_Equals() argument
/third_party/nghttp2/lib/
H A Dnghttp2_session.c420 const nghttp2_stream *lhs, *rhs; in stream_less() local
/third_party/node/deps/ada/
H A Dada.h1947 constexpr bool operator==(const unexpected<E> &lhs, const unexpected<E> &rhs) { in operator ==() argument
1951 constexpr bool operator!=(const unexpected<E> &lhs, const unexpected<E> &rhs) { in operator !=() argument
1955 constexpr bool operator<(const unexpected<E> &lhs, const unexpected<E> &rhs) { in operator <() argument
1959 constexpr bool operator<=(const unexpected<E> &lhs, const unexpected<E> &rhs) { in operator <=() argument
1963 constexpr bool operator>(const unexpected<E> &lhs, const unexpected<E> &rhs) { in operator >() argument
1967 operator >=(const unexpected<E> &lhs, const unexpected<E> &rhs) operator >=() argument
4204 operator ==(const expected<T, E> &lhs, const expected<U, F> &rhs) operator ==() argument
4211 operator !=(const expected<T, E> &lhs, const expected<U, F> &rhs) operator !=() argument
4218 operator ==(const expected<void, E> &lhs, const expected<void, F> &rhs) operator ==() argument
4225 operator !=(const expected<void, E> &lhs, const expected<void, F> &rhs) operator !=() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp795 U_CAPI decNumber * U_EXPORT2 uprv_decNumberAdd(decNumber *res, const decNumber *lhs, in uprv_decNumberAdd() argument
821 U_CAPI decNumber * U_EXPORT2 uprv_decNumberAnd(decNumber *res, const decNumber *lhs, in uprv_decNumberAnd() argument
889 uprv_decNumberCompare(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberCompare() argument
909 uprv_decNumberCompareSignal(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberCompareSignal() argument
930 uprv_decNumberCompareTotal(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberCompareTotal() argument
951 uprv_decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberCompareTotalMag() argument
1016 uprv_decNumberDivide(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberDivide() argument
1039 uprv_decNumberDivideInteger(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberDivideInteger() argument
1128 uprv_decNumberFMA(decNumber *res, const decNumber *lhs, const decNumber *rhs, const decNumber *fhs, decContext *set) uprv_decNumberFMA() argument
1569 uprv_decNumberMax(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberMax() argument
1592 uprv_decNumberMaxMag(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberMaxMag() argument
1615 uprv_decNumberMin(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberMin() argument
1638 uprv_decNumberMinMag(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberMinMag() argument
1769 uprv_decNumberNextToward(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberNextToward() argument
1837 uprv_decNumberOr(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberOr() argument
1937 uprv_decNumberMultiply(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberMultiply() argument
1974 uprv_decNumberPower(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberPower() argument
2319 uprv_decNumberQuantize(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberQuantize() argument
2408 uprv_decNumberRescale(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberRescale() argument
2428 uprv_decNumberRemainder(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberRemainder() argument
2451 uprv_decNumberRemainderNear(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberRemainderNear() argument
2487 uprv_decNumberRotate(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberRotate() argument
2608 uprv_decNumberSameQuantum(decNumber *res, const decNumber *lhs, const decNumber *rhs) uprv_decNumberSameQuantum() argument
2643 uprv_decNumberScaleB(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberScaleB() argument
2700 uprv_decNumberShift(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberShift() argument
3178 uprv_decNumberSubtract(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberSubtract() argument
3267 uprv_decNumberXor(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) uprv_decNumberXor() argument
3467 uprv_decNumberCopySign(decNumber *res, const decNumber *lhs, const decNumber *rhs) uprv_decNumberCopySign() argument
3836 decAddOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, uByte negate, uInt *status) decAddOp() argument
4252 decDivideOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, Flag op, uInt *status) decDivideOp() argument
4872 decMultiplyOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, uInt *status) decMultiplyOp() argument
5877 decQuantizeOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, Flag quant, uInt *status) global() argument
6050 decCompareOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, Flag op, uInt *status) global() argument
6215 decCompare(const decNumber *lhs, const decNumber *rhs, Flag abs_c) global() argument
7737 decNaNs(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, uInt *status) global() argument
7957 decCheckOperands(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) global() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c420 const nghttp2_stream *lhs, *rhs; in stream_less() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc1953 InstructionOperand lhs, rhs; in VisitFloat32Compare() local
1967 InstructionOperand lhs, rhs; in VisitFloat64Compare() local
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc2343 Node* lhs = node->InputAt(0); in VisitNode() local
4634 Node* const lhs = m.left().node(); in Int32Div() local
4707 Node* const lhs = m.left().node(); Int32Mod() local
4820 Node* const lhs = m.left().node(); Uint32Div() local
4839 Node* const lhs = m.left().node(); Uint32Mod() local
4897 Node* const lhs = node->InputAt(0); DoMax() local
4908 Node* const lhs = node->InputAt(0); DoMin() local
[all...]
H A Dtyper.cc390 Type Typer::Visitor::BinaryNumberOpTyper(Type lhs, Type rhs, Typer* t, in BinaryNumberOpTyper() argument
1038 JSEqualTyper(Type lhs, Type rhs, Typer* t) JSEqualTyper() argument
1057 JSStrictEqualTyper(Type lhs, Type rhs, Typer* t) JSStrictEqualTyper() argument
1065 JSCompareTyper(Type lhs, Type rhs, Typer* t) JSCompareTyper() argument
1084 NumberCompareTyper(Type lhs, Type rhs, Typer* t) NumberCompareTyper() argument
1115 JSLessThanTyper(Type lhs, Type rhs, Typer* t) JSLessThanTyper() argument
1119 JSGreaterThanTyper(Type lhs, Type rhs, Typer* t) JSGreaterThanTyper() argument
1123 JSLessThanOrEqualTyper(Type lhs, Type rhs, Typer* t) JSLessThanOrEqualTyper() argument
1127 JSGreaterThanOrEqualTyper(Type lhs, Type rhs, Typer* t) JSGreaterThanOrEqualTyper() argument
1133 JSBitwiseOrTyper(Type lhs, Type rhs, Typer* t) JSBitwiseOrTyper() argument
1137 JSBitwiseAndTyper(Type lhs, Type rhs, Typer* t) JSBitwiseAndTyper() argument
1141 JSBitwiseXorTyper(Type lhs, Type rhs, Typer* t) JSBitwiseXorTyper() argument
1145 JSShiftLeftTyper(Type lhs, Type rhs, Typer* t) JSShiftLeftTyper() argument
1149 JSShiftRightTyper(Type lhs, Type rhs, Typer* t) JSShiftRightTyper() argument
1153 JSShiftRightLogicalTyper(Type lhs, Type rhs, Typer* t) JSShiftRightLogicalTyper() argument
1160 JSAddTyper(Type lhs, Type rhs, Typer* t) JSAddTyper() argument
1174 JSSubtractTyper(Type lhs, Type rhs, Typer* t) JSSubtractTyper() argument
1178 JSMultiplyTyper(Type lhs, Type rhs, Typer* t) JSMultiplyTyper() argument
1182 JSDivideTyper(Type lhs, Type rhs, Typer* t) JSDivideTyper() argument
1186 JSModulusTyper(Type lhs, Type rhs, Typer* t) JSModulusTyper() argument
1190 JSExponentiateTyper(Type lhs, Type rhs, Typer* t) JSExponentiateTyper() argument
1457 JSHasInPrototypeChainTyper(Type lhs, Type rhs, Typer* t) JSHasInPrototypeChainTyper() argument
1461 JSInstanceOfTyper(Type lhs, Type rhs, Typer* t) JSInstanceOfTyper() argument
1465 JSOrdinaryHasInstanceTyper(Type lhs, Type rhs, Typer* t) JSOrdinaryHasInstanceTyper() argument
1943 NumberEqualTyper(Type lhs, Type rhs, Typer* t) NumberEqualTyper() argument
1948 NumberLessThanTyper(Type lhs, Type rhs, Typer* t) NumberLessThanTyper() argument
1954 NumberLessThanOrEqualTyper(Type lhs, Type rhs, Typer* t) NumberLessThanOrEqualTyper() argument
2002 ReferenceEqualTyper(Type lhs, Type rhs, Typer* t) ReferenceEqualTyper() argument
2014 SameValueTyper(Type lhs, Type rhs, Typer* t) SameValueTyper() argument
2019 SameValueNumbersOnlyTyper(Type lhs, Type rhs, Typer* t) SameValueNumbersOnlyTyper() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc1753 InstructionOperand lhs, rhs; in VisitFloat32Compare() local
1767 InstructionOperand lhs, rhs; in VisitFloat64Compare() local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc1898 InstructionOperand lhs, rhs; in VisitFloat32Compare() local
1912 InstructionOperand lhs, rhs; in VisitFloat64Compare() local
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h3619 TNode<Oddball> Equal(TNode<Object> lhs, TNode<Object> rhs, in Equal() argument
3868 bool ConstexprIntegerLiteralEqual(IntegerLiteral lhs, IntegerLiteral rhs) { in ConstexprIntegerLiteralEqual() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1510 void TurboAssembler::Swap(Register lhs, Register rhs) { in Swap() argument
1520 void TurboAssembler::Swap(VRegister lhs, VRegister rhs) { in Swap() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc3057 AddF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3062 SubF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3067 MulF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3072 DivF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3077 AddF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3083 SubF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3089 MulF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3095 DivF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
3101 CopySignF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, RCBit r) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc4340 static FP_Type FPMax(int m6, FP_Type lhs, FP_Type rhs) { in FPMax() argument
4378 static FP_Type FPMin(int m6, FP_Type lhs, FP_Type rhs) { in FPMin() argument
4396 FPMinMaxForEachLane(Simulator* sim, Operation Op, int dst, int lhs, int rhs, int m5, int m6) FPMinMaxForEachLane() argument
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc3170 sreg_t lhs = sext_xlen(rs1()); in DecodeRVRType() local
3182 reg_t lhs = zext_xlen(rs1()); in DecodeRVRType() local
3192 sreg_t lhs = sext_xlen(rs1()); in DecodeRVRType() local
3204 reg_t lhs = zext_xlen(rs1()); DecodeRVRType() local
3219 sreg_t lhs = sext32(rs1()); DecodeRVRType() local
3231 reg_t lhs = zext32(rs1()); DecodeRVRType() local
3241 sreg_t lhs = sext32(rs1()); DecodeRVRType() local
3253 reg_t lhs = zext32(rs1()); DecodeRVRType() local
[all...]
H A Dsimulator-riscv64.h540 auto lhs = ReadMem<T>(addr, instr); in amo() local
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc1114 bool FastCompareFlatString(const Char1T* lhs, const Char2T* rhs, int length, in FastCompareFlatString() argument
1149 bool FastCompareStringFlatContent(const String::FlatContent& lhs, in FastCompareStringFlatContent() argument
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1287 void LiftoffAssembler::emit_i32_add(Register dst, Register lhs, Register rhs) { in emit_i32_add() argument
1295 void LiftoffAssembler::emit_i32_addi(Register dst, Register lhs, int32_t imm) { in emit_i32_addi() argument
1303 void LiftoffAssembler::emit_i32_sub(Register dst, Register lhs, Register rhs) { in emit_i32_sub() argument
1318 emit_i32_subi(Register dst, Register lhs, int32_t imm) emit_i32_subi() argument
1330 EmitCommutativeBinOp(LiftoffAssembler* assm, Register dst, Register lhs, Register rhs) EmitCommutativeBinOp() argument
1341 EmitCommutativeBinOpImm(LiftoffAssembler* assm, Register dst, Register lhs, int32_t imm) EmitCommutativeBinOpImm() argument
1348 emit_i32_mul(Register dst, Register lhs, Register rhs) emit_i32_mul() argument
1355 EmitInt32DivOrRem(LiftoffAssembler* assm, Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) EmitInt32DivOrRem() argument
1419 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1426 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1432 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1438 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1444 emit_i32_and(Register dst, Register lhs, Register rhs) emit_i32_and() argument
1448 emit_i32_andi(Register dst, Register lhs, int32_t imm) emit_i32_andi() argument
1452 emit_i32_or(Register dst, Register lhs, Register rhs) emit_i32_or() argument
1456 emit_i32_ori(Register dst, Register lhs, int32_t imm) emit_i32_ori() argument
1460 emit_i32_xor(Register dst, Register lhs, Register rhs) emit_i32_xor() argument
1464 emit_i32_xori(Register dst, Register lhs, int32_t imm) emit_i32_xori() argument
1556 OpWithCarry(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) OpWithCarry() argument
1585 OpWithCarryI(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) OpWithCarryI() argument
1604 emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_add() argument
1609 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument
1614 emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_sub() argument
1619 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument
1658 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1665 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1671 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1677 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1876 emit_f32_add(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_add() argument
1889 emit_f32_sub(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_sub() argument
1904 emit_f32_mul(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_mul() argument
1917 emit_f32_div(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_div() argument
1935 EmitFloatMinOrMax(LiftoffAssembler* assm, DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, MinOrMax min_or_max) EmitFloatMinOrMax() argument
1993 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument
1999 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument
2005 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
2070 emit_f64_add(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_add() argument
2083 emit_f64_sub(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_sub() argument
2098 emit_f64_mul(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_mul() argument
2111 emit_f64_div(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_div() argument
2126 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument
2132 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
2150 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument
2463 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
2488 emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, Label* label, Register lhs, int imm) emit_i32_cond_jumpi() argument
2526 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
2563 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
2597 EmitFloatSetCond(LiftoffAssembler* assm, Condition cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) EmitFloatSetCond() argument
2623 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
2630 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
2654 EmitSimdCommutativeBinOp( LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, base::Optional<CpuFeature> feature = base::nullopt) EmitSimdCommutativeBinOp() argument
2676 EmitSimdNonCommutativeBinOp( LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, base::Optional<CpuFeature> feature = base::nullopt) EmitSimdNonCommutativeBinOp() argument
2854 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2902 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
2951 emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_eq() argument
2957 emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ne() argument
2965 emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_s() argument
2972 emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_u() argument
2986 emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_s() argument
2998 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument
3010 emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_eq() argument
3016 emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ne() argument
3024 emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_s() argument
3031 emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_u() argument
3045 emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_s() argument
3057 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument
3069 emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_eq() argument
3075 emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ne() argument
3083 emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_s() argument
3090 emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_u() argument
3104 emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_s() argument
3116 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument
3128 emit_i64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_eq() argument
3134 emit_i64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ne() argument
3142 emit_i64x2_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_gt_s() argument
3161 emit_i64x2_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ge_s() argument
3191 emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_eq() argument
3197 emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_ne() argument
3203 emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_lt() argument
3210 emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_le() argument
3217 emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_eq() argument
3223 emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_ne() argument
3229 emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_lt() argument
3236 emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_le() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h154 I64Binop(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) I64Binop() argument
172 I64BinopI(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) I64BinopI() argument
227 EmitFloatMinOrMax(LiftoffAssembler* assm, RegisterType dst, RegisterType lhs, RegisterType rhs, MinOrMax min_or_max) EmitFloatMinOrMax() argument
258 S128NarrowOp(LiftoffAssembler* assm, NeonDataType dt, NeonDataType sdt, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) S128NarrowOp() argument
270 F64x2Compare(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Condition cond) F64x2Compare() argument
394 EmitSimdShift(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) EmitSimdShift() argument
410 EmitSimdShiftImmediate(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) EmitSimdShiftImmediate() argument
917 Add(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Add() argument
922 Sub(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Sub() argument
927 And(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) And() argument
932 Or(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Or() argument
937 Xor(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Xor() argument
942 Exchange(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Exchange() argument
1621 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1650 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1663 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1684 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1705 emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_add() argument
1710 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument
1715 emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_sub() argument
1720 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument
1740 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1747 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1753 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1759 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1911 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument
1918 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument
1962 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument
1967 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument
1972 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
1989 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
2209 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
2225 emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, Label* label, Register lhs, int32_t imm) emit_i32_cond_jumpi() argument
2245 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
2260 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
2304 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
2318 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
2446 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
2469 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument
2549 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument
2555 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument
2561 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument
2567 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument
2573 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument
2585 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument
2597 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument
2613 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument
2652 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument
2742 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument
2748 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument
2754 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument
2760 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument
2778 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument
2784 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument
2790 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument
2809 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument
2836 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument
2871 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument
2876 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument
2882 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument
2888 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument
2894 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument
2900 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument
2906 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument
2912 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument
2918 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
3022 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h169 inline void EmitSimdShift(LiftoffAssembler* assm, VRegister dst, VRegister lhs, in EmitSimdShift() argument
194 EmitSimdShiftRightImmediate(LiftoffAssembler* assm, VRegister dst, VRegister lhs, int32_t rhs) EmitSimdShiftRightImmediate() argument
1158 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument
1209 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1232 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1240 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1257 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1272 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1297 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1307 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1326 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1347 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
1358 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
1558 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
1589 emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, Label* label, Register lhs, int32_t imm) emit_i32_cond_jumpi() argument
1609 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
1622 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
1630 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
1642 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
1772 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
1783 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument
1838 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument
1843 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument
1848 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument
1853 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument
1858 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument
1863 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument
1868 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument
1885 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument
1924 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument
1979 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument
1984 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument
1989 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument
1994 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument
1999 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument
2004 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument
2009 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument
2026 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument
2048 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument
2074 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument
2080 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument
2085 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument
2093 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument
2099 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument
2107 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument
2114 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument
2119 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument
2124 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
2199 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument
2240 emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shl() argument
2246 emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shli() argument
2251 emit_i32x4_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_s() argument
2259 emit_i32x4_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_s() argument
2265 emit_i32x4_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_u() argument
2273 emit_i32x4_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_u() argument
2280 emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_add() argument
2285 emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_sub() argument
2290 emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_mul() argument
2295 emit_i32x4_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_s() argument
2301 emit_i32x4_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_u() argument
2307 emit_i32x4_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_s() argument
2313 emit_i32x4_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_u() argument
2319 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument
2369 emit_i16x8_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_u() argument
2375 emit_i16x8_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_s() argument
2416 emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shl() argument
2422 emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shli() argument
2427 emit_i16x8_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_s() argument
2435 emit_i16x8_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_s() argument
2441 emit_i16x8_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_u() argument
2449 emit_i16x8_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_u() argument
2456 emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add() argument
2461 emit_i16x8_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_s() argument
2467 emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub() argument
2472 emit_i16x8_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_s() argument
2478 emit_i16x8_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_u() argument
2484 emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_mul() argument
2489 emit_i16x8_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_u() argument
2495 emit_i16x8_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_s() argument
2501 emit_i16x8_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_u() argument
2507 emit_i16x8_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_s() argument
2513 emit_i16x8_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_u() argument
2519 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2570 emit_i8x16_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_u() argument
2576 emit_i8x16_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_s() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp3742 void CompilerHLSL::read_access_chain_array(const string &lhs, const SPIRAccessChain &chain) in read_access_chain_array() argument
3762 void CompilerHLSL::read_access_chain_struct(const string &lhs, const SPIRAccessChain &chain) in read_access_chain_struct() argument
3792 void CompilerHLSL::read_access_chain(string *expr, const string &lhs, const SPIRAccessChain &chain) in read_access_chain() argument
H A Dspirv_msl.cpp4486 string lhs = to_dereferenced_expression(lhs_expression); in emit_store_statement() local
4497 string lhs = to_dereferenced_expression(lhs_expression); in emit_store_statement() local
[all...]

Completed in 152 milliseconds

1...<<11121314151617181920