HomeSort by relevance Sort by last modified time
    Searched refs:ahi (Results 1 - 25 of 39) sorted by null

1 2

  /art/runtime/interpreter/mterp/mips/
op_shr_long_2addr.S 15 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
20 sll a1, a0 # ahi<- ahi << (32-(shift&31))
21 or v0, a1 # rlo<- rlo | ahi
op_ushr_long_2addr.S 16 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
21 sll a1, a0 # ahi<- ahi << (32-(shift&31))
22 or v0, a1 # rlo<- rlo | ahi
op_shr_long.S 19 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
24 sll a1, a0 # ahi<- ahi << (32-(shift&31))
25 or v0, a1 # rlo<- rlo | ahi
op_ushr_long.S 20 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
25 sll a1, a0 # ahi<- ahi << (32-(shift&31))
26 or v0, a1 # rlo<- rlo | ahi
op_shl_long_2addr.S 21 sll v1, a1, a2 # rhi<- ahi << (shift&31)
op_shl_long.S 25 sll v1, a1, a2 # rhi<- ahi << (shift&31)
  /external/valgrind/none/tests/s390x/
add.c 7 immsweep(ahi, 0, 0);
8 immsweep(ahi, -1, 0);
9 immsweep(ahi, -32768, 0);
10 immsweep(ahi, 32767, 0);
add.stdout.exp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-operands.d 10 2: a7 1a 80 01 [ ]*ahi %r1,-32767
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 135 find_longest_match(alo, ahi, blo, bhi)
136 Find longest matching block in a[alo:ahi] and b[blo:bhi].
350 def find_longest_match(self, alo, ahi, blo, bhi):
351 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
356 alo <= i <= i+k <= ahi
413 for i in xrange(alo, ahi):
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 while besti+bestsize < ahi and bestj+bestsize < bhi and \
492 alo, ahi, blo, bhi = queue.pop()
493 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
    [all...]
mhlib.py 816 alo, ahi = self.pairs[i-1]
818 if ahi >= blo-1:
819 self.pairs[i-1:i+1] = [(alo, max(ahi, bhi))]
    [all...]
  /external/python/cpython2/Lib/
difflib.py 133 find_longest_match(alo, ahi, blo, bhi)
134 Find longest matching block in a[alo:ahi] and b[blo:bhi].
348 def find_longest_match(self, alo, ahi, blo, bhi):
349 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
354 alo <= i <= i+k <= ahi
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
    [all...]
mhlib.py 816 alo, ahi = self.pairs[i-1]
818 if ahi >= blo-1:
819 self.pairs[i-1:i+1] = [(alo, max(ahi, bhi))]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 135 find_longest_match(alo, ahi, blo, bhi)
136 Find longest matching block in a[alo:ahi] and b[blo:bhi].
350 def find_longest_match(self, alo, ahi, blo, bhi):
351 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
356 alo <= i <= i+k <= ahi
413 for i in xrange(alo, ahi):
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 while besti+bestsize < ahi and bestj+bestsize < bhi and \
492 alo, ahi, blo, bhi = queue.pop()
493 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 135 find_longest_match(alo, ahi, blo, bhi)
136 Find longest matching block in a[alo:ahi] and b[blo:bhi].
350 def find_longest_match(self, alo, ahi, blo, bhi):
351 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
356 alo <= i <= i+k <= ahi
413 for i in xrange(alo, ahi):
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 while besti+bestsize < ahi and bestj+bestsize < bhi and \
492 alo, ahi, blo, bhi = queue.pop()
493 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 135 find_longest_match(alo, ahi, blo, bhi)
136 Find longest matching block in a[alo:ahi] and b[blo:bhi].
350 def find_longest_match(self, alo, ahi, blo, bhi):
351 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
356 alo <= i <= i+k <= ahi
413 for i in xrange(alo, ahi):
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 while besti+bestsize < ahi and bestj+bestsize < bhi and \
492 alo, ahi, blo, bhi = queue.pop()
493 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 135 find_longest_match(alo, ahi, blo, bhi)
136 Find longest matching block in a[alo:ahi] and b[blo:bhi].
350 def find_longest_match(self, alo, ahi, blo, bhi):
351 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
356 alo <= i <= i+k <= ahi
413 for i in xrange(alo, ahi):
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 while besti+bestsize < ahi and bestj+bestsize < bhi and \
492 alo, ahi, blo, bhi = queue.pop()
493 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv4-mont.pl 83 $ahi="r11"; # fp
164 umull $alo,$ahi,$aj,$bi @ ap[0]*bp[0]
173 mov $alo,$ahi
175 mov $ahi,#0
176 umlal $alo,$ahi,$aj,$bi @ ap[j]*bp[0]
185 adds $nlo,$nlo,$ahi
205 mov $ahi,#0
206 umlal $alo,$ahi,$aj,$bi @ ap[0]*bp[i]+tp[0]
215 adds $alo,$ahi,$tj @ +=tp[j]
217 mov $ahi,#
    [all...]
  /external/valgrind/coregrind/m_dispatch/
dispatch-s390x-linux.S 206 ahi %r10,1
242 ahi %r10,1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-s390-1.s 31 ahi %r15,-96
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-s390/
tlsbin.s 41 ahi %r15,-96
tlsbinpic.s 79 ahi %r15,-96
tlspic1.s 90 ahi %r15,-96
  /external/python/cpython2/Modules/_ctypes/libffi/src/s390/
sysv.S 55 ahi %r15,-96-48 # Allocate stack
61 ahi %r11,-48 # Register save area
128 ahi %r15,-96
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h 104 __m128i aHi = _mm256_extractf128_si256(a, 1);\
110 __m128i subHi = intrin(aHi, bHi);\
122 __m128 aHi = _mm256_extractf128_ps(a, 1);
129 __m128 resHi = _mm_permutevar_ps(aHi, _mm_and_si128(bLo, _mm_set1_epi32(0x3)));
134 resHi = _mm_permutevar_ps(aHi, _mm_and_si128(bHi, _mm_set1_epi32(0x3)));
152 int32_t aHi, aLow, countHi, countLow;
158 aHi = _mm_extract_epi32(vAHi, 0);
160 aHi >>= countHi;
161 vAHi = _mm_insert_epi32(vAHi, aHi, 0);
168 aHi = _mm_extract_epi32(vAHi, 1)
462 __m128i ahi = _mm256_extractf128_si256(a, 1); local
479 __m128i ahi = _mm256_extractf128_si256(a, 1); local
496 __m128i ahi = _mm256_extractf128_si256(a, 1); local
513 __m128i ahi = _mm256_extractf128_si256(a, 1); local
    [all...]

Completed in 2343 milliseconds

1 2