Searched refs:dst (Results 451 - 475 of 837) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gmp/mpz/
H A Djacobi.c30 #define MPN_RSHIFT_OR_COPY(dst,src,size,shift) \
34 ASSERT_NOCARRY (mpn_rshift (dst, src, size, shift)); \
35 (size) -= ((dst)[(size)-1] == 0); \
38 MPN_COPY (dst, src, size); \
/haiku-buildtools/gcc/gmp/
H A Drandlc2x.c245 static void randiset_lc __GMP_PROTO ((gmp_randstate_ptr dst, gmp_randstate_srcptr src));
255 randiset_lc (gmp_randstate_ptr dst, gmp_randstate_srcptr src) argument
262 RNG_STATE (dst) = (void *) dstp;
263 RNG_FNPTR (dst) = (void *) &Linear_Congruential_Generator;
H A Drandmt.c353 void __gmp_randiset_mt __GMP_PROTO ((gmp_randstate_ptr dst, gmp_randstate_srcptr src));
363 __gmp_randiset_mt (gmp_randstate_ptr dst, gmp_randstate_srcptr src) argument
370 RNG_FNPTR (dst) = (void *) &Mersenne_Twister_Generator_Noseed;
374 RNG_STATE (dst) = (mp_ptr) dstp;
375 ALLOC (dst->_mp_seed) = sz; /* Initialize alloc field to placate Camm. */
386 __gmp_randinit_mt_noseed (gmp_randstate_ptr dst) argument
393 RNG_FNPTR (dst) = (void *) &Mersenne_Twister_Generator_Noseed;
397 RNG_STATE (dst) = (mp_ptr) dstp;
398 ALLOC (dst->_mp_seed) = sz; /* Initialize alloc field to placate Camm. */
/haiku-buildtools/jam/
H A Dfileunix.c235 char *dst = lar_name; local
261 *dst++ = *src++;
286 *dst++ = *src++;
291 *dst = 0;
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-rs6000.c96 #define RTYPE2HOWTO(cache_ptr, dst) xcoff_rtype2howto (cache_ptr, dst)
2604 xcoff_swap_ldhdr_in (abfd, s, dst)
2607 struct internal_ldhdr *dst;
2611 dst->l_version = bfd_get_32 (abfd, src->l_version);
2612 dst->l_nsyms = bfd_get_32 (abfd, src->l_nsyms);
2613 dst->l_nreloc = bfd_get_32 (abfd, src->l_nreloc);
2614 dst->l_istlen = bfd_get_32 (abfd, src->l_istlen);
2615 dst->l_nimpid = bfd_get_32 (abfd, src->l_nimpid);
2616 dst
2624 struct external_ldhdr *dst = (struct external_ldhdr *) d; local
2668 struct external_ldsym *dst = (struct external_ldsym *) d; local
2693 struct internal_reloc *dst = (struct internal_reloc *) d; local
2710 struct external_reloc *dst = (struct external_reloc *) d; local
2744 struct external_ldrel *dst = (struct external_ldrel *) d; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h269 # define bcopy(src,dst,len) memmove((dst),(src),(len))
289 # define bzero(dst,len) memset ((dst),0,(len))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcanon-type-8.C32 chunk_array_stereo_t & __restrict__ dst) {
31 process(const chunk_array_stereo_t & __restrict__ src, chunk_array_stereo_t & __restrict__ dst) argument
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dtoom_interpolate_6pts.c32 #define mpn_divexact_by3(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,3,MODLIMB_INVERSE_3,0)
34 #define mpn_divexact_by3(dst,src,size) mpn_divexact_1(dst,src,size,3)
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Dpower6.s22 dst 5,4,1
H A Dpower7.s39 dst 5,4,1
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dsol2-c1.S35 #define setn(s, scratch, dst) setx s, scratch, dst
42 #define setn(s, scratch, dst) set s, dst
/haiku-buildtools/binutils/bfd/
H A Dcoff-tic4x.c169 struct internal_reloc *dst)
172 int bank = (dst->r_symndx == -1) ? HOWTO_BANK : 0;
176 if (tic4x_howto_table[i].type == dst->r_type)
184 (unsigned int) dst->r_type);
168 tic4x_lookup_howto(arelent *internal, struct internal_reloc *dst) argument
H A Dcoff-rs6000.c76 #define RTYPE2HOWTO(cache_ptr, dst) xcoff_rtype2howto (cache_ptr, dst)
2587 xcoff_swap_ldhdr_in (bfd *abfd, const void * s, struct internal_ldhdr *dst)
2591 dst->l_version = bfd_get_32 (abfd, src->l_version);
2592 dst->l_nsyms = bfd_get_32 (abfd, src->l_nsyms);
2593 dst->l_nreloc = bfd_get_32 (abfd, src->l_nreloc);
2594 dst->l_istlen = bfd_get_32 (abfd, src->l_istlen);
2595 dst->l_nimpid = bfd_get_32 (abfd, src->l_nimpid);
2596 dst->l_impoff = bfd_get_32 (abfd, src->l_impoff);
2597 dst
2582 xcoff_swap_ldhdr_in(bfd *abfd, const void * s, struct internal_ldhdr *dst) argument
2601 struct external_ldhdr *dst = (struct external_ldhdr *) d; local
2616 xcoff_swap_ldsym_in(bfd *abfd, const void * s, struct internal_ldsym *dst) argument
2639 struct external_ldsym *dst = (struct external_ldsym *) d; local
2661 struct internal_reloc *dst = (struct internal_reloc *) d; local
2675 struct external_reloc *dst = (struct external_reloc *) d; local
2688 xcoff_swap_ldrel_in(bfd *abfd, const void * s, struct internal_ldrel *dst) argument
2703 struct external_ldrel *dst = (struct external_ldrel *) d; local
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dbfin-dis.c974 | 0 | 0 | 0 | 0 | 0 | 1 | 1 |.T.|.d.|.s.|.dst.......|.src.......|
980 int dst = ((iw0 >> CCmv_dst_bits) & CCmv_dst_mask); local
988 OUTS (outf, gregs (dst, d));
995 OUTS (outf, gregs (dst, d));
1320 | 0 | 0 | 1 | 1 |.gd........|.gs........|.dst.......|.src.......|
1325 int dst = ((iw0 >> RegMv_dst_bits) & RegMv_dst_mask); local
1327 /* Reserved slots cannot be a src/dst. */
1328 if (IS_RESERVEDREG (gs, src) || IS_RESERVEDREG (gd, dst))
1335 (gd == 4 && dst < 4 && (gs < 4)) || /* Accumulators as dest */
1336 (gs == 7 && src == 7 && !(gd == 4 && dst <
1373 int dst = ((iw0 >> ALU2op_dst_bits) & ALU2op_dst_mask); local
1488 int dst = ((iw0 >> PTR2op_dst_bits) & PTR2op_dst_mask); local
1558 int dst = ((iw0 >> LOGI2op_dst_bits) & LOGI2op_dst_mask); local
1650 int dst = ((iw0 >> COMP3op_dst_bits) & COMP3op_dst_mask); local
1742 int dst = ((iw0 >> COMPI2opD_dst_bits) & COMPI2opD_dst_mask); local
1802 int dst = ((iw0 >> COMPI2opP_dst_bits) & COMPI2opP_dst_mask); local
2948 int dst = ((iw1 >> DSP32Mac_dst_bits) & DSP32Mac_dst_mask); local
3032 int dst = ((iw1 >> DSP32Mac_dst_bits) & DSP32Mac_dst_mask); local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y35 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
37 dst, src0, src1, w0)
39 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
41 dst, src0, src1, w0)
73 #define LOGI2OP(dst, src, opc) \
74 bfin_gen_logi2op (opc, src, dst.regno & CODE_MASK)
76 #define ALU2OP(dst, src, opc) \
77 bfin_gen_alu2op (dst, src, opc)
100 #define COMPI2OPD(dst, src, op) \
101 bfin_gen_compi2opd (dst, sr
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dmaxq-dis.c33 unsigned char dst; member in struct:_group_info
418 i->dst ^= i->dst;
469 i->dst = ((insn & _DECODE_0TO6_HIGHBYTE) >> 8);
495 i->dst = ((insn & _DECODE_0TO6_HIGHBYTE) >> 8);
524 i->dst = ((insn & _DECODE_0TO6_HIGHBYTE) >> 8);
529 i->dst = ((insn & _DECODE_0TO6_HIGHBYTE) >> 8);
650 get_reg_name (grp.dst,
656 get_reg_name (grp.dst, (type1) 0));
H A Dbfin-dis.c808 | 0 | 0 | 0 | 0 | 0 | 1 | 1 |.T.|.d.|.s.|.dst.......|.src.......|
814 int dst = ((iw0 >> CCmv_dst_bits) & CCmv_dst_mask); local
819 OUTS (outf, gregs (dst, d));
826 OUTS (outf, gregs (dst, d));
1153 | 0 | 0 | 1 | 1 |.gd........|.gs........|.dst.......|.src.......|
1158 int dst = ((iw0 >> RegMv_dst_bits) & RegMv_dst_mask); local
1160 OUTS (outf, allregs (dst, gd));
1171 | 0 | 1 | 0 | 0 | 0 | 0 |.opc...........|.src.......|.dst.......|
1175 int dst = ((iw0 >> ALU2op_dst_bits) & ALU2op_dst_mask); local
1179 OUTS (outf, dregs (dst));
1290 int dst = ((iw0 >> PTR2op_dst_bits) & PTR2op_dst_mask); local
1359 int dst = ((iw0 >> LOGI2op_dst_bits) & LOGI2op_dst_mask); local
1433 int dst = ((iw0 >> COMP3op_dst_bits) & COMP3op_dst_mask); local
1524 int dst = ((iw0 >> COMPI2opD_dst_bits) & COMPI2opD_dst_mask); local
1555 int dst = ((iw0 >> COMPI2opP_dst_bits) & COMPI2opP_dst_mask); local
2570 int dst = ((iw1 >> DSP32Mac_dst_bits) & DSP32Mac_dst_mask); local
2651 int dst = ((iw1 >> DSP32Mac_dst_bits) & DSP32Mac_dst_mask); local
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dcopyi.asm33 C void mpn_copyi (mp_ptr dst, mp_srcptr src, mp_size_t size);
35 C Copy src,size to dst,size, working from low to high addresses.
65 C edi dst
/haiku-buildtools/gcc/gmp/mpn/x86/k6/mmx/
H A Dlshift.asm26 C mp_limb_t mpn_lshift (mp_ptr dst, mp_srcptr src, mp_size_t size,
64 movl %edx, (%ebx) C dst limb
92 C ecx dst
H A Drshift.asm26 C mp_limb_t mpn_rshift (mp_ptr dst, mp_srcptr src, mp_size_t size,
65 movl %edx, (%ebx) C dst limb
96 C ecx &dst[size-1]
/haiku-buildtools/gcc/gmp/tests/
H A Drefmpf.c168 /* refmpf_set_overlap sets up dst as a copy of src, but with PREC(dst)
171 The full value of src is copied, and the space at PTR(dst) is extended as
172 necessary. The way PREC(dst) is unchanged is as per an mpf_set_prec_raw.
173 The return value is the new PTR(dst) space precision, in bits, ready for
177 refmpf_set_overlap (mpf_ptr dst, mpf_srcptr src) argument
179 mp_size_t dprec = PREC(dst);
183 refmpf_set_prec_limbs (dst, (unsigned long) MAX (dprec, ssize));
184 mpf_set (dst, src);
186 ret = mpf_get_prec (dst);
[all...]
H A Dtests.h168 unsigned long refmpf_set_overlap __GMP_PROTO ((mpf_ptr dst, mpf_srcptr src));
194 mp_limb_t refmpn_addmul_2 __GMP_PROTO ((mp_ptr dst, mp_srcptr src,
196 mp_limb_t refmpn_addmul_3 __GMP_PROTO ((mp_ptr dst, mp_srcptr src,
198 mp_limb_t refmpn_addmul_4 __GMP_PROTO ((mp_ptr dst, mp_srcptr src,
200 mp_limb_t refmpn_addmul_5 __GMP_PROTO ((mp_ptr dst, mp_srcptr src,
202 mp_limb_t refmpn_addmul_6 __GMP_PROTO ((mp_ptr dst, mp_srcptr src,
204 mp_limb_t refmpn_addmul_7 __GMP_PROTO ((mp_ptr dst, mp_srcptr src,
206 mp_limb_t refmpn_addmul_8 __GMP_PROTO ((mp_ptr dst, mp_srcptr src,
299 mp_limb_t refmpn_mul_2 __GMP_PROTO ((mp_ptr dst, mp_srcptr src, mp_size_t size,
301 mp_limb_t refmpn_mul_3 __GMP_PROTO ((mp_ptr dst, mp_srcpt
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-strlen.c1233 tree src, dst, srclen, len, lhs, args, type, fn, oldlen; local
1241 dst = gimple_call_arg (stmt, 0);
1248 didx = get_stridx (dst);
1285 srclen = fold_convert_loc (loc, size_type_node, dst);
1296 didx = new_stridx (dst);
1313 dsi = new_strinfo (dst, didx, srclen);
1315 find_equal_ptrs (dst, didx);
1325 computation. If string lenth of dst will be needed, it
1327 stpcpy and subtracting dst from the return value. */
1368 /* strcpy src may not overlap dst, s
1485 tree src, dst, len, lhs, oldlen, newlen; local
1627 tree src, dst, srclen, dstlen, len, lhs, args, type, fn, objsz, endptr; local
[all...]
H A Dipa-prop.c435 ipa_set_jf_cst_copy (struct ipa_jump_func *dst, argument
440 dst->type = IPA_JF_CONST;
441 dst->value.constant = src->value.constant;
2385 struct ipa_jump_func *dst = ipa_get_ith_jump_func (args, i); local
2389 if (dst->type == IPA_JF_ANCESTOR)
2392 int dst_fid = dst->value.ancestor.formal_id;
2401 ipa_set_jf_unknown (dst);
2412 if (!ipa_get_jf_ancestor_type_preserved (dst))
2414 ctx.offset_by (dst->value.ancestor.offset);
2429 && (dst
3427 ipa_edge_duplication_hook(struct cgraph_edge *src, struct cgraph_edge *dst, void *) argument
3540 duplicate(cgraph_node *src, cgraph_node *dst, ipa_node_params *old_info, ipa_node_params *new_info) argument
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-bfin.c1174 REG_T dst, REG_T src0, REG_T src1, int w0)
1194 dst->regno &= 0x06;
1197 ASSIGN_R (dst);
1207 REG_T dst, REG_T src0, REG_T src1, int w0)
1225 dst->regno &= 0x06;
1228 ASSIGN_R (dst);
1545 bfin_gen_logi2op (int opc, int src, int dst)
1551 ASSIGN (dst);
1584 bfin_gen_alu2op (REG_T dst, REG_T src, int opc)
1588 ASSIGN_R (dst);
1171 bfin_gen_dsp32mac(int op1, int MM, int mmod, int w1, int P, int h01, int h11, int h00, int h10, int op0, REG_T dst, REG_T src0, REG_T src1, int w0) argument
1204 bfin_gen_dsp32mult(int op1, int MM, int mmod, int w1, int P, int h01, int h11, int h00, int h10, int op0, REG_T dst, REG_T src0, REG_T src1, int w0) argument
1544 bfin_gen_logi2op(int opc, int src, int dst) argument
1583 bfin_gen_alu2op(REG_T dst, REG_T src, int opc) argument
1595 bfin_gen_compi2opd(REG_T dst, int src, int opc) argument
1607 bfin_gen_compi2opp(REG_T dst, int src, int opc) argument
1643 bfin_gen_ptr2op(REG_T dst, REG_T src, int opc) argument
1655 bfin_gen_comp3op(REG_T src0, REG_T src1, REG_T dst, int opc) argument
1682 bfin_gen_ccmv(REG_T src, REG_T dst, int T) argument
1711 bfin_gen_regmv(REG_T src, REG_T dst) argument
2268 int dst = ((iw1 >> DSP32Mac_dst_bits) & DSP32Mac_dst_mask); local
2320 int dst = ((iw1 >> DSP32Mac_dst_bits) & DSP32Mac_dst_mask); local
[all...]

Completed in 277 milliseconds

<<11121314151617181920>>