/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
adj-jump.s | 25 bhi L1
|
/external/llvm/test/CodeGen/Thumb/ |
select.ll | 66 ; CHECK: bhi 68 ; CHECK-EABI: bhi
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
lbranch-dwarf2.d | 70 bhi external_op 74 110: 22 03 bhi 0x115 <Lend\+0xa>
|
insns9s12xg.s | 34 bhi label3
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/ |
allinsn.s | 244 .global bhi 245 bhi: label 246 bhi footext 318 bhi:d delay_footext
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memcpy.S | 45 bhi __memcpy_chk_fail
|
/bionic/libc/arch-arm/krait/bionic/ |
memcpy.S | 48 bhi .L_memcpy_chk_fail
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdFlushBits.s | 67 BHI end_of_stream
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdFlushBits.S | 65 BHI end_of_stream
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
anames.go | 270 "BHI",
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
arm64.go | 34 "BHI": true,
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
anames.go | 267 "BHI",
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
arm64.go | 34 "BHI": true,
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
anames.go | 267 "BHI",
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/ |
b.d | 59 64: 0d f3 ff 27 27fff30d bhi 0 <text_label>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
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]*
|
/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...] |
/external/llvm/test/CodeGen/Thumb2/ |
float-ops.ll | 280 ; SP-DAG: vmov [[BLO:r[0-9]+]], [[BHI:r[0-9]+]], d1 283 ; SP-DAG: movne [[BHI]], [[AHI]] 284 ; SP: vmov d0, [[BLO]], [[BHI]]
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memcpy_common.S | 65 bhi .L_memcpy_chk_fail
|
/bionic/libc/arch-arm/denver/bionic/ |
memcpy.S | 67 bhi __memcpy_chk_fail
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
webrtc_cng.c | 247 int32_t blo, bhi; local 313 bhi = ((blo >> 16) & 0xffff) 315 blo = (blo & 0xffff) | ((bhi & 0xffff) << 16); 317 *bptr = (((bhi >> 16) & 0x7fff) << 17) | ((uint32_t) blo >> 15);
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/ |
arm64.go | 37 "BHI": true,
|