Home
last modified time | relevance | path

Searched refs:vtop (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/sys/arch/hppa/hppa/
Dpmap.c174 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()
Dlocore.S452 mfctl vtop, arg1
1031 mfctl vtop, r16 ! \
1150 mfctl vtop, r16 ! \
1598 mfctl vtop, t2
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dunroll.c340 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
Ddoloop.c711 if (! loop->vtop)
Dbasic-block.h451 rtx vtop; member
Dloop.c2710 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),
DChangeLog.17632 * 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
DChangeLog.29764 (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.
DChangeLog.315566 vtop, and cont. Add used_count_register.
15580 * basic-block.h (struct loop): New entries vtop, cont,
/openbsd/src/sys/arch/hppa/include/
Dasm.h163 vtop .reg %cr25
/openbsd/src/gnu/usr.bin/binutils-2.17/texinfo/
Dtexinfo.tex313 \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/
Drefcard.tex233 \vtop{\hsize=\itmwid\tt
236 &\vtop{\hsize=\dfnwid\hangafter=1\hangindent=\intersecwidth
/openbsd/src/gnu/gcc/gcc/doc/include/
Dtexinfo.tex324 \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/
Dtexinfo.tex316 \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/
Dtexinfo.tex223 \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/
Dtexinfo.tex266 \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/
DChangeLog2911 the begin of the vtop; it's still local---within the group
DChangeLog.4611574 * texinfo.tex (\group): use \vtop instead of \vbox.