Searched refs:pt (Results 1 – 25 of 68) sorted by relevance
123
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | err-pt-1.s | 10 pt x0,tr3 ! { dg-error "operand out of range" } 12 pt x0,tr4 15 pt x1,tr5 16 pt x1,tr6 17 pt x1,tr6 ! { dg-error "operand out of range" } 18 pt x1,tr7 ! { dg-error "operand out of range" }
|
D | crange2.s | 6 pt shmedia1,tr3 7 pt shcompact1,tr4 32 pt shcompact3,tr6 34 pt shmedia2,tr0
|
D | pt-2.s | 1 ! Check inter-segment pt and pta 8 pt start1,tr5 11 pt start2,tr7
|
D | crange5.s | 8 pt .L2, tr0 18 pt _f, tr5 22 pt .L2, tr0
|
D | syntax-2.s | 6 pt .L4,tr0 7 pt .L5,tr0
|
D | ptext-1.s | 3 pt externalsym1 + 40,tr5 6 pt/u externalsym4 + 52,tr5
|
D | pt-1.s | 8 pt start1,tr5 10 pt start2,tr7
|
D | case-1.s | 9 pt/U foo,tr4
|
D | mix-1.s | 16 pt start2,tr5
|
D | pt-noexp-1.d | 3 #source: pt-1.s
|
D | pt64-32-1.d | 3 #source: pt-1.s
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
D | v9branch1.s | 3 brz,pt %o0, 1f 9 brz,pt %o0, 1b 11 bne,pt %icc, 2f 17 bne,pt %icc, 2b
|
D | v9branch5.s | 5 bne,pt %icc, 1b
|
D | v9branch3.s | 5 brz,pt %o0, 1b
|
D | v9branch2.s | 3 brz,pt %o0, 1f
|
D | v9branch4.s | 3 bne,pt %icc, 1f
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pex-unix.c | 242 struct pex_time pt; in pex_wait() local 252 memset (&pt, 0, sizeof (struct pex_time)); in pex_wait() 263 pt.user_seconds = r2.ru_utime.tv_sec - r1.ru_utime.tv_sec; in pex_wait() 264 pt.user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait() 265 if (pt.user_microseconds < 0) in pex_wait() 267 --pt.user_seconds; in pex_wait() 268 pt.user_microseconds += 1000000; in pex_wait() 271 pt.system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait() 273 if (pt.system_microseconds < 0) in pex_wait() [all …]
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 202 \def\finalout{\overfullrule=0pt} 224 % For a thicker or thinner bar, change the `1pt'. 228 \hskip 12pt 281 \newdimen\cornerthick \cornerthick=.3pt 338 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi 388 \ifdim\ht\footlinebox > 0pt 391 % The \baselineskip=24pt in plain's \makefootline has no effect. 392 \vskip 24pt 808 %{\baselineskip=0pt% 810 %\prevdepth=-1000pt [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
D | sh64-2.s | 9 pt/l bar,tr3 14 pt/u plugh,tr1
|
D | stobin.s | 4 pt bar, tr0
|
D | sh64-1.s | 8 pt/l xyzzy,tr3
|
D | shmix-1.s | 28 pt start2,tr5
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | bundle.s | 136 jz,pt pjmp_3_\@ 142 jz,pt pjmp_7_\@
|
D | x86-64-bundle.s | 140 jz,pt pjmp_3_\@ 146 jz,pt pjmp_7_\@
|
/toolchain/binutils/binutils-2.25/gold/ |
D | merge.cc | 542 const Char_type* pt = p; in do_add_input_section() local 543 while (pt < pend0) in do_add_input_section() 545 size_t len = string_length(pt); in do_add_input_section() 548 pt += len + 1; in do_add_input_section()
|
123