Searched refs:routine (Results 76 - 100 of 173) sorted by relevance

1234567

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dmorestack.S52 # The __morestack routine has to arrange for the caller to return to a
151 # full stack split routine. FIXME: This is fragile.
209 # full stack split routine. FIXME: This is fragile.
646 # The exception table. This tells the personality routine to execute
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dcmpsi2.S37 ;; Note - this code is also used by the __ucmpsi2 routine below.
86 ;;; Neither A nor B has their top bit set so we can use the __cmpsi2 routine.
93 ;;; If both A and B have their top bit set we can use the __cmpsi2 routine.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Deh-frame1.s62 # use for the personality routine and VALUE is the value it
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc386 /* Discover the personality routine address. */
434 /* Find the entry for this routine. */
493 /* Find the entry for this routine. */
570 current personality routine result is going to run a cleanup, this
604 /* Find the entry for this routine. */
767 /* Find the entry for this routine. */
814 ID is the index of the personality routine, other arguments are as defined
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dmorestack.S53 # The __morestack routine has to arrange for the caller to return to a
152 # full stack split routine. FIXME: This is fragile.
210 # full stack split routine. FIXME: This is fragile.
647 # The exception table. This tells the personality routine to execute
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dcmpsi2.S37 ;; Note - this code is also used by the __ucmpsi2 routine below.
86 ;;; Neither A nor B has their top bit set so we can use the __cmpsi2 routine.
93 ;;; If both A and B have their top bit set we can use the __cmpsi2 routine.
/netbsd-current/sys/arch/alpha/alpha/
H A Dprom.c140 prom_dispatch_v.routine = c->crb_v_dispatch->entry_va;
294 * find it. This routine will stop working after pmap_rid_of_console
/netbsd-current/sys/arch/amiga/dev/
H A Dsbic.c181 u_char debug_asr, debug_csr, routine; variable
240 * default minphys routine for sbic based controllers
1341 routine = 3;
1555 * programmed i/o. This routine is a lot like sbicicmd except we
1618 routine = 1;
1789 routine = 1;
1839 routine = 2;
1883 routine = 2;
2626 (routine==1)?"sbicgo":
2627 (routine
[all...]
/netbsd-current/sys/arch/acorn32/podulebus/
H A Dsbic.c201 u_char debug_asr, debug_csr, routine; variable
265 * default minphys routine for sbic based controllers
1278 DBG(routine = 3);
1482 * programmed i/o. This routine is a lot like sbicicmd except we
1548 DBG(routine = 1);
1616 DBG(routine = 1);
1671 DBG(routine = 2);
1717 DBG(routine = 2);
2365 (routine == 1) ? "sbicgo" :
2366 (routine
[all...]
/netbsd-current/sys/arch/m68k/fpsp/
H A Dfpsp.h84 * label to a routine that will process a real exception of the
97 * temporaries. If a routine needs to change any
H A Dl_fpsp.h97 * [call appropriate emulation routine]
107 * real fpcr before calling the emulation routine. On return, the
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProcess.inc347 // isn't entirely obvious. We can use the curses routine 'has_colors' but it
357 // The 'tigetnum' routine returns -2 or -1 on errors, and might return 0 if
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMAttributeParser.cpp365 (this->*displayRoutines[AHI].routine)(static_cast<AttrType>(tag)))
/netbsd-current/usr.bin/telnet/
H A Dcommands.c115 int (*handler) /* routine which executes command */
669 int (*handler) /* routine to do actual setting */
1148 int (*handler) /* routine which executes command */
2339 * Call routine with argc, argv set from args (terminated by 0).
2344 call(intrtn_t routine, ...)
2350 va_start(ap, routine);
2355 return (*routine)(argno-1, args);
2336 call(intrtn_t routine, ...) argument
/netbsd-current/sys/arch/hppa/spmath/
H A Ddivu.S47 * Implement an integer divide routine for 32-bit operands and 32-bit quotient
147 ; end of divide routine
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dlb1sf68.S342 | This routine is provided to clear them (you can also write to _fpCCR,
1130 | the case of denormalized numbers in the rounding routine itself).
1158 lea pc@(Ladddf$5),a0 | to return from rounding routine
1238 | the case of denormalized numbers in the rounding routine itself).
1266 lea pc@(Lsubdf$1),a0 | to return from rounding routine
2184 | Now call the rounding routine (which takes care of denormalized numbers):
2185 lea pc@(Lround$0),a0 | to return from rounding routine
2449 | before entering the rounding routine), but the number could be denormalized.
2891 | the case of denormalized numbers in the rounding routine itself).
2908 lea pc@(Laddsf$4),a0 | to return from rounding routine
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dlb1sf68.S342 | This routine is provided to clear them (you can also write to _fpCCR,
1139 | the case of denormalized numbers in the rounding routine itself).
1167 lea pc@(Ladddf$5),a0 | to return from rounding routine
1247 | the case of denormalized numbers in the rounding routine itself).
1275 lea pc@(Lsubdf$1),a0 | to return from rounding routine
2193 | Now call the rounding routine (which takes care of denormalized numbers):
2194 lea pc@(Lround$0),a0 | to return from rounding routine
2458 | before entering the rounding routine), but the number could be denormalized.
2900 | the case of denormalized numbers in the rounding routine itself).
2917 lea pc@(Laddsf$4),a0 | to return from rounding routine
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A DREADME69 This routine provides an alternative to the Unicode Bidi algorithm. The
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpbit-sf.S480 ;; the unsigned conversion routine.
498 ;; Call the unsigned conversion routine.
/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx0.asm114 ; This routine gets called by the packet driver twice:
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dmode1o.asm61 C - The first ldq src[0] is near the start of the routine, for maximum
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dlogops_n.asm95 C test at the start of the routine checks the alignment of src1 and if
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpbit-sf.S480 ;; the unsigned conversion routine.
498 ;; Call the unsigned conversion routine.
/netbsd-current/sys/arch/vax/vax/
H A Dsubr.S55 /* Copy routine */
74 /* Copy the copy routine */
83 /* Ok, copy routine copied, set registers and rei */
96 * First entry routine from boot. This should be in a file called locore.
196 .long 0 # the callback interrupt routine
223 calls $1,*(%r0) # call interrupt routine
264 * DDB is the only routine that uses setjmp/longjmp.
395 * Helper routine for cpu_lwp_fork. It get invoked by Swtchto.
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfpsp.s46 # to call a given routine. The stub routine actually performs the
47 # callout. The FPSP code does a "bsr" to the stub routine. This
720 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
721 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
963 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
964 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
1157 # choosing an emulation routine from a table of routines indexed by #
1166 # handler loads the packed op (by calling get_packed() routine) and #
1172 # performed by calling the routine fou
[all...]

Completed in 209 milliseconds

1234567