/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
D | splet.s | 14 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 …]
|
D | splet.d | 101 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/ |
D | pic.d | 80 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
|
D | fixup.s | 10 stop
|
D | icache1.d | 15 c: 00 00 00 00 stop
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/ |
D | srec.exp | 81 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/ |
D | read.c | 1373 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 …]
|
D | cond.c | 130 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/ |
D | pei-x86_64.c | 451 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()
|
D | coff-sh.c | 1115 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 …]
|
D | elf32-sh.c | 938 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/ |
D | spu_icache.S | 4 stop 7 stop
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-evax.c | 55 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/ |
D | xregex2.h | 472 int stop); 484 int start, struct re_registers *regs, int stop);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-war.tbl | 2 PR63; IC:pr-readers-br+1; IC:mod-sched-brs; stop
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | dv-war-err.l | 2 .*:8: Warning: Use of 'br.wtop.sptk' .* WAR dependency 'PR63' \(stop\)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 75 # 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/ |
D | subsym1.s | 5 ; recursion should stop at x
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/ |
D | tlspic.sd | 5 #objdump: -sj.text --stop-address=0x350
|
D | tlsbin.sd | 4 #objdump: -sj.text --stop-address=0x400238
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/ |
D | instruction_packing-001.s | 15 stop
|
D | instruction_packing-001.d | 16 14: 2f f0 40 03 stop || ldi.s r0, 0x1
|
D | instruction_packing-006.d | 29 28: 2f f0 5e 00 stop || nop
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mcore/ |
D | allinsn.d | 338 0+0e0 <stop>: 339 e0: 0004 stop
|
D | allinsn.s | 124 test stop
|