Home
last modified time | relevance | path

Searched refs:STRTY (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dcode.c109 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
112 p = buildtree(UMUL, tempnode(sttemp, INCREF(STRTY), in efcode()
114 q = block(REG, 0, 0, INCREF(STRTY), cftnsp->sdf, cftnsp->sap); in efcode()
141 p->n_right->n_type = STRTY; in bfcode()
145 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
158 if (s[i]->stype == STRTY || s[i]->stype == UNIONTY || in bfcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dcode.c100 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
103 q = block(OREG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); in efcode()
107 p = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); in efcode()
124 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
135 if (sp[i]->stype == STRTY || sp[i]->stype == UNIONTY || in bfcode()
H A Dlocal.c75 r = block(REG, NIL, NIL, PTR+STRTY, 0, 0); in clocal()
115 if (l->n_type == STRTY) in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c190 addvti3sp = addftn("__addvti3", STRTY); in gcc_init()
192 subvti3sp = addftn("__subvti3", STRTY); in gcc_init()
194 mulvti3sp = addftn("__mulvti3", STRTY); in gcc_init()
196 divti3sp = addftn("__divti3", STRTY); in gcc_init()
198 modti3sp = addftn("__modti3", STRTY); in gcc_init()
205 udivti3sp = addftn("__udivti3", STRTY); in gcc_init()
207 umodti3sp = addftn("__umodti3", STRTY); in gcc_init()
460 } else if (p->n_op == ICON && p->n_type == STRTY) { in gcc_attribs()
692 if (BTYPE(p->n_type) == STRTY) in gcc_modefix()
710 if (BTYPE(p->n_type) != STRTY) in gcc_modefix()
[all …]
H A Dinit.c533 if (pstk->in_t == STRTY && pstk->in_lnk != NULL) { in stkpop()
587 if (is->in_prev && is->in_prev->in_t == STRTY) in findoff()
603 is->in_prev->in_prev->in_t == STRTY) in findoff()
967 else if (pstk->in_t == STRTY) { in irbrace()
1155 if (BTYPE(in->in_t) == STRTY || ISARY(in->in_t)) in prtstk()
1160 if (in->in_t == STRTY) { in prtstk()
H A Dpftn.c286 if (temp == STRTY || temp == UNIONTY) { in defid2()
723 sp->stype = STRTY; in defstr()
993 n = mkty(r->rsou == STNAME ? STRTY : UNIONTY, 0, r->ap); in dclstruct()
1066 if (rpole->rsou != STNAME || BTYPE(t) != STRTY) in soumemb()
1358 (p->stype < STRTY || ISPTR(p->stype)) && in oalloc()
1879 tc.type = STRTY; in typenode()
1987 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist()
2000 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist()
2045 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist()
2444 (arrt == STRTY && in doacall()
[all …]
H A Dpass1.h161 #define ISSOU(ty) ((ty) == STRTY || (ty) == UNIONTY)
683 #define ANYCX(p) (p->n_type == STRTY && attr_find(p->n_ap, ATTR_COMPLEX))
H A Doptim.c285 if (q->n_left->n_type == PTR+STRTY && in optim()
286 q->n_right->n_type == PTR+STRTY && in optim()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dcode.c266 q = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); in param_retstruct()
333 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
349 } else if (sp[i]->stype == STRTY || sp[i]->stype == UNIONTY) { in bfcode()
397 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
408 q = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); in efcode()
410 p = tempnode(0, PTR+STRTY, 0, cftnsp->sap); in efcode()
416 q = tempnode(tempnr, PTR+STRTY, 0, cftnsp->sap); in efcode()
420 p = tempnode(rvnr, PTR+STRTY, 0, cftnsp->sap); in efcode()
877 if (p->n_type == STRTY+FTN || p->n_type == UNIONTY+FTN) { in funcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c93 r = block(REG, NIL, NIL, PTR+STRTY, 0, 0); in clocal()
137 l->n_type == INCREF(STRTY) && in clocal()
340 if (l->n_type == STRTY || l->n_type == UNIONTY) { in clocal()
350 if ((l->n_type != (STRTY+PTR) && l->n_type != (UNIONTY+PTR)) || in clocal()
351 (r->n_type != (STRTY+PTR) && r->n_type != (UNIONTY+PTR))) in clocal()
476 case STRTY: in xptype()
547 case STRTY: in offcon()
H A Dlocal2.c1107 m == DOUBLE || m == STRTY || m == UNIONTY || in optim2()
1110 ml == DOUBLE || ml == STRTY || ml == UNIONTY || in optim2()
1118 (l->n_type == INCREF(STRTY))) { in optim2()
1125 p->n_type == INCREF(STRTY) || in optim2()
1250 if (t == STRTY || t == UNIONTY) in argsiz()
H A Dcode.c85 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dcode.c75 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
86 sz = (tsize(STRTY, cftnsp->sdf, cftnsp->ssue)+SZCHAR-1)/SZCHAR; in efcode()
128 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
H A Dlocal2.c102 if (ftype == STRTY || ftype == UNIONTY) {
631 if (t == STRTY)
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c94 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
105 sz = (tsize(STRTY, cftnsp->sdf, cftnsp->ssue)+SZCHAR-1)/SZCHAR; in efcode()
144 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dcode.c132 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
159 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
184 if (sp[i]->stype == STRTY || sp[i]->stype == UNIONTY || in bfcode()
402 q = block(XASM, q, block(ICON, 0, 0, STRTY, 0, 0), INT, 0, 0); in builtin_ffs()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dcode.c89 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
92 q = tempnode(structrettemp, PTR+STRTY, 0, cftnsp->sap); in efcode()
94 p = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); in efcode()
145 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dcode.c131 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
179 p = tempnode(0, PTR+STRTY, 0, cftnsp->sap); in param_retptr()
181 q = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); in param_retptr()
383 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
395 else if (sp[i]->stype == STRTY || sp[i]->stype == UNIONTY) in bfcode()
699 if (ty == STRTY+FTN || ty == UNIONTY+FTN) { in funcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dcode.c131 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
169 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in bfcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dcode.c141 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN)
169 q = tempnode(structrettemp, PTR+STRTY, 0, cftnsp->sap);
171 p = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap);
246 p->n_right->n_type = STRTY;
266 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) {
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c512 if (pstk->in_t == STRTY && pstk->in_lnk != NULL) { in stkpop()
566 if (is->in_prev && is->in_prev->in_t == STRTY) in findoff()
582 is->in_prev->in_prev->in_t == STRTY) in findoff()
944 else if (pstk->in_t == STRTY) { in irbrace()
1130 if (BTYPE(in->in_t) == STRTY || ISARY(in->in_t)) in prtstk()
1135 if (in->in_t == STRTY) { in prtstk()
H A Doptim.c271 if (q->n_left->n_type == PTR+STRTY && in optim()
272 q->n_right->n_type == PTR+STRTY && in optim()
H A Dpass1.h165 #define ISSOU(ty) ((ty) == STRTY || (ty) == UNIONTY)
626 #define ANYCX(p) (p->n_type == STRTY && attr_find(p->n_ap, ATTR_COMPLEX))
H A Dpftn.c255 if (temp == STRTY || temp == UNIONTY) { in defid()
690 sp->stype = STRTY; in defstr()
973 n = mkty(r->rsou == STNAME ? STRTY : UNIONTY, 0, r->ap); in dclstruct()
1059 if (rpole->rsou != STNAME || BTYPE(t) != STRTY) in soumemb()
1381 (p->stype < STRTY || ISPTR(p->stype)) && in oalloc()
1877 tc.type = STRTY; in typenode()
1974 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist()
1983 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist()
2028 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist()
2418 } else if (type == STRTY && in doacall()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c177 if (t != STRTY && t != UNIONTY) in efcode()
249 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
736 l = block(REG, NIL, NIL, PTR+STRTY, 0, 0); in movtomem()
874 } else if (t == STRTY || t == UNIONTY) { in argtyp()
1026 l = block(REG, NIL, NIL, PTR+STRTY, 0, 0); in argput()
1115 if ((l = p->n_left)->n_type == INCREF(FTN)+STRTY || in funcode()

123