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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
arith.s 11 add a,(hl)
23 adc a,(hl)
35 sub (hl)
47 sbc a,(hl)
59 and (hl)
71 xor (hl)
83 or (hl)
95 cp (hl)
107 inc (hl)
118 dec (hl)
    [all...]
rotate.s 12 rlc (hl)
22 rrc (hl)
32 rl (hl)
42 rr (hl)
52 sla (hl)
62 sra (hl)
72 srl (hl)
ld-group.s 13 ld a,(hl)
28 ld b,(hl)
40 ld c,(hl)
52 ld d,(hl)
64 ld e,(hl)
76 ld h,(hl)
88 ld l,(hl)
93 ld (hl),a
94 ld (hl),b
95 ld (hl),
    [all...]
bit.s 11 bit 0,(hl)
21 bit 1,(hl)
31 bit 2,(hl)
41 bit 3,(hl)
51 bit 4,(hl)
61 bit 5,(hl)
71 bit 6,(hl)
81 bit 7,(hl)
92 res 0,(hl)
102 res 1,(hl)
    [all...]
ld-group.d 19 [ ]+b:[ ]+7e[ ]+ld a,\(hl\)
33 [ ]+20:[ ]+46[ ]+ld b,\(hl\)
44 [ ]+30:[ ]+4e[ ]+ld c,\(hl\)
55 [ ]+40:[ ]+56[ ]+ld d,\(hl\)
66 [ ]+50:[ ]+5e[ ]+ld e,\(hl\)
77 [ ]+60:[ ]+66[ ]+ld h,\(hl\)
88 [ ]+70:[ ]+6e[ ]+ld l,\(hl\)
92 [ ]+79:[ ]+77[ ]+ld \(hl\),a
93 [ ]+7a:[ ]+70[ ]+ld \(hl\),b
94 [ ]+7b:[ ]+71[ ]+ld \(hl\),
    [all...]
arith.d 16 [ ]+[0-9a-f]+:[ ]+86[ ]+add a,\(hl\)
27 [ ]+[0-9a-f]+:[ ]+8e[ ]+adc a,\(hl\)
38 [ ]+[0-9a-f]+:[ ]+96[ ]+sub \(hl\)
49 [ ]+[0-9a-f]+:[ ]+9e[ ]+sbc a,\(hl\)
60 [ ]+[0-9a-f]+:[ ]+a6[ ]+and \(hl\)
71 [ ]+[0-9a-f]+:[ ]+ae[ ]+xor \(hl\)
82 [ ]+[0-9a-f]+:[ ]+b6[ ]+or \(hl\)
93 [ ]+[0-9a-f]+:[ ]+be[ ]+cp \(hl\)
104 [ ]+[0-9a-f]+:[ ]+34[ ]+inc \(hl\)
114 [ ]+[0-9a-f]+:[ ]+35[ ]+dec \(hl\)
    [all...]
rotate.d 17 [ ]+[0-9a-f]+:[ ]+cb 06[ ]+rlc \(hl\)
27 [ ]+[0-9a-f]+:[ ]+cb 0e[ ]+rrc \(hl\)
37 [ ]+[0-9a-f]+:[ ]+cb 16[ ]+rl \(hl\)
47 [ ]+[0-9a-f]+:[ ]+cb 1e[ ]+rr \(hl\)
57 [ ]+[0-9a-f]+:[ ]+cb 26[ ]+sla \(hl\)
67 [ ]+[0-9a-f]+:[ ]+cb 2e[ ]+sra \(hl\)
77 [ ]+[0-9a-f]+:[ ]+cb 3e[ ]+srl \(hl\)
bit.d 17 [ ]+[0-9a-f]+:[ ]+cb 46[ ]+bit 0,\(hl\)
27 [ ]+[0-9a-f]+:[ ]+cb 4e[ ]+bit 1,\(hl\)
37 [ ]+[0-9a-f]+:[ ]+cb 56[ ]+bit 2,\(hl\)
47 [ ]+[0-9a-f]+:[ ]+cb 5e[ ]+bit 3,\(hl\)
57 [ ]+[0-9a-f]+:[ ]+cb 66[ ]+bit 4,\(hl\)
67 [ ]+[0-9a-f]+:[ ]+cb 6e[ ]+bit 5,\(hl\)
77 [ ]+[0-9a-f]+:[ ]+cb 76[ ]+bit 6,\(hl\)
87 [ ]+[0-9a-f]+:[ ]+cb 7e[ ]+bit 7,\(hl\)
97 [ ]+[0-9a-f]+:[ ]+cb 86[ ]+res 0,\(hl\)
107 [ ]+[0-9a-f]+:[ ]+cb 8e[ ]+res 1,\(hl\)
    [all...]
branch.s 21 jp (hl)
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
get_sync_seq.h 35 size_t hl, /* (i) 2*hl+1 is the number of sequences */
get_sync_seq.c 35 size_t hl, /* (i) 2*hl+1 is the number of sequences */
49 WebRtcIlbcfix_NearestNeighbor(lagBlock + hl,
54 blockStartPos[hl] = 4 * centerStartPos;
59 for (q = hl; q > 0; q--) {
86 for (q = hl + 1; q <= (2 * hl); q++) {
102 WebRtcIlbcfix_kEnhWt[2 * hl - q]);
  /external/curl/tests/libtest/
lib553.c 63 struct curl_slist *headerlist = NULL, *hl; local
81 hl = curl_slist_append(headerlist, buf);
82 if(!hl)
84 headerlist = hl;
87 hl = curl_slist_append(headerlist, "Expect: ");
88 if(!hl)
90 headerlist = hl;
lib505.c 44 struct curl_slist *hl; local
97 hl = curl_slist_append(headerlist, buf_1);
98 if(!hl) {
105 headerlist = curl_slist_append(hl, buf_2);
108 curl_slist_free_all(hl);
114 headerlist = hl;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rl78/
sp-relative-movw.s 6 movw hl, sp
sp-relative-movw.d 12 0x0+00e fb f8 ff[ ]+movw hl, sp
  /external/python/cpython3/Modules/_decimal/libmpdec/
typearith.h 52 __uint128_t hl; local
54 hl = (__uint128_t)a * b;
56 *hi = hl >> 64;
57 *lo = (mpd_uint_t)hl;
64 __uint128_t hl; local
66 hl = ((__uint128_t)hi<<64) + lo;
67 *q = (mpd_uint_t)(hl / d); /* quotient is known to fit */
68 *r = (mpd_uint_t)(hl - (__uint128_t)(*q) * d);
76 uint64_t hl; local
81 hl = (uint64_t)al * bl
    [all...]
  /development/vndk/tools/definition-tool/assets/insight/
insight-data.js 10 'hl-ndk',
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceFilePage.java 62 final SourceHighlighter hl = new SourceHighlighter(context.getLocale()); local
63 hl.render(body, getNode(), sourceReader);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 73 * Construct the language code (hl= paramater) for the given locale.
77 StringBuilder hl = new StringBuilder(language); local
81 hl.append('-');
82 hl.append(country);
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
86 return hl.toString();
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
ip.h 90 #define IP_MAKE_VHL(v, hl) ((v) << 4 | (hl))
  /toolchain/binutils/binutils-2.27/gold/
workqueue-threads.cc 154 Hold_lock hl(this->lock_);
184 Hold_lock hl(this->lock_);
descriptors.cc 90 Hold_lock hl(*this->lock_);
129 Hold_lock hl(*this->lock_);
156 Hold_optional_lock hl(this->lock_);
181 Hold_optional_lock hl(this->lock_);
197 Hold_optional_lock hl(this->lock_);
274 Hold_optional_lock hl(this->lock_);
workqueue.cc 154 Hold_lock hl(this->lock_);
295 Hold_lock hl(this->lock_);
336 Hold_lock hl(this->lock_);
505 Hold_lock hl(this->lock_);
517 Hold_lock hl(this->lock_);
  /toolchain/binutils/binutils-2.27/ld/
ldcref.c 407 struct bfd_link_hash_entry *hl; local
410 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE,
412 if (hl == NULL)
419 if (hl->type == bfd_link_hash_defined)
421 if (hl->u.def.section->output_section == NULL)
423 if (hl->u.def.section->owner != NULL
424 && (hl->u.def.section->owner->flags & DYNAMIC) != 0)
554 struct bfd_link_hash_entry *hl; local
561 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE,
563 if (hl == NULL
    [all...]
  /external/libxcam/modules/ocl/
cl_newwavelet_denoise_handler.cpp 89 image = buffer->hl[0];
123 image = buffer->hl[1];
341 args.push_back (new CLMemArgument (buffer->hl[0]));
342 args.push_back (new CLMemArgument (buffer->hl[1]));
343 args.push_back (new CLMemArgument (buffer->hl[2]));
474 args.push_back (new CLMemArgument (buffer->hl[0]));
478 args.push_back (new CLMemArgument (buffer->hl[2]));
483 args.push_back (new CLMemArgument (buffer->hl[0]));
558 decompBuffer->hl[0] = new CLImage2D (context, cl_desc);
581 decompBuffer->hl[1] = new CLImage2D (context, cl_desc)
    [all...]

Completed in 338 milliseconds

1 2 3 4 5