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

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
bcc_test.s 13 bhi *+0x066
19 bhi *+0x1cc
32 bhi *+0x0f66
38 bhi *+0x1fcc
50 bhi *+0x990f66
56 bhi *+0x331fcc
bcc_test.d 14 8: 43 13 bhi \*\+0x6e <main\+0x6e>:s
20 16: 40 18 cc 01 bhi \*\+0x1e2 <main\+0x1e2>:m
30 3c: 40 18 66 0f bhi \*\+0xfa2 <main\+0xfa2>:m
36 54: 40 18 cc 1f bhi \*\+0x2020 <main\+0x2020>:m
50 82: 10 00 49 09 bhi \*\+0x990fe8 <main\+0x990fe8>:l
62 a6: 10 00 43 03 bhi \*\+0x332072 <main\+0x332072>:l
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v32-b2.s 7 bhi b2
branch.s 29 bhi start
51 bhi startm16
75 bhi startm16
101 bhi startm32
126 bhi startm32
152 bhi endp32
177 bhi endp32
202 bhi endp16
227 bhi endp16
251 bhi en
    [all...]
rd-v32-b2.d 20 8011: fe90 bhi 810f <b2>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10200/
bcc.s 9 bhi foo
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
bcc.s 9 bhi foo
  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 13 bhi lbl
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
br_insn.s 32 .global bhi
33 bhi: label
34 bhi *+254 label
35 bhi *-0xfffe label
36 bhi *-0xfffffffe label
br_insn.d 32 0000002c <bhi>:
33 2c: 7e 74 7f 00 bhi 0x[0-9a-f]* [-_<>+0-9a-z]*
34 30: 7e 74 01 80 bhi 0x[0-9a-f]* [-_<>+0-9a-z]*
35 34: 01 74 bhi 0x[0-9a-f]* [-_<>+0-9a-z]*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
cbranch.s 7 bhi h8300_cbranch
cbranchh.s 8 bhi h8300h_cbranch:8
28 bhi h8300h_cbranch:16
cbranchs.s 8 bhi h8300s_cbranch:8
28 bhi h8300s_cbranch:16
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
b.s 30 bhi text_label
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
sourcery.S 37 bhi L7
53 bhi L2
ucmpdi2.S 26 bhi L4
  /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].
357 blo <= j <= j+k <= bhi
422 if j >= bhi:
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/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].
355 blo <= j <= j+k <= bhi
420 if j >= bhi:
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...]
  /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].
357 blo <= j <= j+k <= bhi
422 if j >= bhi:
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].
357 blo <= j <= j+k <= bhi
422 if j >= bhi:
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].
357 blo <= j <= j+k <= bhi
422 if j >= bhi:
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].
357 blo <= j <= j+k <= bhi
422 if j >= bhi:
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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
branchs12.s 15 bhi L1
35 bhi L0
75 bhi undefined
lbranch.s 28 bhi external_op
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb.s 111 bhi bar
118 bhi bar
179 bhi .back
186 bhi .back

Completed in 258 milliseconds

1 2 3 4 5