Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 25 of 63) sorted by relevance

123

/original-bsd/sys/vax/include/
H A Dreg.h31 #define FP (-20) macro
39 {R0,R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,AP,FP,SP,PC};
/original-bsd/sys/tahoe/include/
H A Dreg.h29 #define FP (-10) macro
47 {R0,R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,FP,SP,PC,RACH,RACL};
/original-bsd/old/pcc/ccom.tahoe/
H A Dmac2defs.h31 #define FP 13 /* frame pointer */ macro
40 #define TMPREG FP /* reg off which temporaries are referenced */
/original-bsd/old/pcc/ccom.vax/
H A Dmac2defs.h31 #define FP 13 /* frame pointer */ macro
36 #define TMPREG FP
H A Dmac2defs22 # define FP 13 /* frame pointer */
39 # define TMPREG FP
/original-bsd/old/lisp/fp/fp.vax/
H A DfpMain.l1 ; FP interpreter/compiler
11 ; Main routine to start up FP
57 ; read in an FP sequence once a colon (apply) has been detected
124 ; Form a character string of a LISP list as an equivalent FP sequence
H A DrunFp.l1 ; FP interpreter/compiler
11 ; FASL (or load if no object files exist) then run FP.
33 (setup) ; set up FP syntax funnies
H A Dspecials.l1 ; FP interpreter/compiler
H A DcodeGen.l1 ; FP interpreter/compiler
120 ; generate a lisp function definition from an FP parse tree
H A Dutils.l1 ; FP interpreter/compiler
11 ; FP command processor
/original-bsd/old/sdb/
H A Dreginit.c26 "fp", FP,
H A Ddefs.h114 #define FP (ctob(UPAGES)-20*4) macro
132 #define FP (ctob(UPAGES)-6*4) macro
H A Dxeq.c182 fps = *(ADDR *)(((ADDR)&u)+FP); in doscall()
292 *(ADDR *)(((ADDR)&u)+FP) = fps;
/original-bsd/usr.bin/f77/libF77/
H A Doperand.h64 #define FP 13 macro
/original-bsd/sys/hp300/DOC/
H A DREADME.680404 HP-UX 7.05 version of Motorola's FP emulation library as hpux_float.o
8 config file. You can build a kernel without the FP library by configuring
/original-bsd/old/adb/adb.hp300/
H A Ddefs.h93 #define FP (ctob(UPAGES)-20*sizeof(int)) macro
161 #define FP A6 macro
/original-bsd/old/adb/adb.tahoe/
H A Drodata.c47 { "fp", ar0off(FP), &pcb.pcb_fp },
H A Ddefs.h72 #define FP (ctob(UPAGES)-10*sizeof (int)) macro
/original-bsd/old/adb/adb.vax/
H A Drodata.c46 { "fp", ar0off(FP), &pcb.pcb_fp },
H A Ddefs.h72 #define FP (ctob(UPAGES)-20*sizeof(int)) macro
/original-bsd/usr.bin/ex/OTHER/
H A Dmakefile.7047 FP=
122 ${CC} ${FP} ${CFLAGS} exrecover.o ex_extern.o -o exrecover
128 ${CC} ${FP} expreserve.o ex_extern.o -o expreserve
/original-bsd/old/berknet/
H A Dnbs.c241 static char FP[] = { variable
535 block[j] = L[FP[j]-1];
/original-bsd/sys/vax/vax/
H A Dkdb_machdep.c325 pcb->pcb_fp = locr0[FP];
357 locr0[FP] = pcb->pcb_fp;
/original-bsd/sys/tahoe/tahoe/
H A Dmachdep.c372 scp->sc_fp = regs[FP];
409 regs[FP] = scp->sc_fp;
685 u.u_ar0[FP] = 0; /* bottom of the fp chain */
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Ddefs.h803 #define ISATTY(FP) (isatty(fileno(FP))) argument

123