OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARGINIT
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/external/bsd/pcc/dist/pcc/arch/m16c/
macdefs.h
35
#define
ARGINIT
40 /* # bits above fp where arguments start */
code.c
126
int argoff =
ARGINIT
;
/src/external/bsd/pcc/dist/pcc/arch/nova/
macdefs.h
105
#define
ARGINIT
0 /* first arg at 0 offset */
/src/external/bsd/pcc/dist/pcc/arch/powerpc/
macdefs.h
345
#define
ARGINIT
(24*8) /* # bits above fp where arguments start */
350
#define
ARGINIT
(24*8) /* # bits above fp where arguments start */
code.c
319
off =
ARGINIT
/SZINT + argofs;
419
/* int off = (
ARGINIT
+FIXEDSTACKSIZE*SZCHAR)/SZINT + argofs; */
420
int off =
ARGINIT
/SZINT + argofs;
1187
off =
ARGINIT
/SZCHAR + 4 * (*regp - R3);
local2.c
1254
p2framesize =
ARGINIT
/SZCHAR; /* stack ptr / return addr */
/src/external/bsd/pcc/dist/pcc/arch/pdp11/
macdefs.h
39
#define
ARGINIT
32 /* # bits above r5 where arguments start */
/src/external/bsd/pcc/dist/pcc/arch/vax/
macdefs.h
39
# define
ARGINIT
32
code.c
169
argbase =
ARGINIT
;
/src/external/bsd/pcc/dist/pcc/arch/mips/
local2.c
107
rnames[FP],
ARGINIT
/SZCHAR, rnames[RA]);
113
printf("\t.frame %s,%d,%s\n", rnames[FP],
ARGINIT
/SZCHAR, rnames[RA]);
118
printf("\tsubu %s,%s,%d\n", rnames[SP], rnames[SP],
ARGINIT
/SZCHAR);
168
printf("\taddiu %s,%s,%d\n", rnames[SP], rnames[FP],
ARGINIT
/SZCHAR);
169
printf("\tlw %s,%d(%s)\n", rnames[RA], 4-
ARGINIT
/SZCHAR, rnames[SP]);
170
printf("\tlw %s,%d(%s)\n", rnames[FP], 0-
ARGINIT
/SZCHAR, rnames[SP]);
macdefs.h
50
#define
ARGINIT
(16*8) /* # bits above fp where arguments start */
code.c
203
off =
ARGINIT
/SZINT + (reg - A0);
412
int off =
ARGINIT
/SZINT + (reg - A0);
549
off =
ARGINIT
/SZINT + nargregs;
/src/external/bsd/pcc/dist/pcc/arch/i86/
code.c
134
argbase =
ARGINIT
;
187
* Now (argbase -
ARGINIT
) is used space on stack.
241
argstacksize = (argbase -
ARGINIT
)/SZCHAR;
macdefs.h
39
#define
ARGINIT
64 /* # bits above fp where arguments start */
/src/external/bsd/pcc/dist/pcc/arch/amd64/
macdefs.h
40
#define
ARGINIT
128 /* # bits above fp where arguments start */
code.c
248
nrsp =
ARGINIT
;
/src/external/bsd/pcc/dist/pcc/arch/arm/
macdefs.h
212
#define
ARGINIT
(4*8) /* # bits above fp where arguments start */
code.c
289
off =
ARGINIT
/SZINT + argofs;
375
int off =
ARGINIT
/SZINT + argofs;
/src/external/bsd/pcc/dist/pcc/arch/m68k/
macdefs.h
26
#define
ARGINIT
64 /* # bits above fp where arguments start */
/src/external/bsd/pcc/dist/pcc/arch/pdp10/
macdefs.h
42
#define
ARGINIT
36 /* # bits below fp where arguments start */
/src/external/bsd/pcc/dist/pcc/arch/sparc64/
macdefs.h
46
#define
ARGINIT
(7*8) /* XXX */
/src/external/bsd/pcc/dist/pcc/arch/i386/
code.c
251
argbase =
ARGINIT
;
317
* Now (argbase -
ARGINIT
) is used space on stack.
377
argstacksize += (argbase -
ARGINIT
)/SZCHAR;
macdefs.h
39
#define
ARGINIT
64 /* # bits above fp where arguments start */
/src/external/bsd/pcc/dist/pcc/arch/hppa/
macdefs.h
37
#define
ARGINIT
(32*8) /* bits below fp where args start */
/src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y
1821
argoff =
ARGINIT
;
Completed in 39 milliseconds
1
2
Indexes created Mon Jun 08 00:24:58 UTC 2026