Searched refs:rev (Results 1 - 25 of 82) sorted by relevance

1234

/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dgcc-svn-recordfail7 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-checkfail8 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-ids9 # rev is the Subversion revision name
12 # rev is the Subversion revision name
23 echo ' where from_kind is index or rev' 1>&2
24 echo ' and to_kind is index, rev, date, author, or branch' 1>&2
67 rev) LINE=`awk -F '|' -v id="${ID}" '{if ($2 == id) print }' < ${LIST}`;;
80 rev) TO_ID="`echo ${LINE} | awk -F '|' '{ print $2 }'`";;
H A Dgcc-svn-report14 REV=`${REG_IDS} -f index -t rev ${ID}`
22 echo ' http://gcc.gnu.org/viewcvs?view=rev&rev='$REV
H A Dgcc-svn-update52 echo "`date` svn update begun for id ${ID}, rev ${REV}"
62 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
96 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-update-fix35 echo "`date` svn update begun for id ${ID}, rev ${REV} (fix)"
45 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
79 REV=`${REG_IDS} -f index -t rev ${ID}`
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/path/itr/
H A Dtraversal.cc69 std::vector<path> fwd, rev;
75 rev.assign(reverse_iterator(end), reverse_iterator(begin));
76 VERIFY( fwd.size() == rev.size() );
77 VERIFY( std::equal(fwd.begin(), fwd.end(), rev.rbegin()) );
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dthumbv6.s9 rev r2, r7
H A Darm7dm.s14 @ This used to be illegal, but rev 2 of the ARM ARM allows it.
H A Dthumbv6.d11 0+006 <[^>]*> ba3a * rev r2, r7
H A Dr15-bad.s58 rev r15, r2
59 rev r1, r15
H A Dr15-bad.l55 [^:]*:58: Error: r15 not allowed here -- `rev r15,r2'
56 [^:]*:59: Error: r15 not allowed here -- `rev r1,r15'
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dthumbv6.s9 rev r2, r7
H A Darm7dm.s14 @ This used to be illegal, but rev 2 of the ARM ARM allows it.
H A Dthumbv6.d11 0+006 <[^>]*> ba3a * rev r2, r7
H A Dr15-bad.s58 rev r15, r2
59 rev r1, r15
H A Dr15-bad.l55 [^:]*:58: Error: r15 not allowed here -- `rev r15,r2'
56 [^:]*:59: Error: r15 not allowed here -- `rev r1,r15'
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dalias-2.d99 [0-9a-f]+: dac00fe0 rev x0, xzr
100 [0-9a-f]+: dac00c20 rev x0, x1
101 [0-9a-f]+: dac00c3f rev xzr, x1
102 [0-9a-f]+: dac00fff rev xzr, xzr
107 [0-9a-f]+: dac00fe0 rev x0, xzr
108 [0-9a-f]+: dac00c20 rev x0, x1
109 [0-9a-f]+: dac00c3f rev xzr, x1
110 [0-9a-f]+: dac00fff rev xzr, xzr
H A Dalias-2.s18 /* <rev> [Xd|xzr], [Xr|xzr] */
41 .irp op, rev, rev16, rev64
/haiku-buildtools/gcc/gcc/config/arm/
H A Daarch-common-protos.h60 const int rev; /* Reverse bits/bytes. */ member in struct:alu_cost_table
/haiku-buildtools/binutils/gas/testsuite/gas/m68hc11/
H A Dinsns12.s68 rev
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68hc11/
H A Dinsns12.s68 rev
/haiku-buildtools/gcc/libmpx/
H A DMakefile.in427 rev=''; for subdir in $$list; do \
429 rev="$$subdir $$rev"; \
432 rev="$$rev ."; \
434 for subdir in $$rev; do \
/haiku-buildtools/gcc/libsanitizer/
H A DMakefile.in474 rev=''; for subdir in $$list; do \
476 rev="$$subdir $$rev"; \
479 rev="$$rev ."; \
481 for subdir in $$rev; do \
/haiku-buildtools/gcc/libstdc++-v3/
H A DMakefile.in544 rev=''; for subdir in $$list; do \
546 rev="$$subdir $$rev"; \
549 rev="$$rev ."; \
551 for subdir in $$rev; do \

Completed in 76 milliseconds

1234