Searched refs:bump (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dhwcaps-bump.l1 .*hwcaps-bump.s: Assembler messages:
2 .*hwcaps-bump.s:4: Warning: architecture bumped from "v6" to "v9m" on "wr"
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dcancel-for-2.C16 c.bump ();
17 e.bump ();
21 b.bump ();
22 d.bump ();
23 g.bump ();
30 b.bump ();
31 d.bump ();
32 g.bump ();
40 b.bump ();
41 d.bump ();
[all...]
H A Dcancel-taskgroup-3.C15 c.bump ();
16 e.bump ();
20 b.bump ();
21 d.bump ();
22 f.bump ();
35 c.bump ();
36 e.bump ();
41 b.bump ();
42 d.bump ();
43 f.bump ();
[all...]
H A Dcancel-for-1.C23 b.bump ();
24 c.bump ();
H A Dcancel-parallel-2.C15 b.bump ();
16 c.bump ();
H A Dcancel-parallel-3.C24 b.bump ();
25 c.bump ();
H A Dcancel-test.h41 bump () function in struct:S
/haiku-buildtools/gcc/libdecnumber/
H A DdecCommon.c331 uInt bump=0; local
340 if (reround>5) bump=1; /* >0.5 goes up */
342 bump=*ulsd & 0x01; /* .. up iff [new] lsd is odd */
349 if (reround>5) bump=1;
352 if (reround>=5) bump=1;
355 if (reround>0) bump=1;
359 if (!num->sign && reround>0) bump=1;
364 if (num->sign && reround>0) bump=1;
368 /* bump iff lsd=0 or 5; this cannot carry so it could be */
369 /* effected immediately with no bump
[all...]
H A DdecBasic.c643 uInt bump=0; local
645 if (reround>5) bump=1; /* >0.5 goes up */
647 bump=*(num.lsd) & 0x01; /* .. up iff [new] lsd is odd */
648 if (bump!=0) { /* need increment */
655 } /* bump needed */
3013 uInt bump=0; local
3018 if (reround>5) bump=1; /* >0.5 goes up */
3020 bump=*ulsd & 0x01; /* .. up iff [new] lsd is odd */
3027 if (reround>5) bump=1;
3030 if (reround>=5) bump
[all...]
H A DdecNumber.c7066 Int bump; /* 1 if coefficient needs to be incremented */ local
7071 bump=0; /* assume a smooth ride */
7082 if (residue<0 && lsd5!=1) bump=-1;
7083 else if (residue>0 && lsd5==0) bump=1;
7084 /* [bump==1 could be applied directly; use common path for clarity] */
7089 if (residue<0) bump=-1;
7093 if (residue>5) bump=1;
7097 if (residue>5) bump=1; /* >0.5 goes up */
7100 if (*dn->lsu & 0x01) bump=1;
7105 if (residue>=5) bump
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgimple-ssa-strength-reduction.c2046 replace_mult_candidate (slsr_cand_t c, tree basis_name, widest_int bump)
2052 bump doesn't fit in a HWI. Abandon the replacement
2056 if (wi::fits_shwi_p (bump)
2057 && bump.to_shwi () != HOST_WIDE_INT_MIN
2074 if (wi::neg_p (bump))
2077 bump = -bump;
2080 bump_tree = wide_int_to_tree (target_type, bump);
2088 if (bump == 0)
2143 folded value ((i - i') * S) is referred to here as the "bump
2039 replace_mult_candidate(slsr_cand_t c, tree basis_name, widest_int bump) argument
2147 widest_int bump = cand_increment (c) * wi::to_widest (c->stride); local
2198 widest_int bump = increment * wi::to_widest (c->stride); local
2363 widest_int bump = c->index * wi::to_widest (c->stride); local
[all...]
H A Dtree-vect-stmts.c6494 tree ptr, bump; local
6525 bump = size_binop (MULT_EXPR, vs,
6527 bump = size_binop (MINUS_EXPR, bump, size_one_node);
6528 ptr = bump_vector_ptr (dataref_ptr, NULL, gsi, stmt, bump);
6652 tree bump = size_binop (MULT_EXPR, local
6656 stmt, bump);
H A Dtree-vect-data-refs.c4360 BUMP - optional. The offset by which to bump the pointer. If not given,
4369 gimple stmt, tree bump)
4380 if (bump)
4381 update = bump;
4368 bump_vector_ptr(tree dataref_ptr, gimple ptr_incr, gimple_stmt_iterator *gsi, gimple stmt, tree bump) argument
/haiku-buildtools/gcc/gmp/mpn/powerpc32/vmx/
H A Dcopyd.asm38 C show a large speed bump at the cutoff points. Small copying (perhaps
H A Dcopyi.asm38 C show a large speed bump at the cutoff points. Small copying (perhaps
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dmorestack.S91 # __morestack to call __morestack_non_split instead. We just bump the
/haiku-buildtools/binutils/ld/
H A Dldlang.c5569 bfd_vma start, end, bump;
5574 bump = desired_end - end;
5577 start += bump;
5567 bfd_vma start, end, bump; local

Completed in 304 milliseconds