Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 119) sorted by relevance

12345

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
Dsplet.s14 rd %asr19, %l0 ! should stop the processor
148 cbn stop
150 cbn,a stop
152 cbe stop
154 cbe,a stop
156 cbf stop
158 cbf,a stop
160 cbef stop
162 cbef,a stop
164 cbr stop
[all …]
Dsplet.d101 108: WDISP22 stop\+0xfffffef8
104 110: WDISP22 stop\+0xfffffef0
107 118: WDISP22 stop\+0xfffffee8
110 120: WDISP22 stop\+0xfffffee0
113 128: WDISP22 stop\+0xfffffed8
116 130: WDISP22 stop\+0xfffffed0
119 138: WDISP22 stop\+0xfffffec8
122 140: WDISP22 stop\+0xfffffec0
125 148: WDISP22 stop\+0xfffffeb8
128 150: WDISP22 stop\+0xfffffeb0
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
Dpic.d80 84: 00 00 00 00 stop
83 88: 00 00 00 00 stop
88 100: 00 00 00 01 stop
92 110: 00 00 00 02 stop
Dfixup.s10 stop
Dicache1.d15 c: 00 00 00 00 stop
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
Dsrec.exp81 set stop [expr $start + $len]
82 if { $stop > $rlen } {
83 set stop [expr $rlen]
86 set stop [expr $stop * 2 + $off - 1]
87 return [string range $l $start $stop]
/toolchain/binutils/binutils-2.25/gas/
Dread.c1373 mri_comment_end (char *stop, int stopc) in mri_comment_end() argument
1377 input_line_pointer = stop; in mri_comment_end()
1378 *stop = stopc; in mri_comment_end()
1454 char *stop = NULL; in s_align() local
1461 stop = mri_comment_field (&stopc); in s_align()
1559 mri_comment_end (stop, stopc); in s_align()
1691 char *stop = NULL; in s_comm_internal() local
1696 stop = mri_comment_field (&stopc); in s_comm_internal()
1759 mri_comment_end (stop, stopc); in s_comm_internal()
1783 char *stop = NULL; in s_mri_common() local
[all …]
Dcond.c130 char *stop = NULL; in s_if() local
134 stop = mri_comment_field (&stopc); in s_if()
179 mri_comment_end (stop, stopc); in s_if()
263 char *stop = NULL; in s_ifc() local
271 stop = mri_comment_field (&stopc); in s_ifc()
296 mri_comment_end (stop, stopc); in s_ifc()
/toolchain/binutils/binutils-2.25/bfd/
Dpei-x86_64.c451 bfd_size_type stop; in pex64_bfd_print_pdata() local
466 stop = pei_section_data (abfd, pdata_section)->virt_size; in pex64_bfd_print_pdata()
467 if ((stop % onaline) != 0) in pex64_bfd_print_pdata()
470 (long) stop, onaline); in pex64_bfd_print_pdata()
482 xdata_arr = (bfd_vma *) xmalloc (sizeof (bfd_vma) * ((stop / onaline) + 1)); in pex64_bfd_print_pdata()
487 for (i = 0; i < stop; i += onaline) in pex64_bfd_print_pdata()
491 if (i + PDATA_ROW_SIZE > stop) in pex64_bfd_print_pdata()
563 for (i = 0; i < stop; i += onaline) in pex64_bfd_print_pdata()
567 if (i + PDATA_ROW_SIZE > stop) in pex64_bfd_print_pdata()
Dcoff-sh.c1115 bfd_vma nraddr, stop; in sh_relax_delete_bytes() local
1161 start = stop = addr; in sh_relax_delete_bytes()
1190 start = stop = addr; in sh_relax_delete_bytes()
1197 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off * 2); in sh_relax_delete_bytes()
1207 start = stop = addr; in sh_relax_delete_bytes()
1213 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off * 2); in sh_relax_delete_bytes()
1219 stop = start + 4 + off * 2; in sh_relax_delete_bytes()
1224 stop = (start &~ (bfd_vma) 3) + 4 + off * 4; in sh_relax_delete_bytes()
1238 stop = (bfd_vma) ((bfd_signed_vma) start - (long) irel->r_offset); in sh_relax_delete_bytes()
1242 && (stop <= addr || stop >= toaddr)) in sh_relax_delete_bytes()
[all …]
Delf32-sh.c938 bfd_vma nraddr, stop; in sh_elf_relax_delete_bytes() local
984 start = stop = addr; in sh_elf_relax_delete_bytes()
1016 start = stop = addr; in sh_elf_relax_delete_bytes()
1023 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off * 2); in sh_elf_relax_delete_bytes()
1033 start = stop = addr; in sh_elf_relax_delete_bytes()
1039 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off * 2); in sh_elf_relax_delete_bytes()
1047 if (stop > addr && stop < toaddr) in sh_elf_relax_delete_bytes()
1054 stop = start + 4 + off * 2; in sh_elf_relax_delete_bytes()
1059 stop = (start & ~(bfd_vma) 3) + 4 + off * 4; in sh_elf_relax_delete_bytes()
1074 stop = irel->r_offset; in sh_elf_relax_delete_bytes()
[all …]
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspu_icache.S4 stop
7 stop
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-evax.c55 char *stop = NULL; in s_evax_weak() local
59 stop = mri_comment_field (&stopc); in s_evax_weak()
80 mri_comment_end (stop, stopc); in s_evax_weak()
/toolchain/binutils/binutils-2.25/include/
Dxregex2.h472 int stop);
484 int start, struct re_registers *regs, int stop);
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-war.tbl2 PR63; IC:pr-readers-br+1; IC:mod-sched-brs; stop
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Ddv-war-err.l2 .*:8: Warning: Use of 'br.wtop.sptk' .* WAR dependency 'PR63' \(stop\)
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
84 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument
85 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
419 int stop);
424 struct re_registers *regs, int stop);
438 int stop,
446 struct re_registers *regs, int stop);
4953 struct re_registers *regs, int stop) in weak_alias()
4958 range, regs, stop); in weak_alias()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
Dsubsym1.s5 ; recursion should stop at x
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
Dtlspic.sd5 #objdump: -sj.text --stop-address=0x350
Dtlsbin.sd4 #objdump: -sj.text --stop-address=0x400238
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
Dinstruction_packing-001.s15 stop
Dinstruction_packing-001.d16 14: 2f f0 40 03 stop || ldi.s r0, 0x1
Dinstruction_packing-006.d29 28: 2f f0 5e 00 stop || nop
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mcore/
Dallinsn.d338 0+0e0 <stop>:
339 e0: 0004 stop
Dallinsn.s124 test stop

12345