/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 89 micro_abs(union tgsi_exec_channel *dst, in micro_abs() argument 92 dst->f[0] = fabsf(src->f[0]); in micro_abs() 93 dst->f[1] = fabsf(src->f[1]); in micro_abs() 94 dst->f[2] = fabsf(src->f[2]); in micro_abs() 95 dst->f[3] = fabsf(src->f[3]); in micro_abs() 99 micro_arl(union tgsi_exec_channel *dst, in micro_arl() argument 102 dst->i[0] = (int)floorf(src->f[0]); in micro_arl() 103 dst->i[1] = (int)floorf(src->f[1]); in micro_arl() 104 dst->i[2] = (int)floorf(src->f[2]); in micro_arl() 105 dst in micro_arl() 109 micro_arr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_arr() argument 119 micro_ceil(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ceil() argument 129 micro_cmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_cmp() argument 141 micro_cos(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_cos() argument 151 micro_d2f(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_d2f() argument 161 micro_d2i(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_d2i() argument 171 micro_d2u(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_d2u() argument 180 micro_dabs(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dabs() argument 190 micro_dadd(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dadd() argument 200 micro_ddiv(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_ddiv() argument 210 micro_ddx(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddx() argument 220 micro_ddx_fine(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddx_fine() argument 231 micro_ddy(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddy() argument 241 micro_ddy_fine(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddy_fine() argument 251 micro_dmul(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmul() argument 261 micro_dmax(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmax() argument 271 micro_dmin(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmin() argument 281 micro_dneg(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dneg() argument 291 micro_dslt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dslt() argument 301 micro_dsne(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dsne() argument 311 micro_dsge(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dsge() argument 321 micro_dseq(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dseq() argument 331 micro_drcp(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_drcp() argument 341 micro_dsqrt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dsqrt() argument 351 micro_drsq(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_drsq() argument 361 micro_dmad(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmad() argument 371 micro_dfrac(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dfrac() argument 381 micro_dflr(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dflr() argument 391 micro_dldexp(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_dldexp() argument 402 micro_dfracexp(union tgsi_double_channel *dst, union tgsi_exec_channel *dst_exp, const union tgsi_double_channel *src) micro_dfracexp() argument 413 micro_exp2(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_exp2() argument 440 micro_f2d(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_f2d() argument 450 micro_flr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_flr() argument 460 micro_frc(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_frc() argument 470 micro_i2d(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_i2d() argument 480 micro_iabs(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_iabs() argument 490 micro_ineg(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ineg() argument 500 micro_lg2(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_lg2() argument 510 micro_lrp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_lrp() argument 522 micro_mad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_mad() argument 534 micro_mov(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_mov() argument 544 micro_rcp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_rcp() argument 560 micro_rnd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_rnd() argument 570 micro_rsq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_rsq() argument 586 micro_sqrt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_sqrt() argument 596 micro_seq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_seq() argument 607 micro_sge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sge() argument 618 micro_sgn(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_sgn() argument 628 micro_isgn(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_isgn() argument 638 micro_sgt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sgt() argument 649 micro_sin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_sin() argument 659 micro_sle(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sle() argument 670 micro_slt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_slt() argument 681 micro_sne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sne() argument 692 micro_trunc(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_trunc() argument 702 micro_u2d(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_u2d() argument 712 micro_i64abs(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64abs() argument 722 micro_i64sgn(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64sgn() argument 732 micro_i64neg(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64neg() argument 742 micro_u64seq(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64seq() argument 752 micro_u64sne(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64sne() argument 762 micro_i64slt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64slt() argument 772 micro_u64slt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64slt() argument 782 micro_i64sge(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64sge() argument 792 micro_u64sge(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64sge() argument 802 micro_u64max(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64max() argument 812 micro_i64max(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64max() argument 822 micro_u64min(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64min() argument 832 micro_i64min(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64min() argument 842 micro_u64add(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64add() argument 852 micro_u64mul(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64mul() argument 862 micro_u64div(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64div() argument 872 micro_i64div(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64div() argument 882 micro_u64mod(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64mod() argument 892 micro_i64mod(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64mod() argument 902 micro_u64shl(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_u64shl() argument 918 micro_i64shr(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_i64shr() argument 934 micro_u64shr(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_u64shr() argument 1275 micro_add(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_add() argument 1286 micro_div( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1 ) micro_div() argument 1298 micro_lt( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3 ) micro_lt() argument 1312 micro_max(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_max() argument 1323 micro_min(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_min() argument 1334 micro_mul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_mul() argument 1345 micro_neg( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src ) micro_neg() argument 1356 micro_pow( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1 ) micro_pow() argument 1368 micro_ldexp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_ldexp() argument 1379 micro_sub(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sub() argument 1643 union tgsi_exec_channel *dst; store_dest_dstret() local 1731 union tgsi_exec_channel *dst; store_dest_double() local 1752 union tgsi_exec_channel *dst; store_dest() local 2877 union tgsi_exec_channel dst; exec_scalar_unary() local 2895 struct tgsi_exec_vector dst; exec_vector_unary() local 2924 union tgsi_exec_channel dst; exec_scalar_binary() local 2943 struct tgsi_exec_vector dst; exec_vector_binary() local 2973 struct tgsi_exec_vector dst; exec_vector_trinary() local 3005 struct tgsi_exec_vector dst; exec_vector_quaternary() local 3100 union tgsi_exec_channel arg[2], dst; exec_pk2h() local 3120 union tgsi_exec_channel arg, dst[2]; exec_up2h() local 3135 micro_ucmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_ucmp() argument 3151 struct tgsi_exec_vector dst; exec_ucmp() local 3418 union tgsi_exec_channel dst[2]; store_double_channel() local 3456 union tgsi_double_channel dst; exec_double_unary() local 3477 union tgsi_double_channel dst; exec_double_binary() local 3518 union tgsi_double_channel dst; exec_double_trinary() local 3542 union tgsi_double_channel dst; exec_dldexp() local 3566 union tgsi_double_channel dst; exec_dfracexp() local 3588 union tgsi_double_channel dst; exec_arg0_64_arg1_32() local 3766 fetch_store_img_unit(struct tgsi_exec_machine *mach, const struct tgsi_full_dst_register *dst) fetch_store_img_unit() argument 4138 micro_f2u64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_f2u64() argument 4148 micro_f2i64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_f2i64() argument 4158 micro_u2i64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_u2i64() argument 4168 micro_i2i64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_i2i64() argument 4178 micro_d2u64(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_d2u64() argument 4188 micro_d2i64(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_d2i64() argument 4198 micro_u642d(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u642d() argument 4208 micro_i642d(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i642d() argument 4218 micro_u642f(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_u642f() argument 4228 micro_i642f(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_i642f() argument 4244 union tgsi_double_channel dst; exec_t_2_64() local 4264 union tgsi_exec_channel dst; exec_64_2_t() local 4283 micro_i2f(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_i2f() argument 4293 micro_not(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_not() argument 4303 micro_shl(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_shl() argument 4319 micro_and(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_and() argument 4330 micro_or(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_or() argument 4341 micro_xor(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_xor() argument 4352 micro_mod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_mod() argument 4363 micro_f2i(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_f2i() argument 4373 micro_fseq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fseq() argument 4384 micro_fsge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fsge() argument 4395 micro_fslt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fslt() argument 4406 micro_fsne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fsne() argument 4417 micro_idiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_idiv() argument 4428 micro_imax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_imax() argument 4439 micro_imin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_imin() argument 4450 micro_isge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_isge() argument 4461 micro_ishr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_ishr() argument 4477 micro_islt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_islt() argument 4488 micro_f2u(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_f2u() argument 4498 micro_u2f(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_u2f() argument 4508 micro_uadd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_uadd() argument 4519 micro_udiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_udiv() argument 4530 micro_umad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_umad() argument 4542 micro_umax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umax() argument 4553 micro_umin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umin() argument 4564 micro_umod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umod() argument 4575 micro_umul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umul() argument 4586 micro_imul_hi(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_imul_hi() argument 4599 micro_umul_hi(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umul_hi() argument 4612 micro_useq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_useq() argument 4623 micro_usge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_usge() argument 4634 micro_ushr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_ushr() argument 4650 micro_uslt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_uslt() argument 4661 micro_usne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_usne() argument 4672 micro_uarl(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_uarl() argument 4685 micro_ibfe(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_ibfe() argument 4712 micro_ubfe(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_ubfe() argument 4739 micro_bfi(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3) micro_bfi() argument 4759 micro_brev(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_brev() argument 4769 micro_popc(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_popc() argument 4779 micro_lsb(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_lsb() argument 4789 micro_imsb(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_imsb() argument 4799 micro_umsb(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_umsb() argument [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcsncat.c | 29 wchar_t dst[32] = {0}; in wcsncat_0100() local 30 wchar_t *result = wcsncat(dst, L"hello, world!", 5); in wcsncat_0100() 31 if (wcscmp(dst, result) != 0) { in wcsncat_0100() 32 t_error("%s wcsncat get result is %s are not %s\n", __func__, dst, result); in wcsncat_0100() 34 if (wcscmp(dst, L"hello") != 0) { in wcsncat_0100() 35 t_error("%s wcsncat get result is %s are not 'hello'\n", __func__, dst); in wcsncat_0100() 46 wchar_t dst[32] = {0}; in wcsncat_0200() local 47 wchar_t *result = wcsncat(dst, L"hello, world!", 0); in wcsncat_0200() 48 if (wcscmp(dst, result) != 0) { in wcsncat_0200() 49 t_error("%s wcsncat get result is %s are not %s\n", __func__, dst, resul in wcsncat_0200() 64 wchar_t dst[32] = {0}; wcsncat_0300() local [all...] |
H A D | wcpncpy.c | 29 wchar_t dst[18]; in wcpncpy_0100() local 31 wchar_t *result = wcpncpy(dst, src, src_len + 1); in wcpncpy_0100() 32 if (wcscmp(result, dst + src_len) != 0) { in wcpncpy_0100() 33 t_error("%s wcpncpy get result is %ls are not want %ls\n", __func__, result, dst + src_len); in wcpncpy_0100() 35 if (wcscmp(src, dst) != 0) { in wcpncpy_0100() 36 t_error("%s wcpncpy get dst is %ls are not want %ls\n", __func__, dst, src); in wcpncpy_0100() 48 wchar_t dst[18]; in wcpncpy_0200() local 50 wchar_t *result = wcpncpy(dst, src, 2); in wcpncpy_0200() 51 if (wcscmp(result, dst in wcpncpy_0200() 67 wchar_t dst[18]; wcpncpy_0300() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | memset.S | 41 dst .req x8 label 47 mov dst, dstin /* Preserve return value. */ 57 str A_l, [dst], #8 60 str A_lw, [dst], #4 63 strh A_lw, [dst], #2 66 strb A_lw, [dst] 72 neg tmp2, dst 77 * then adjust the dst aligned with 16.This process will make the current 80 stp A_l, A_l, [dst] /*non-aligned store..*/ 81 /*make the dst aligne [all...] |
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | memset.S | 41 dst .req x8 label 46 mov dst, dstin /* Preserve return value. */ 56 str A_l, [dst], #8 59 str A_lw, [dst], #4 62 strh A_lw, [dst], #2 65 strb A_lw, [dst] 71 neg tmp2, dst 76 * then adjust the dst aligned with 16.This process will make the current 79 stp A_l, A_l, [dst] /*non-aligned store..*/ 80 /*make the dst aligne [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() argument 54 *dst = true; in AbslParseFlag() 57 *dst = false; in AbslParseFlag() 77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() argument 80 return absl::numbers_internal::safe_strtoi_base(text, &dst, in ParseFlagImpl() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() argument 89 *dst = static_cast<short>(val); in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() argument 99 *dst = static_cast<unsigned short>(val); in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, st argument 107 AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) AbslParseFlag() argument 111 AbslParseFlag(absl::string_view text, long* dst, std::string*) AbslParseFlag() argument 115 AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) AbslParseFlag() argument 119 AbslParseFlag(absl::string_view text, long long* dst, std::string*) AbslParseFlag() argument 123 AbslParseFlag(absl::string_view text, unsigned long long* dst, std::string*) AbslParseFlag() argument 131 AbslParseFlag(absl::string_view text, float* dst, std::string*) AbslParseFlag() argument 135 AbslParseFlag(absl::string_view text, double* dst, std::string*) AbslParseFlag() argument 142 AbslParseFlag(absl::string_view text, std::string* dst, std::string*) AbslParseFlag() argument 150 AbslParseFlag(absl::string_view text, std::vector<std::string>* dst, std::string*) AbslParseFlag() argument 202 AbslParseFlag(absl::string_view text, absl::LogSeverity* dst, std::string* err) AbslParseFlag() argument [all...] |
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 289 const u8 dst = regmap[insn->dst_reg]; in build_insn() local 303 /* dst = src */ in build_insn() 306 move_reg(ctx, dst, src); in build_insn() 307 emit_zext_32(ctx, dst, is32); in build_insn() 309 /* dst = imm */ in build_insn() 312 move_imm32(ctx, dst, imm, is32); in build_insn() 315 /* dst = dst + src */ in build_insn() 318 emit_insn(ctx, addd, dst, dst, sr in build_insn() [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264idct_lasx.c | 44 void ff_h264_idct_add_lasx(uint8_t *dst, int16_t *src, int32_t dst_stride) in ff_h264_idct_add_lasx() argument 61 DUP4_ARG2(__lasx_xvldx, dst, 0, dst, dst_stride, dst, dst_stride_2x, in ff_h264_idct_add_lasx() 62 dst, dst_stride_3x, src0_m, src1_m, src2_m, src3_m); in ff_h264_idct_add_lasx() 63 DUP4_ARG2(__lasx_xvld, dst, 0, dst + dst_stride, 0, dst + dst_stride_2x, in ff_h264_idct_add_lasx() 64 0, dst + dst_stride_3x, 0, src0_m, src1_m, src2_m, src3_m); in ff_h264_idct_add_lasx() 74 __lasx_xvstelm_w(dst0_m, dst, in ff_h264_idct_add_lasx() 80 ff_h264_idct8_addblk_lasx(uint8_t *dst, int16_t *src, int32_t dst_stride) ff_h264_idct8_addblk_lasx() argument 234 ff_h264_idct4x4_addblk_dc_lasx(uint8_t *dst, int16_t *src, int32_t dst_stride) ff_h264_idct4x4_addblk_dc_lasx() argument 259 ff_h264_idct8_dc_addblk_lasx(uint8_t *dst, int16_t *src, int32_t dst_stride) ff_h264_idct8_dc_addblk_lasx() argument 304 ff_h264_idct_add16_lasx(uint8_t *dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 * 8]) ff_h264_idct_add16_lasx() argument 327 ff_h264_idct8_add4_lasx(uint8_t *dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 * 8]) ff_h264_idct8_add4_lasx() argument 350 ff_h264_idct_add8_lasx(uint8_t **dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 * 8]) ff_h264_idct_add8_lasx() argument 379 ff_h264_idct_add8_422_lasx(uint8_t **dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 * 8]) ff_h264_idct_add8_422_lasx() argument 428 ff_h264_idct_add16_intra_lasx(uint8_t *dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 * 8]) ff_h264_idct_add16_intra_lasx() argument 447 ff_h264_deq_idct_luma_dc_lasx(int16_t *dst, int16_t *src, int32_t de_qval) ff_h264_deq_idct_luma_dc_lasx() argument [all...] |
H A D | vp9_intra_lsx.c | 70 void ff_vert_16x16_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *left, in ff_vert_16x16_lsx() argument 78 LSX_ST_8(src0, src0, src0, src0, src0, src0, src0, src0, dst, in ff_vert_16x16_lsx() 80 dst += stride4; in ff_vert_16x16_lsx() 81 LSX_ST_8(src0, src0, src0, src0, src0, src0, src0, src0, dst, in ff_vert_16x16_lsx() 85 void ff_vert_32x32_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *left, in ff_vert_32x32_lsx() argument 93 __lsx_vst(src0, dst, 0); in ff_vert_32x32_lsx() 94 __lsx_vst(src1, dst, 16); in ff_vert_32x32_lsx() 95 dst += dst_stride; in ff_vert_32x32_lsx() 99 void ff_hor_16x16_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, in ff_hor_16x16_lsx() argument 124 LSX_ST_8(src0, src1, src2, src3, src4, src5, src6, src7, dst, in ff_hor_16x16_lsx() 131 ff_hor_32x32_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, const uint8_t *top) ff_hor_32x32_lsx() argument 181 ff_dc_4x4_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top) ff_dc_4x4_lsx() argument 226 ff_dc_8x8_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top) ff_dc_8x8_lsx() argument 290 ff_dc_16x16_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top) ff_dc_16x16_lsx() argument 341 ff_dc_32x32_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top) ff_dc_32x32_lsx() argument 431 ff_tm_4x4_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top_ptr) ff_tm_4x4_lsx() argument 461 ff_tm_8x8_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top_ptr) ff_tm_8x8_lsx() argument 510 ff_tm_16x16_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top_ptr) ff_tm_16x16_lsx() argument 595 ff_tm_32x32_lsx(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src_left, const uint8_t *src_top_ptr) ff_tm_32x32_lsx() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_etc.c | 478 int x, int y, uint8_t *dst, in etc2_rgb8_fetch_texel() 493 dst[0] = dst[1] = dst[2] = dst[3] = 0; in etc2_rgb8_fetch_texel() 497 dst[3] = 255; in etc2_rgb8_fetch_texel() 505 dst[0] = etc2_clamp(base_color[0] + modifier); in etc2_rgb8_fetch_texel() 506 dst[1] = etc2_clamp(base_color[1] + modifier); in etc2_rgb8_fetch_texel() 507 dst[2] = etc2_clamp(base_color[2] + modifier); in etc2_rgb8_fetch_texel() 513 dst[ in etc2_rgb8_fetch_texel() 477 etc2_rgb8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst, GLboolean punchthrough_alpha) etc2_rgb8_fetch_texel() argument 556 etc2_alpha8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_alpha8_fetch_texel() argument 568 etc2_r11_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_r11_fetch_texel() argument 594 etc2_signed_r11_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_signed_r11_fetch_texel() argument 663 etc2_rgba8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_rgba8_fetch_texel() argument 702 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; etc2_unpack_rgb8() local 743 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; etc2_unpack_srgb8() local 791 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; etc2_unpack_rgba8() local 831 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; etc2_unpack_srgb8_alpha8() local 877 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps * comp_size; etc2_unpack_r11() local 915 uint8_t *dst = dst_row + (y + j) * dst_stride + etc2_unpack_rg11() local 926 uint8_t *dst = dst_row + (y + j) * dst_stride + etc2_unpack_rg11() local 964 uint8_t *dst = dst_row + (y + j) * dst_stride + etc2_unpack_signed_r11() local 1003 uint8_t *dst = dst_row + (y + j) * dst_stride + etc2_unpack_signed_rg11() local 1014 uint8_t *dst = dst_row + (y + j) * dst_stride + etc2_unpack_signed_rg11() local 1049 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; etc2_unpack_rgb8_punchthrough_alpha1() local 1087 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; etc2_unpack_srgb8_punchthrough_alpha1() local 1275 GLubyte dst[3]; fetch_etc1_rgb8() local 1295 uint8_t dst[3]; fetch_etc2_rgb8() local 1316 uint8_t dst[3]; fetch_etc2_srgb8() local 1337 uint8_t dst[4]; fetch_etc2_rgba8_eac() local 1356 uint8_t dst[4]; fetch_etc2_srgb8_alpha8_eac() local 1375 GLushort dst; fetch_etc2_r11_eac() local 1394 GLushort dst[2]; fetch_etc2_rg11_eac() local 1418 GLushort dst; fetch_etc2_signed_r11_eac() local 1437 GLushort dst[2]; fetch_etc2_signed_rg11_eac() local 1462 uint8_t dst[4]; fetch_etc2_rgb8_punchthrough_alpha1() local 1483 uint8_t dst[4]; fetch_etc2_srgb8_punchthrough_alpha1() local [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | string_helpers.c | 133 static bool unescape_space(char **src, char **dst) in unescape_space() argument 135 char *p = *dst, *q = *src; in unescape_space() 156 *dst += 1; in unescape_space() 161 static bool unescape_octal(char **src, char **dst) in unescape_octal() argument 163 char *p = *dst, *q = *src; in unescape_octal() 175 *dst += 1; in unescape_octal() 180 static bool unescape_hex(char **src, char **dst) in unescape_hex() argument 182 char *p = *dst, *q = *src; in unescape_hex() 199 *dst += 1; in unescape_hex() 204 static bool unescape_special(char **src, char **dst) in unescape_special() argument 268 string_unescape(char *src, char *dst, size_t size, unsigned int flags) string_unescape() argument 303 escape_passthrough(unsigned char c, char **dst, char *end) escape_passthrough() argument 313 escape_space(unsigned char c, char **dst, char *end) escape_space() argument 349 escape_special(unsigned char c, char **dst, char *end) escape_special() argument 379 escape_null(unsigned char c, char **dst, char *end) escape_null() argument 397 escape_octal(unsigned char c, char **dst, char *end) escape_octal() argument 418 escape_hex(unsigned char c, char **dst, char *end) escape_hex() argument 497 string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, unsigned int flags, const char *only) string_escape_mem() argument 546 string_escape_mem_ascii(const char *src, size_t isz, char *dst, size_t osz) string_escape_mem_ascii() argument 572 char *dst; kstrdup_quotable() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | cfbcopyarea.c | 46 bitcpy(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, in bitcpy() argument 58 memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, in bitcpy() 73 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); in bitcpy() local 79 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); in bitcpy() local 80 dst++; in bitcpy() 88 FB_WRITEL(FB_READL(src++), dst++); in bitcpy() 89 FB_WRITEL(FB_READL(src++), dst++); in bitcpy() 90 FB_WRITEL(FB_READL(src++), dst in bitcpy() 103 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); bitcpy() local 132 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); bitcpy() local 157 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); bitcpy() local 201 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); bitcpy() local 212 bitcpy_rev(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, const unsigned long __iomem *src, unsigned src_idx, int bits, unsigned n, u32 bswapmask) bitcpy_rev() argument 246 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); bitcpy_rev() local 252 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); bitcpy_rev() local 276 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); bitcpy_rev() local 304 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); bitcpy_rev() local 330 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); bitcpy_rev() local 375 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); bitcpy_rev() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | cfbcopyarea.c | 46 bitcpy(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, in bitcpy() argument 58 memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, in bitcpy() 73 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); in bitcpy() local 79 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); in bitcpy() local 80 dst++; in bitcpy() 88 FB_WRITEL(FB_READL(src++), dst++); in bitcpy() 89 FB_WRITEL(FB_READL(src++), dst++); in bitcpy() 90 FB_WRITEL(FB_READL(src++), dst in bitcpy() 103 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); bitcpy() local 132 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); bitcpy() local 157 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); bitcpy() local 201 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); bitcpy() local 212 bitcpy_rev(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, const unsigned long __iomem *src, unsigned src_idx, int bits, unsigned n, u32 bswapmask) bitcpy_rev() argument 246 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); bitcpy_rev() local 252 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); bitcpy_rev() local 276 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); bitcpy_rev() local 304 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); bitcpy_rev() local 330 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); bitcpy_rev() local 375 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); bitcpy_rev() local [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | save.c | 27 buf->dst = NULL; in tplg_buf_init() 35 free(buf->dst); in tplg_buf_free() 41 char *ret = buf->dst; in tplg_buf_detach() 46 int tplg_save_printf(struct tplg_buf *dst, const char *pfx, const char *fmt, ...) in tplg_save_printf() argument 57 n = vsnprintf(dst->printf_buf, dst->printf_buf_size, fmt, va); in tplg_save_printf() 65 if (n >= dst->printf_buf_size) { in tplg_save_printf() 67 s = realloc(dst->printf_buf, t); in tplg_save_printf() 72 dst->printf_buf = s; in tplg_save_printf() 73 dst in tplg_save_printf() 103 tplg_nice_value_format(char *dst, size_t dst_size, unsigned int value) tplg_nice_value_format() argument 159 snd_config_t *dst, **a; sort_config() local 229 tplg_save_quoted(struct tplg_buf *dst, const char *str) tplg_save_quoted() argument 283 tplg_save_string(struct tplg_buf *dst, const char *str, int id) tplg_save_string() argument 299 save_config(struct tplg_buf *dst, int level, const char *delim, snd_config_t *src) save_config() argument 420 tplg_save(snd_tplg_t *tplg, struct tplg_buf *dst, int gindex, const char *prefix) tplg_save() argument 557 snd_tplg_save(snd_tplg_t *tplg, char **dst, int flags) snd_tplg_save() argument [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 54 void Popcnt32(Register dst, Register src); 55 void Popcnt64(Register dst, Register src); 57 // the result to |dst| 58 void ConvertIntToDouble(Register src, DoubleRegister dst); 61 // a double, storing the result to |dst| 62 void ConvertUnsignedIntToDouble(Register src, DoubleRegister dst); 65 // a float, storing the result in |dst| 66 void ConvertIntToFloat(Register src, DoubleRegister dst); 69 // a float, storing the result in |dst| 70 void ConvertUnsignedIntToFloat(Register src, DoubleRegister dst); 301 SignedExtend(Register dst, Register value) SignedExtend() argument 321 ZeroExtend(Register dst, Register value) ZeroExtend() argument 340 ExtendValue(Register dst, Register value) ExtendValue() argument 349 LoadReserve(Register output, MemOperand dst) LoadReserve() argument 372 StoreConditional(Register value, MemOperand dst) StoreConditional() argument 392 AtomicCompareExchange(MemOperand dst, Register old_value, Register new_value, Register output, Register scratch) AtomicCompareExchange() argument 413 AtomicExchange(MemOperand dst, Register new_value, Register output) AtomicExchange() argument 424 AtomicOps(MemOperand dst, Register value, Register output, Register result, bin_op op) AtomicOps() argument 506 Pop(Register dst) Pop() argument 768 Move(Register dst, Smi smi) Move() argument 774 Move(Register dst, const MemOperand& src) Move() argument 780 SmiUntag(Register dst, Register src, RCBit rc = LeaveRC) SmiUntag() argument 797 SmiTag(Register dst, Register src, RCBit rc = LeaveRC) SmiTag() argument 817 ExtractBitRange(Register dst, Register src, int rangeStart, int rangeEnd, RCBit rc = LeaveRC, bool test = false) ExtractBitRange() argument 836 ExtractBit(Register dst, Register src, uint32_t bitNumber, RCBit rc = LeaveRC, bool test = false) ExtractBit() argument 843 ExtractBitMask(Register dst, Register src, uintptr_t mask, RCBit rc = LeaveRC, bool test = false) ExtractBitMask() argument 970 SmiToPtrArrayOffset(Register dst, Register src) SmiToPtrArrayOffset() argument 1128 LoadGlobalProxy(Register dst) LoadGlobalProxy() argument 1354 DecodeField(Register dst, Register src, RCBit rc = LeaveRC) DecodeField() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264chroma_template.c | 30 pixel *dst = (pixel*)_dst;\ 43 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\ 44 dst+= stride;\ 51 OP(dst[0], (A*src[0] + E*src[step+0]));\ 52 dst+= stride;\ 57 OP(dst[0], (A*src[0]));\ 58 dst+= stride;\ 65 pixel *dst = (pixel*)_dst;\ 78 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\ 79 OP(dst[ [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | rgb2rgb.c | 35 void (*rgb32tobgr24)(const uint8_t *src, uint8_t *dst, int src_size); 36 void (*rgb32tobgr16)(const uint8_t *src, uint8_t *dst, int src_size); 37 void (*rgb32tobgr15)(const uint8_t *src, uint8_t *dst, int src_size); 38 void (*rgb24tobgr32)(const uint8_t *src, uint8_t *dst, int src_size); 39 void (*rgb24tobgr24)(const uint8_t *src, uint8_t *dst, int src_size); 40 void (*rgb24tobgr16)(const uint8_t *src, uint8_t *dst, int src_size); 41 void (*rgb24tobgr15)(const uint8_t *src, uint8_t *dst, int src_size); 42 void (*rgb16tobgr24)(const uint8_t *src, uint8_t *dst, int src_size); 43 void (*rgb15tobgr24)(const uint8_t *src, uint8_t *dst, int src_size); 45 void (*rgb32to16)(const uint8_t *src, uint8_t *dst, in 147 rgb32to24(const uint8_t *src, uint8_t *dst, int src_size) rgb32to24() argument 165 rgb24to32(const uint8_t *src, uint8_t *dst, int src_size) rgb24to32() argument 185 rgb16tobgr32(const uint8_t *src, uint8_t *dst, int src_size) rgb16tobgr32() argument 207 rgb12to15(const uint8_t *src, uint8_t *dst, int src_size) rgb12to15() argument 226 rgb16to24(const uint8_t *src, uint8_t *dst, int src_size) rgb16to24() argument 240 rgb16tobgr16(const uint8_t *src, uint8_t *dst, int src_size) rgb16tobgr16() argument 250 rgb16tobgr15(const uint8_t *src, uint8_t *dst, int src_size) rgb16tobgr15() argument 260 rgb15tobgr32(const uint8_t *src, uint8_t *dst, int src_size) rgb15tobgr32() argument 282 rgb15to24(const uint8_t *src, uint8_t *dst, int src_size) rgb15to24() argument 296 rgb15tobgr16(const uint8_t *src, uint8_t *dst, int src_size) rgb15tobgr16() argument 306 rgb15tobgr15(const uint8_t *src, uint8_t *dst, int src_size) rgb15tobgr15() argument 317 rgb12tobgr12(const uint8_t *src, uint8_t *dst, int src_size) rgb12tobgr12() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_sock_fields.c | 61 static void skcpy(struct bpf_sock *dst, in skcpy() argument 64 dst->bound_dev_if = src->bound_dev_if; in skcpy() 65 dst->family = src->family; in skcpy() 66 dst->type = src->type; in skcpy() 67 dst->protocol = src->protocol; in skcpy() 68 dst->mark = src->mark; in skcpy() 69 dst->priority = src->priority; in skcpy() 70 dst->src_ip4 = src->src_ip4; in skcpy() 71 dst->src_ip6[0] = src->src_ip6[0]; in skcpy() 72 dst in skcpy() 85 tpcpy(struct bpf_tcp_sock *dst, const struct bpf_tcp_sock *src) tpcpy() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_sock_fields.c | 61 static void skcpy(struct bpf_sock *dst, in skcpy() argument 64 dst->bound_dev_if = src->bound_dev_if; in skcpy() 65 dst->family = src->family; in skcpy() 66 dst->type = src->type; in skcpy() 67 dst->protocol = src->protocol; in skcpy() 68 dst->mark = src->mark; in skcpy() 69 dst->priority = src->priority; in skcpy() 70 dst->src_ip4 = src->src_ip4; in skcpy() 71 dst->src_ip6[0] = src->src_ip6[0]; in skcpy() 72 dst in skcpy() 85 tpcpy(struct bpf_tcp_sock *dst, const struct bpf_tcp_sock *src) tpcpy() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 98 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, in Load() argument 102 assm->Lw(dst.gp(), src); in Load() 108 assm->Ld(dst.gp(), src); in Load() 111 assm->LoadFloat(dst.fp(), src); in Load() 114 assm->LoadDouble(dst.fp(), src); in Load() 123 MemOperand dst(base, offset); in Store() 126 assm->Sw(src.gp(), dst); in Store() 132 assm->Sd(src.gp(), dst); in Store() 135 assm->StoreFloat(src.fp(), dst); in Store() 138 assm->StoreDouble(src.fp(), dst); in Store() 171 ChangeEndiannessLoad(LiftoffAssembler* assm, LiftoffRegister dst, LoadType type, LiftoffRegList pinned) ChangeEndiannessLoad() argument 440 LoadInstanceFromFrame(Register dst) LoadInstanceFromFrame() argument 444 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument 463 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument 476 LoadTaggedPointer(Register dst, Register src_addr, Register offset_reg, int32_t offset_imm, LiftoffRegList pinned) LoadTaggedPointer() argument 484 LoadFullPointer(Register dst, Register src_addr, int32_t offset_imm) LoadFullPointer() argument 519 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument 758 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument 945 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument 959 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument 972 Move(Register dst, Register src, ValueKind kind) Move() argument 978 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 990 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local 1023 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local 1113 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument 1117 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument 1121 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument 1127 emit_i32_mul(Register dst, Register lhs, Register rhs) emit_i32_mul() argument 1131 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument 1146 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument 1152 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument 1158 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument 1196 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument 1200 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument 1204 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument 1231 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument 1236 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument 1254 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument 1262 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument 1270 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument 1319 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_shli() argument 1329 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_sari() argument 1339 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_shri() argument 1349 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument 1353 emit_u32_to_uintptr(Register dst, Register src) emit_u32_to_uintptr() argument 1357 emit_f32_neg(DoubleRegister dst, DoubleRegister src) emit_f32_neg() argument 1361 emit_f64_neg(DoubleRegister dst, DoubleRegister src) emit_f64_neg() argument 1365 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument 1370 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument 1375 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument 1380 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument 1385 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument 1390 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument 1435 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument 1575 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument 1580 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument 1585 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument 1591 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument 1597 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument 1640 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument 1644 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument 1651 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument 1655 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument 1682 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument 1689 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument 1696 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument 1712 IncrementSmi(LiftoffRegister dst, int offset) IncrementSmi() argument 1729 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument 1806 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument 1845 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument 1876 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument 1912 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument 1932 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument 1944 emit_i8x16_splat(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_splat() argument 1950 emit_i16x8_splat(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_splat() argument 1956 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument 1962 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument 1968 emit_i64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_eq() argument 1973 emit_i64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ne() argument 1978 emit_i64x2_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_gt_s() argument 1983 emit_i64x2_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ge_s() argument 1988 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument 1995 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument 2002 emit_i64x2_extmul_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_low_i32x4_s() argument 2017 emit_i64x2_extmul_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_low_i32x4_u() argument 2032 emit_i64x2_extmul_high_i32x4_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_high_i32x4_s() argument 2042 emit_i64x2_extmul_high_i32x4_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_high_i32x4_u() argument 2052 emit_i32x4_extmul_low_i16x8_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_low_i16x8_s() argument 2067 emit_i32x4_extmul_low_i16x8_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_low_i16x8_u() argument 2082 emit_i32x4_extmul_high_i16x8_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_high_i16x8_s() argument 2092 emit_i32x4_extmul_high_i16x8_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_high_i16x8_u() argument 2102 emit_i16x8_extmul_low_i8x16_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_extmul_low_i8x16_s() argument 2117 emit_i16x8_extmul_low_i8x16_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_extmul_low_i8x16_u() argument 2132 emit_i16x8_extmul_high_i8x16_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_extmul_high_i8x16_s() argument 2142 emit_i16x8_extmul_high_i8x16_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_extmul_high_i8x16_u() argument 2154 emit_i16x8_q15mulr_sat_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_q15mulr_sat_s() argument 2161 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument 2170 emit_i64x2_sconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_low() argument 2177 emit_i64x2_sconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_high() argument 2185 emit_i64x2_uconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_low() argument 2192 emit_i64x2_uconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_high() argument 2200 emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_eq() argument 2205 emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ne() argument 2210 emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_s() argument 2215 emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_u() argument 2220 emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_s() argument 2225 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument 2230 emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_eq() argument 2235 emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ne() argument 2240 emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_s() argument 2245 emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_u() argument 2250 emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_s() argument 2255 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument 2260 emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_eq() argument 2265 emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ne() argument 2270 emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_s() argument 2275 emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_u() argument 2280 emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_s() argument 2285 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument 2290 emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_eq() argument 2298 emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_ne() argument 2306 emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_lt() argument 2314 emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_le() argument 2322 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument 2334 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument 2346 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument 2358 emit_f32x4_demote_f64x2_zero(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_demote_f64x2_zero() argument 2367 emit_i32x4_trunc_sat_f64x2_s_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_s_zero() argument 2379 emit_i32x4_trunc_sat_f64x2_u_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_u_zero() argument 2391 emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_eq() argument 2399 emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_ne() argument 2407 emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_lt() argument 2415 emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_le() argument 2423 emit_s128_const(LiftoffRegister dst, const uint8_t imms[16]) emit_s128_const() argument 2428 emit_s128_not(LiftoffRegister dst, LiftoffRegister src) emit_s128_not() argument 2433 emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and() argument 2439 emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_or() argument 2445 emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_xor() argument 2451 emit_s128_and_not(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and_not() argument 2459 emit_s128_select(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, LiftoffRegister mask) emit_s128_select() argument 2470 emit_i8x16_neg(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_neg() argument 2476 emit_v128_anytrue(LiftoffRegister dst, LiftoffRegister src) emit_v128_anytrue() argument 2488 emit_i8x16_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_alltrue() argument 2501 emit_i8x16_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_bitmask() argument 2510 emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shl() argument 2517 emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shli() argument 2524 emit_i8x16_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_s() argument 2532 emit_i8x16_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_s() argument 2538 emit_i8x16_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_u() argument 2546 emit_i8x16_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_u() argument 2552 emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add() argument 2558 emit_i8x16_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_s() argument 2565 emit_i8x16_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_u() argument 2572 emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub() argument 2578 emit_i8x16_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_s() argument 2585 emit_i8x16_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_u() argument 2592 emit_i8x16_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_s() argument 2599 emit_i8x16_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_u() argument 2606 emit_i8x16_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_s() argument 2613 emit_i8x16_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_u() argument 2620 emit_i16x8_neg(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_neg() argument 2626 emit_i16x8_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_alltrue() argument 2639 emit_i16x8_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_bitmask() argument 2648 emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shl() argument 2655 emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shli() argument 2661 emit_i16x8_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_s() argument 2669 emit_i16x8_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_s() argument 2675 emit_i16x8_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_u() argument 2683 emit_i16x8_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_u() argument 2690 emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add() argument 2696 emit_i16x8_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_s() argument 2703 emit_i16x8_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_u() argument 2710 emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub() argument 2716 emit_i16x8_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_s() argument 2723 emit_i16x8_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_u() argument 2730 emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_mul() argument 2736 emit_i16x8_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_s() argument 2743 emit_i16x8_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_u() argument 2750 emit_i16x8_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_s() argument 2757 emit_i16x8_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_u() argument 2764 emit_i32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_neg() argument 2770 emit_i32x4_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_alltrue() argument 2783 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument 2791 emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shl() argument 2798 emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shli() argument 2808 emit_i32x4_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_s() argument 2816 emit_i32x4_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_s() argument 2827 emit_i32x4_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_u() argument 2835 emit_i32x4_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_u() argument 2846 emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_add() argument 2852 emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_sub() argument 2858 emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_mul() argument 2864 emit_i32x4_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_s() argument 2871 emit_i32x4_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_u() argument 2878 emit_i32x4_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_s() argument 2885 emit_i32x4_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_u() argument 2892 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument 2909 emit_i64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_neg() argument 2915 emit_i64x2_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_alltrue() argument 2928 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument 2935 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument 2946 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument 2954 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument 2965 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument 2973 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument 2984 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument 2990 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument 2996 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument 3002 emit_f32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_abs() argument 3008 emit_f32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_neg() argument 3014 emit_f32x4_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sqrt() argument 3020 emit_f32x4_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_ceil() argument 3026 emit_f32x4_floor(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_floor() argument 3032 emit_f32x4_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_trunc() argument 3038 emit_f32x4_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_nearest_int() argument 3044 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument 3050 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument 3056 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument 3063 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument 3069 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument 3082 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument 3095 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument 3103 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument 3111 emit_f64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_abs() argument 3117 emit_f64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_neg() argument 3123 emit_f64x2_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_sqrt() argument 3129 emit_f64x2_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_ceil() argument 3135 emit_f64x2_floor(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_floor() argument 3141 emit_f64x2_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_trunc() argument 3147 emit_f64x2_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_nearest_int() argument 3153 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument 3159 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument 3165 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument 3171 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument 3177 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument 3190 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument 3203 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument 3211 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument 3219 emit_i32x4_sconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_f32x4() argument 3228 emit_i32x4_uconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_f32x4() argument 3237 emit_f32x4_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sconvert_i32x4() argument 3244 emit_f32x4_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_uconvert_i32x4() argument 3251 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument 3262 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument 3275 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument 3286 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument 3299 emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_low() argument 3306 emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_high() argument 3314 emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_low() argument 3321 emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_high() argument 3329 emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_low() argument 3336 emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_high() argument 3344 emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_low() argument 3351 emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_high() argument 3359 emit_i8x16_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_rounding_average_u() argument 3372 emit_i16x8_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_rounding_average_u() argument 3386 emit_i8x16_abs(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_abs() argument 3395 emit_i16x8_abs(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_abs() argument 3404 emit_i64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_abs() argument 3413 emit_i32x4_extadd_pairwise_i16x8_s(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_s() argument 3427 emit_i32x4_extadd_pairwise_i16x8_u(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_u() argument 3441 emit_i16x8_extadd_pairwise_i8x16_s(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_extadd_pairwise_i8x16_s() argument 3455 emit_i16x8_extadd_pairwise_i8x16_u(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_extadd_pairwise_i8x16_u() argument 3469 emit_i32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_abs() argument 3478 emit_i8x16_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_s() argument 3486 emit_i8x16_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_u() argument 3496 emit_i16x8_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_s() argument 3504 emit_i16x8_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_u() argument 3514 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument 3522 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument 3530 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument 3538 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument 3546 emit_i8x16_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i8x16_replace_lane() argument 3557 emit_i16x8_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i16x8_replace_lane() argument 3567 emit_i32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i32x4_replace_lane() argument 3577 emit_i64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i64x2_replace_lane() argument 3587 emit_f32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f32x4_replace_lane() argument 3598 emit_f64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f64x2_replace_lane() argument 3609 emit_s128_set_if_nan(Register dst, LiftoffRegister src, Register tmp_gp, LiftoffRegister tmp_s128, ValueKind lane_kind) emit_s128_set_if_nan() argument 3799 emit_set_if_nan(Register dst, FPURegister src, ValueKind kind) emit_set_if_nan() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 17 # dst = x + ((dst + F(x,y,z) + X[k] + T_i) <<< s) 23 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_; 28 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */ 32 add %r11d, $dst /* dst += ... */ 33 rol \$$s, $dst /* dst <<< [all...] |
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 17 # dst = x + ((dst + F(x,y,z) + X[k] + T_i) <<< s) 23 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_; 28 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */ 32 add %r11d, $dst /* dst += ... */ 33 rol \$$s, $dst /* dst <<< [all...] |
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | umulsidi3.S | 75 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ 76 mul16u dst, xreg ## xhalf, yreg ## yhalf 80 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ 81 mull dst, xreg ## xhalf, yreg ## yhalf 93 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ 95 rsr dst, ACCLO 99 #define set_arg_l(dst, src) \ 100 extui dst, src, 0, 16 101 #define set_arg_h(dst, src) \ 102 srli dst, sr [all...] |
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | context.h | 41 static inline int mls_context_cpy(struct context *dst, const struct context *src) in mls_context_cpy() argument 45 dst->range.level[0].sens = src->range.level[0].sens; in mls_context_cpy() 46 rc = ebitmap_cpy(&dst->range.level[0].cat, &src->range.level[0].cat); in mls_context_cpy() 50 dst->range.level[1].sens = src->range.level[1].sens; in mls_context_cpy() 51 rc = ebitmap_cpy(&dst->range.level[1].cat, &src->range.level[1].cat); in mls_context_cpy() 53 ebitmap_destroy(&dst->range.level[0].cat); in mls_context_cpy() 59 * Sets both levels in the MLS range of 'dst' to the low level of 'src'. 61 static inline int mls_context_cpy_low(struct context *dst, const struct context *src) in mls_context_cpy_low() argument 65 dst->range.level[0].sens = src->range.level[0].sens; in mls_context_cpy_low() 66 rc = ebitmap_cpy(&dst in mls_context_cpy_low() 81 mls_context_cpy_high(struct context *dst, const struct context *src) mls_context_cpy_high() argument 99 mls_context_glblub(struct context *dst, const struct context *c1, const struct context *c2) mls_context_glblub() argument 151 context_cpy(struct context *dst, const struct context *src) context_cpy() argument [all...] |
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | string.h | 31 void *_nolibc_memcpy_up(void *dst, const void *src, size_t len) in _nolibc_memcpy_up() argument 36 ((char *)dst)[pos] = ((const char *)src)[pos]; in _nolibc_memcpy_up() 39 return dst; in _nolibc_memcpy_up() 43 void *_nolibc_memcpy_down(void *dst, const void *src, size_t len) in _nolibc_memcpy_down() argument 47 ((char *)dst)[len] = ((const char *)src)[len]; in _nolibc_memcpy_down() 49 return dst; in _nolibc_memcpy_down() 56 void *memmove(void *dst, const void *src, size_t len) in memmove() argument 63 if (dst < src) { in memmove() 70 ((char *)dst)[pos] = ((const char *)src)[pos]; in memmove() 73 return dst; in memmove() 78 memcpy(void *dst, const void *src, size_t len) memcpy() argument 87 memset(void *dst, int b, size_t len) memset() argument 122 strcpy(char *dst, const char *src) strcpy() argument 198 strlcat(char *dst, const char *src, size_t size) strlcat() argument 220 strlcpy(char *dst, const char *src, size_t size) strlcpy() argument 237 strncat(char *dst, const char *src, size_t size) strncat() argument 268 strncpy(char *dst, const char *src, size_t size) strncpy() argument [all...] |