Home
last modified time | relevance | path

Searched full:rev (Results 1 – 25 of 1665) sorted by relevance

12345678910>>...67

/external/vixl/test/aarch32/traces/
Dassembler-cond-rd-rn-rev-a32.h38 0x31, 0xcf, 0xbf, 0x26 // rev cs r12 r1
41 0x3c, 0x6f, 0xbf, 0x86 // rev hi r6 r12
44 0x3a, 0xbf, 0xbf, 0xb6 // rev lt r11 r10
47 0x38, 0xaf, 0xbf, 0x66 // rev vs r10 r8
50 0x38, 0x5f, 0xbf, 0x56 // rev pl r5 r8
53 0x3e, 0xef, 0xbf, 0x96 // rev ls r14 r14
56 0x36, 0x8f, 0xbf, 0xc6 // rev gt r8 r6
59 0x3b, 0x7f, 0xbf, 0x76 // rev vc r7 r11
62 0x3c, 0x4f, 0xbf, 0x56 // rev pl r4 r12
65 0x3c, 0xcf, 0xbf, 0xc6 // rev gt r12 r12
[all …]
Dassembler-cond-rd-rn-rev-t32.h38 0x00, 0xba // rev al r0 r0
41 0x08, 0xba // rev al r0 r1
44 0x10, 0xba // rev al r0 r2
47 0x18, 0xba // rev al r0 r3
50 0x20, 0xba // rev al r0 r4
53 0x28, 0xba // rev al r0 r5
56 0x30, 0xba // rev al r0 r6
59 0x38, 0xba // rev al r0 r7
62 0x98, 0xfa, 0x88, 0xf0 // rev al r0 r8
65 0x99, 0xfa, 0x89, 0xf0 // rev al r0 r9
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dselect-rev.mir26 ; CHECK: %rev:fpr64 = REV64v2i32 %copy
27 ; CHECK: $d0 = COPY %rev
30 %rev:fpr(<2 x s32>) = G_REV64 %copy
31 $d0 = COPY %rev(<2 x s32>)
47 ; CHECK: %rev:fpr64 = REV64v4i16 %copy
48 ; CHECK: $d0 = COPY %rev
51 %rev:fpr(<4 x s16>) = G_REV64 %copy
52 $d0 = COPY %rev(<4 x s16>)
68 ; CHECK: %rev:fpr128 = REV64v4i32 %copy
69 ; CHECK: $q0 = COPY %rev
[all …]
/external/toolchain-utils/llvm_tools/
Dgit_llvm_rev.py44 class Rev(t.NamedTuple('Rev', (('branch', str), ('number', int)))): class
48 def parse(rev: str) -> 'Rev':
49 """Parses a Rev from the given string.
58 if rev.startswith('r'):
60 rev_string = rev[1:]
62 match = re.match(r'\((.+), r(\d+)\)', rev)
64 raise ValueError("%r isn't a valid revision" % rev)
68 return Rev(branch=branch_name, number=int(rev_string))
116 def translate_sha_to_rev(llvm_config: LLVMConfig, sha_or_ref: str) -> Rev:
117 """Translates a sha or git ref to a Rev."""
[all …]
Dllvm_bisection_unittest.py35 'rev': 110,
39 'rev': 120,
43 'rev': 130,
47 'rev': 135,
51 'rev': 140,
69 'rev': 105,
73 'rev': 120,
77 'rev': 140,
94 'rev': 110,
98 'rev': 125,
[all …]
Dgit_llvm_rev_test.py24 def rev_to_sha_with_round_trip(self, rev: git_llvm_rev.Rev) -> str: argument
26 sha = git_llvm_rev.translate_rev_to_sha(config, rev)
28 self.assertEqual(roundtrip_rev, rev)
33 git_llvm_rev.Rev(
39 git_llvm_rev.Rev(branch=MAIN_BRANCH, number=375000))
44 git_llvm_rev.Rev(branch=MAIN_BRANCH, number=375506))
53 git_llvm_rev.Rev(branch=MAIN_BRANCH, number=374895))
58 git_llvm_rev.Rev(branch=MAIN_BRANCH, number=374841))
65 git_llvm_rev.Rev(branch=MAIN_BRANCH, number=9999999))
74 git_llvm_rev.Rev(branch=MAIN_BRANCH, number=merge_sha_rev_number))
[all …]
Dllvm_bisection.py177 cur_tryjob['rev']
187 cur_tryjob['rev']
206 tryjob['rev']
209 good_rev < tryjob['rev'] < bad_rev
218 tryjob['rev']
221 good_rev < tryjob['rev'] < bad_rev
244 rev for rev in range(start + 1, end, index_step)
245 if rev not in pending_revisions and rev not in skip_revisions
248 get_llvm_hash.GetGitHashFrom(src_path, rev) for rev in revisions
337 '\n'.join(str(rev) for rev in pending_revisions) + '\n')
[all …]
/external/python/mock/
Dbackport.py48 def extract_patch_for(cpython_repo, rev): argument
49 return git(f'format-patch -1 --no-stat --keep-subject --signoff --stdout {rev}',
53 def munge(rev, patch): argument
56 patch = patch.replace(sign_off, f'Backports: {rev}\n{sign_off}', 1)
68 def apply_patch(mock_repo, rev, patch): argument
69 patch_path = f'/tmp/{rev}.mock.patch'
81 def update_last_sync(mock_repo, rev): argument
83 target.write(rev+'\n')
84 print(f'update lastsync.txt to {rev}')
94 rev = rev_from_mock_patch(text)
[all …]
/external/toybox/www/
Dcleanup.html100 <li>commit: <a href=/hg/toybox/rev/830>830</a>: first pass, description: <a href=http://lists.landl…
102 <li>commit: <a href=/hg/toybox/rev/831>831</a>,
104 <li>commit: <a href=/hg/toybox/rev/837>837</a>,
106 <li>commit: <a href=/hg/toybox/rev/853>853</a>, description: bugfix.</li>
125 <li>commit: <a href=/hg/toybox/rev/833>833</a>,
127 <li>commit: <a href=/hg/toybox/rev/835>835</a>,
129 <li>commit: <a href=/hg/toybox/rev/838>838</a>,
131 <li>commit: <a href=/hg/toybox/rev/839>839</a>,
133 <li>commit: <a href=/hg/toybox/rev/840>840</a>,
159 <li>commit: <a href=/hg/toybox/rev/843>843</a>, description: <a href=http://lists.landley.net/piper…
[all …]
/external/eigen/bench/perf_monitoring/gemm/
Drun.sh81 rev=$1
87 prev=`grep $rev "$name.backup" | cut -c 14-`
92 if echo "$global_args" | grep "$rev" > /dev/null; then
97 # echo $update et $selected et $rev_found because $rev et "$global_args"
110 echo "$rev $res" >> $name.out
112 echo "Compilation failed, skip rev $rev"
115 echo "Skip existing results for $rev / $name"
116 echo "$rev $res" >> $name.out
124 cut -f1 -d"#" < changesets.txt | grep -E '[[:alnum:]]' | while read rev
126 if [ ! -z '$rev' ]; then
[all …]
/external/llvm/utils/release/
Dmerge.sh17 rev=""
25 echo " -rev NUM The revision to merge into the project"
32 -rev | --rev | -r )
34 rev=${$1#r}
64 if [ "x$rev" = "x" -o "x$proj" = "x" ]; then
79 echo "Reverting r$rev:" > $tempfile
81 echo "Merging r$rev:" > $tempfile
83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
90 echo "# Reverting r$rev in $proj locally"
91 svn merge -c -$rev . || exit 1
[all …]
/external/toybox/tests/
Drev.test9 testing "rev" "rev && echo yes" "orez\nyes\n" "" "zero\n"
10 toyonly testing "-" "rev - && echo yes" "orez\nyes\n" "" "zero\n"
11 testing "file1 file2" "rev file1 file2" "eno\nowt\n" "" ""
12 toyonly testing "- file" "rev - file1" "orez\neno\n" "" "zero\n"
13 toyonly testing "file -" "rev file1 -" "eno\norez\n" "" "zero\n"
14 toyonly testing "no trailing newline" "rev input" "cba\nfed\n" "abc\ndef" ""
17 …"rev file1 notfound file2 2>stderr && echo ok ; grep -o 'notfound: No such file or directory' stde…
21 "rev"\
/external/rust/crates/rayon/src/iter/
Drev.rs5 /// `Rev` is an iterator that produces elements in reverse order. This struct
6 /// is created by the [`rev()`] method on [`IndexedParallelIterator`]
8 /// [`rev()`]: trait.IndexedParallelIterator.html#method.rev
12 pub struct Rev<I: IndexedParallelIterator> { struct
16 impl<I> Rev<I> impl
20 /// Creates a new `Rev` iterator.
22 Rev { base } in new()
26 impl<I> ParallelIterator for Rev<I> implementation
44 impl<I> IndexedParallelIterator for Rev<I> implementation
97 type IntoIter = iter::Rev<P::IntoIter>;
[all …]
/external/python/cpython2/Tools/scripts/
Dlogmerge.py120 tag, rev = line.split()
123 revisions[tag] = rev
126 rev = revisions.get(branch)
128 if rev:
129 if rev.find('.0.') >= 0:
130 rev = rev.replace('.0.', '.')
131 branch = re.compile(r"^" + re.escape(rev) + r"\.\d+$")
154 rev = words[1]
157 rev = None
160 if rev is None or not branch.match(rev):
[all …]
/external/python/cpython2/Demo/pdist/
Drcslib.py100 name, rev = self.checkfile(name_rev)
101 cmd = "rcs -l%s %s" % (rev, name)
106 name, rev = self.checkfile(name_rev)
107 cmd = "rcs -u%s %s" % (rev, name)
121 name, rev = self.checkfile(name_rev)
124 cmd = 'co %s%s %s %s' % (lockflag, rev, otherflags, name)
140 name, rev = self._unmangle(name_rev)
151 (lockflag, rev, f.name, otherflags, name)
155 (lockflag, rev, message, otherflags, name)
228 """Normalize NAME_REV into a (NAME, REV) tuple.
[all …]
/external/tcpdump/tests/
Dspb_bpduv4-v.out5 v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
11 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
21 v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
27 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
37 v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
43 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
53 v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
59 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
69 v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
75 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
[all …]
/external/cpuinfo/test/cpuinfo/
Diconia-one-10.armeabi.log2 model name : ARMv8 Processor rev 1 (v8l)
3 Processor : AArch64 Processor rev 1 (aarch64)
4 model name : AArch64 Processor rev 1 (aarch64)
14 model name : ARMv8 Processor rev 1 (v8l)
15 Processor : AArch64 Processor rev 1 (aarch64)
16 model name : AArch64 Processor rev 1 (aarch64)
26 model name : ARMv8 Processor rev 1 (v8l)
27 Processor : AArch64 Processor rev 1 (aarch64)
28 model name : AArch64 Processor rev 1 (aarch64)
Dgalaxy-a8-2016-duos.log2 model name : ARMv7 Processor rev 1 (v7l)
12 model name : ARMv7 Processor rev 1 (v7l)
22 model name : ARMv7 Processor rev 1 (v7l)
32 model name : ARMv7 Processor rev 1 (v7l)
42 model name : ARMv7 Processor rev 1 (v7l)
52 model name : ARMv7 Processor rev 1 (v7l)
62 model name : ARMv7 Processor rev 1 (v7l)
72 model name : ARMv7 Processor rev 1 (v7l)
84 Processor : ARMv7 Processor rev 1 (v7l)
Doneplus-5.armeabi.log1 Processor : AArch64 Processor rev 4 (aarch64)
3 model name : ARMv8 Processor rev 4 (v8l)
13 model name : ARMv8 Processor rev 4 (v8l)
23 model name : ARMv8 Processor rev 4 (v8l)
33 model name : ARMv8 Processor rev 4 (v8l)
43 model name : ARMv8 Processor rev 1 (v8l)
53 model name : ARMv8 Processor rev 1 (v8l)
63 model name : ARMv8 Processor rev 1 (v8l)
73 model name : ARMv8 Processor rev 1 (v8l)
Doppo-r15.armeabi.log1 Processor : AArch64 Processor rev 4 (aarch64)
3 model name : ARMv8 Processor rev 4 (v8l)
13 model name : ARMv8 Processor rev 4 (v8l)
23 model name : ARMv8 Processor rev 4 (v8l)
33 model name : ARMv8 Processor rev 4 (v8l)
43 model name : ARMv8 Processor rev 2 (v8l)
53 model name : ARMv8 Processor rev 2 (v8l)
63 model name : ARMv8 Processor rev 2 (v8l)
73 model name : ARMv8 Processor rev 2 (v8l)
/external/perfetto/test/trace_processor/parsing/
Dcpu.out2 0,0,"AArch64 Processor rev 13 (aarch64)"
3 1,0,"AArch64 Processor rev 13 (aarch64)"
4 2,0,"AArch64 Processor rev 13 (aarch64)"
5 3,0,"AArch64 Processor rev 13 (aarch64)"
6 4,0,"AArch64 Processor rev 13 (aarch64)"
7 5,0,"AArch64 Processor rev 13 (aarch64)"
8 6,6,"AArch64 Processor rev 13 (aarch64)"
9 7,6,"AArch64 Processor rev 13 (aarch64)"
/external/llvm-project/clang/test/CodeGen/
Darm64-lanes.c12 …// CHECK-BE: [[REV:%.*]] = shufflevector <8 x i8> %src, <8 x i8> %src, <8 x i32> <i32 7, i32 6, i3… in test_vdupb_lane_s8()
13 // CHECK-BE: extractelement <8 x i8> [[REV]], i32 2 in test_vdupb_lane_s8()
22 …// CHECK-BE: [[REV:%.*]] = shufflevector <8 x i8> %src, <8 x i8> %src, <8 x i32> <i32 7, i32 6, i3… in test_vdupb_lane_u8()
23 // CHECK-BE: extractelement <8 x i8> [[REV]], i32 2 in test_vdupb_lane_u8()
32 …// CHECK-BE: [[REV:%.*]] = shufflevector <4 x i16> %src, <4 x i16> %src, <4 x i32> <i32 3, i32 2, … in test_vduph_lane_s16()
33 // CHECK-BE: extractelement <4 x i16> [[REV]], i32 2 in test_vduph_lane_s16()
42 …// CHECK-BE: [[REV:%.*]] = shufflevector <4 x i16> %src, <4 x i16> %src, <4 x i32> <i32 3, i32 2, … in test_vduph_lane_u16()
43 // CHECK-BE: extractelement <4 x i16> [[REV]], i32 2 in test_vduph_lane_u16()
52 // CHECK-BE: [[REV:%.*]] = shufflevector <2 x i32> %src, <2 x i32> %src, <2 x i32> <i32 1, i32 0> in test_vdups_lane_s32()
53 // CHECK-BE: extractelement <2 x i32> [[REV]], i32 0 in test_vdups_lane_s32()
[all …]
/external/llvm-project/llvm/utils/crosstool/
Dcreate-snapshots.sh3 # Creates LLVM SVN snapshots: llvm-$REV.tar.bz2 and llvm-gcc-4.2-$REV.tar.bz2,
4 # where $REV is an SVN revision of LLVM. This is used for creating stable
8 # $0 [REV] -- grabs the revision $REV from SVN; if not specified, grabs the
20 readonly REV="${1:-$(getLatestRevisionFromSVN)}"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
30 local tarball="${module}-${REV}.tar.bz2"
/external/llvm/utils/crosstool/
Dcreate-snapshots.sh3 # Creates LLVM SVN snapshots: llvm-$REV.tar.bz2 and llvm-gcc-4.2-$REV.tar.bz2,
4 # where $REV is an SVN revision of LLVM. This is used for creating stable
8 # $0 [REV] -- grabs the revision $REV from SVN; if not specified, grabs the
20 readonly REV="${1:-$(getLatestRevisionFromSVN)}"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
30 local tarball="${module}-${REV}.tar.bz2"
/external/llvm-project/clang/lib/Basic/Targets/
DOSTargets.cpp51 unsigned Maj, Min, Rev; in getDarwinDefines() local
53 Triple.getMacOSXVersion(Maj, Min, Rev); in getDarwinDefines()
56 Triple.getOSVersion(Maj, Min, Rev); in getDarwinDefines()
64 PlatformMinVersion = VersionTuple(Maj, Min, Rev); in getDarwinDefines()
70 assert(Maj < 100 && Min < 100 && Rev < 100 && "Invalid version!"); in getDarwinDefines()
76 Str[3] = '0' + (Rev / 10); in getDarwinDefines()
77 Str[4] = '0' + (Rev % 10); in getDarwinDefines()
85 Str[4] = '0' + (Rev / 10); in getDarwinDefines()
86 Str[5] = '0' + (Rev % 10); in getDarwinDefines()
96 assert(Maj < 10 && Min < 100 && Rev < 100 && "Invalid version!"); in getDarwinDefines()
[all …]

12345678910>>...67