Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 25 of 47) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/config/
Datof-ieee.c260 LITTLENUM_TYPE *lp; in gen_to_words() local
438 lp = words; in gen_to_words()
470 *lp++ = word1; in gen_to_words()
480 *lp++ = 0; in gen_to_words()
485 *lp++ = 0; in gen_to_words()
488 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - (num_bits)); in gen_to_words()
494 *lp++ = word1; in gen_to_words()
496 *lp++ = 0; in gen_to_words()
498 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - num_bits); in gen_to_words()
504 *lp++ = word1; in gen_to_words()
[all …]
Datof-vax.c245 LITTLENUM_TYPE *lp; in flonum_gen2vax() local
319 lp = words; in flonum_gen2vax()
326 *lp++ = word1; in flonum_gen2vax()
329 for (; lp < words + precision; lp++) in flonum_gen2vax()
330 *lp = next_bits (LITTLENUM_NUMBER_OF_BITS); in flonum_gen2vax()
350 for (carry = 1, lp--; in flonum_gen2vax()
351 carry && (lp >= words); in flonum_gen2vax()
352 lp--) in flonum_gen2vax()
354 carry = *lp + carry; in flonum_gen2vax()
355 *lp = carry; in flonum_gen2vax()
/toolchain/binutils/binutils-2.25/libiberty/
Dobstack.c306 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ in _obstack_allocated_p() local
309 lp = (h)->chunk; in _obstack_allocated_p()
313 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_allocated_p()
315 plp = lp->prev; in _obstack_allocated_p()
316 lp = plp; in _obstack_allocated_p()
318 return lp != 0; in _obstack_allocated_p()
332 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ in _obstack_free() local
335 lp = h->chunk; in _obstack_free()
339 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_free()
341 plp = lp->prev; in _obstack_free()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dopc2c.c627 char * lp; in main() local
658 for (lp = line + 4; *lp; lp++) in main()
663 if (strncmp (lp, "*/", 2) == 0) in main()
665 else if ((lp[0] == ' ' && lp[1] == ' ') || (lp[0] == '\t')) in main()
667 while (*lp == ' ' || *lp == '\t') in main()
668 lp ++; in main()
669 op->syntax = strdup (lp); in main()
670 lp = strstr (op->syntax, "*/"); in main()
671 if (lp) in main()
673 *lp-- = 0; in main()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
Dlp.s1 # lp test
5 lp text_label
34 lp.d text_label
35 lp.nd text_label
36 lp.jd text_label
Dlp.d9 0: 80 ff ff 37 37ffff80 lp 0 <text_label>
11 4: 00 ff ff 37 37ffff00 lp 0 <text_label>
13 8: 80 fe ff 37 37fffe80 lp 0 <text_label>
65 70: a0 f1 ff 37 37fff1a0 lp.d 0 <text_label>
67 74: 00 f1 ff 37 37fff100 lp 0 <text_label>
69 78: c0 f0 ff 37 37fff0c0 lp.jd 0 <text_label>
Darc.exp39 run_dump_test lp
/toolchain/binutils/binutils-2.25/gas/
Datof-generic.c597 LITTLENUM_TYPE *lp; local
603 for (lp = f->high; lp >= f->low; lp--)
604 print_littlenum (*lp);
606 for (lp = f->low; lp <= f->high; lp++)
607 print_littlenum (*lp);
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
Dji-jr.d16 0+000a <[^>]*> jral \$lp, \$r0
17 0+000e <[^>]*> ret \$lp
/toolchain/binutils/binutils-2.25/gprof/
Dbasic_blocks.c56 cmp_bb (const PTR lp, const PTR rp) in cmp_bb() argument
59 const Sym *left = *(const Sym **) lp; in cmp_bb()
85 cmp_ncalls (const PTR lp, const PTR rp) in cmp_ncalls() argument
87 const Sym *left = *(const Sym **) lp; in cmp_ncalls()
Dsymtab.c61 cmp_addr (const PTR lp, const PTR rp) in cmp_addr() argument
63 const Sym *left = (const Sym *) lp; in cmp_addr()
Dcg_arcs.c154 cmp_topo (const PTR lp, const PTR rp) in cmp_topo() argument
156 const Sym *left = *(const Sym **) lp; in cmp_topo()
538 cmp_total (const PTR lp, const PTR rp) in cmp_total() argument
540 const Sym *left = *(const Sym **) lp; in cmp_total()
Dhist.c538 cmp_time (const PTR lp, const PTR rp) in cmp_time() argument
540 const Sym *left = *(const Sym **) lp; in cmp_time()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
Dv850e1.d42 0x0+76 ff 07 e6 00 [ ]*tst1 r0, \[lp\]
45 0x0+7e 63 ff 9d 00[ ]*st.w lp, 156\[sp\]
Dv850e1.s39 st.w lp, 156[sp]
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dmipself.em63 hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
68 for (; (l = *lp) != NULL; lp = &l->header.next)
103 *lp = info->add.head;
Dnios2elf.em85 hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp,
91 for (; (l = *lp) != NULL; lp = &l->header.next)
133 *lp = info->add.head;
Dmetagelf.em80 hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
85 for (; (l = *lp) != NULL; lp = &l->header.next)
119 *lp = info->add.head;
Dhppaelf.em103 hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
108 for (; (l = *lp) != NULL; lp = &l->header.next)
142 *lp = info->add.head;
Dm68hc1xelf.em170 hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
175 for (; (l = *lp) != NULL; lp = &l->header.next)
213 *lp = info->add.head;
Daarch64elf.em86 hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
91 for (; (l = *lp) != NULL; lp = &l->header.next)
Dppc64elf.em294 hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
299 for (; (l = *lp) != NULL; lp = &l->header.next)
333 *lp = info->add.head;
/toolchain/binutils/binutils-2.25/bfd/
Dpei-x86_64.c431 const bfd_vma *lp = (const bfd_vma *) l; in sort_xdata_arr() local
434 if (*lp == *rp) in sort_xdata_arr()
436 return (*lp < *rp ? -1 : 1); in sort_xdata_arr()
/toolchain/binutils/binutils-2.25/cpu/
Dmep-core.cpu258 ((pc 0) (lp 1) (sar 2) (rpb 4) (rpe 5) (rpc 6)
705 (dnop lp "link pointer" (all-mep-core-isas) h-csr 1)
1027 (define-pmacro (get-lp.ltom) (and lp 1))
1780 (set-vliw-modified-pcrel-offset lp 2 4 8)
1790 (set-vliw-modified-pcrel-offset lp 4 4 8)
1831 (set-vliw-modified-pcrel-offset lp 2 4 8)
1843 (if (get-lp.ltom) ;; link-pointer "toggle mode" bit
1846 (set-vliw-aliignment-modified-by-option pc lp))
1847 (set pc (and lp (inv 1))))
1849 (if (get-lp.ltom) ;; link-pointer "toggle mode" bit
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
Ddj1.s758 stc $0,$lp
759 ldc $0,$lp
760 stc $15,$lp
761 ldc $15,$lp

12