Home
last modified time | relevance | path

Searched refs:ahi (Results 1 – 25 of 42) sorted by relevance

12

/external/python/cpython2/Lib/
Ddifflib.py348 def find_longest_match(self, alo, ahi, blo, bhi): argument
411 for i in xrange(alo, ahi):
435 while besti+bestsize < ahi and bestj+bestsize < bhi and \
451 while besti+bestsize < ahi and bestj+bestsize < bhi and \
490 alo, ahi, blo, bhi = queue.pop()
491 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
499 if i+k < ahi and j+k < bhi:
500 queue.append((i+k, ahi, j+k, bhi))
908 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
910 g = self._fancy_replace(a, alo, ahi, b, blo, bhi)
[all …]
Dmhlib.py816 alo, ahi = self.pairs[i-1]
818 if ahi >= blo-1:
819 self.pairs[i-1:i+1] = [(alo, max(ahi, bhi))]
/external/python/cpython3/Lib/
Ddifflib.py336 def find_longest_match(self, alo, ahi, blo, bhi): argument
399 for i in range(alo, ahi):
423 while besti+bestsize < ahi and bestj+bestsize < bhi and \
439 while besti+bestsize < ahi and bestj+bestsize < bhi and \
478 alo, ahi, blo, bhi = queue.pop()
479 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
487 if i+k < ahi and j+k < bhi:
488 queue.append((i+k, ahi, j+k, bhi))
895 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
897 g = self._fancy_replace(a, alo, ahi, b, blo, bhi)
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Darmv4-mont.pl83 $ahi="r11"; # fp
168 umull $alo,$ahi,$aj,$bi @ ap[0]*bp[0]
177 mov $alo,$ahi
179 mov $ahi,#0
180 umlal $alo,$ahi,$aj,$bi @ ap[j]*bp[0]
189 adds $nlo,$nlo,$ahi
208 mov $ahi,#0
209 umlal $alo,$ahi,$aj,$bi @ ap[0]*bp[i]+tp[0]
218 adds $alo,$ahi,$tj @ +=tp[j]
220 mov $ahi,#0
[all …]
Darmv8-mont.pl54 ($lo0,$hi0,$aj,$m0,$alo,$ahi,
96 umulh $ahi,$aj,$m0
123 adc $hi0,$ahi,xzr
129 umulh $ahi,$aj,$m0
141 adc $hi0,$ahi,xzr
166 umulh $ahi,$aj,$m0
186 adc $hi0,$ahi,xzr
194 umulh $ahi,$aj,$m0
208 adc $hi0,$ahi,xzr
/external/valgrind/none/tests/s390x/
Dadd.c7 immsweep(ahi, 0, 0); in do_imm_insns()
8 immsweep(ahi, -1, 0); in do_imm_insns()
9 immsweep(ahi, -32768, 0); in do_imm_insns()
10 immsweep(ahi, 32767, 0); in do_imm_insns()
Dadd.stdout.exp3851 ahi 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0)
3852 ahi 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=2)
3853 ahi 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=2)
3854 ahi 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=2)
3855 ahi 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=2)
3856 ahi 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=1)
3857 ahi 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=1)
3858 ahi 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=2)
3859 ahi 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1)
3860 ahi 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=0)
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-add-06.ll8 ; CHECK: ahi %r2, 1
17 ; CHECK: ahi %r2, 32767
53 ; CHECK: ahi %r2, -1
62 ; CHECK: ahi %r2, -32768
Datomicrmw-add-03.ll25 ; CHECK: ahi %r0, 1
36 ; CHECK: ahi %r0, 32767
72 ; CHECK: ahi %r0, -1
81 ; CHECK: ahi %r0, -32768
Datomicrmw-sub-03.ll25 ; CHECK: ahi %r0, -1
36 ; CHECK: ahi %r0, -32768
72 ; CHECK: ahi %r0, 1
81 ; CHECK: ahi %r0, 32767
Dbranch-05.ll7 ; CHECK: ahi %r4, -1
Dint-add-14.ll63 ; CHECK: ahi %r2, 1
Dshift-02.ll86 ; CHECK: ahi %r3, 4096
Dshift-01.ll86 ; CHECK: ahi %r3, 4096
Dshift-03.ll86 ; CHECK: ahi %r3, 4096
Dargs-04.ll9 ; CHECK: ahi %r2, 1
Dasm-18.ll584 ; CHECK: ahi [[REG]], -32768
586 ; CHECK: ahi [[REG]], 1
588 ; CHECK: ahi [[REG]], 32767
614 ; CHECK: ahi %r2, 128
/external/valgrind/coregrind/m_dispatch/
Ddispatch-s390x-linux.S206 ahi %r10,1
242 ahi %r10,1
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdintrin.h462 __m128i ahi = _mm256_extractf128_si256(a, 1); in _simd_packus_epi16() local
468 __m128i resulthi = _mm_packus_epi16(ahi, bhi); in _simd_packus_epi16()
479 __m128i ahi = _mm256_extractf128_si256(a, 1); in _simd_packs_epi16() local
485 __m128i resulthi = _mm_packs_epi16(ahi, bhi); in _simd_packs_epi16()
496 __m128i ahi = _mm256_extractf128_si256(a, 1); in _simd_packus_epi32() local
502 __m128i resulthi = _mm_packus_epi32(ahi, bhi); in _simd_packus_epi32()
513 __m128i ahi = _mm256_extractf128_si256(a, 1); in _simd_packs_epi32() local
519 __m128i resulthi = _mm_packs_epi32(ahi, bhi); in _simd_packs_epi32()
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D03-RetAddImmSubreg.ll1 ; RUN: llc < %s -march=systemz | grep ahi | count 3
D03-RetSubImmSubreg.ll1 ; RUN: llc < %s -march=systemz | grep ahi | count 3
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
Dsysv.S55 ahi %r15,-96-48 # Allocate stack
61 ahi %r11,-48 # Register save area
128 ahi %r15,-96
/external/libffi/src/s390/
Dsysv.S55 ahi %r15,-96-48 # Allocate stack
61 ahi %r11,-48 # Register save area
128 ahi %r15,-96
/external/python/cpython3/Modules/_ctypes/libffi/src/s390/
Dsysv.S55 ahi %r15,-96-48 # Allocate stack
61 ahi %r11,-48 # Register save area
128 ahi %r15,-96
/external/python/cpython2/Doc/tools/
Dsusp-ignored.csv57 library/difflib,,:ahi,a[alo:ahi]

12