Searched refs:vtop (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/sys/arch/hppa/hppa/ |
| D | pmap.c | 174 volatile u_int32_t *vtop; in pmap_sdir_set() local 176 mfctl(CR_VTOP, vtop); in pmap_sdir_set() 178 if (!vtop) in pmap_sdir_set() 181 vtop[space] = (u_int32_t)pd; in pmap_sdir_set() 187 u_int32_t *vtop; in pmap_sdir_get() local 189 mfctl(CR_VTOP, vtop); in pmap_sdir_get() 190 return ((u_int32_t *)vtop[space]); in pmap_sdir_get()
|
| D | locore.S | 452 mfctl vtop, arg1 1031 mfctl vtop, r16 ! \ 1150 mfctl vtop, r16 ! \ 1598 mfctl vtop, t2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | unroll.c | 340 if (loop->vtop) 341 delete_related_insns (loop->vtop); 1318 if (loop->vtop) 1319 delete_related_insns (loop->vtop); 3713 else if (loop->vtop && GET_CODE (reg2) == CONST_INT) 3746 if (loop->vtop
|
| D | doloop.c | 711 if (! loop->vtop)
|
| D | basic-block.h | 451 rtx vtop; member
|
| D | loop.c | 2710 current_loop->vtop = insn; 8457 && (! (add_val == 1 && loop->vtop 8472 else if (add_val == 1 && loop->vtop 10987 LOOP_BLOCK_NUM (loop->vtop), 10988 LOOP_INSN_UID (loop->vtop),
|
| D | ChangeLog.1 | 7632 * loop.h (loop_info): New field 'vtop'. 7633 * loop.c (check_dbra_loop): Use loop_info->vtop rather than 7634 scanning loop for vtop. 7637 number of iterations. Set loop_info->vtop. Don't subtract
|
| D | ChangeLog.2 | 9764 (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP. 9779 (loop_iterations): Delete variable vtop and instead use 9780 loop_info->vtop computed in prescan_loop.
|
| D | ChangeLog.3 | 15566 vtop, and cont. Add used_count_register. 15580 * basic-block.h (struct loop): New entries vtop, cont,
|
| /openbsd/src/sys/arch/hppa/include/ |
| D | asm.h | 163 vtop .reg %cr25
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/texinfo/ |
| D | texinfo.tex | 313 \vtop to0pt{% 661 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 685 \setbox\groupbox = \vtop\bgroup 695 % The \vtop produces a box with normal height and large depth; thus, TeX puts 704 \egroup % End the \vtop. 738 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 756 \vtop to #1\mil{\strut\vfil}% 813 \vtop to \strutdepth{% 1738 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2630 % \vtop will set a single line and will also let text wrap and [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | refcard.tex | 233 \vtop{\hsize=\itmwid\tt 236 &\vtop{\hsize=\dfnwid\hangafter=1\hangindent=\intersecwidth
|
| /openbsd/src/gnu/gcc/gcc/doc/include/ |
| D | texinfo.tex | 324 \vtop to0pt{% 687 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 711 \setbox\groupbox = \vtop\bgroup 721 % The \vtop produces a box with normal height and large depth; thus, TeX puts 730 \egroup % End the \vtop. 764 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 782 \vtop to #1\mil{\strut\vfil}% 839 \vtop to \strutdepth{% 1839 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2845 % \vtop will set a single line and will also let text wrap and [all …]
|
| /openbsd/src/gnu/usr.bin/texinfo/doc/ |
| D | texinfo.tex | 316 \vtop to0pt{% 664 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 688 \setbox\groupbox = \vtop\bgroup 698 % The \vtop produces a box with normal height and large depth; thus, TeX puts 707 \egroup % End the \vtop. 741 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 759 \vtop to #1\mil{\strut\vfil}% 816 \vtop to \strutdepth{% 1766 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2744 % \vtop will set a single line and will also let text wrap and [all …]
|
| /openbsd/src/gnu/usr.bin/cvs/doc/ |
| D | texinfo.tex | 223 \vtop to0pt{% 522 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 535 % The \vtop we start below produces a box with normal height and large 541 \egroup % End the \vtop. 545 \vtop\bgroup 598 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 616 \vtop to #1\mil{\strut\vfil}% 701 \vtop to \strutdepth{% 1313 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2187 % \vtop will set a single line and will also let text wrap and [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/include/ |
| D | texinfo.tex | 266 \vtop to0pt{% 560 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 583 % The \vtop we start below produces a box with normal height and large 589 \egroup % End the \vtop. 605 \setbox\groupbox = \vtop\bgroup 658 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 676 \vtop to #1\mil{\strut\vfil}% 760 \vtop to \strutdepth{% 1528 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2433 % \vtop will set a single line and will also let text wrap and [all …]
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | ChangeLog | 2911 the begin of the vtop; it's still local---within the group
|
| D | ChangeLog.46 | 11574 * texinfo.tex (\group): use \vtop instead of \vbox.
|