| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| H A D | code.c | 109 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 D | code.c | 100 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 D | local.c | 75 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 D | gcc_compat.c | 190 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 D | init.c | 533 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 D | pftn.c | 286 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 D | pass1.h | 161 #define ISSOU(ty) ((ty) == STRTY || (ty) == UNIONTY) 683 #define ANYCX(p) (p->n_type == STRTY && attr_find(p->n_ap, ATTR_COMPLEX))
|
| H A D | optim.c | 285 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 D | code.c | 266 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 D | local.c | 93 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 D | local2.c | 1107 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 D | code.c | 85 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| H A D | code.c | 75 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 D | local2.c | 102 if (ftype == STRTY || ftype == UNIONTY) { 631 if (t == STRTY)
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| H A D | code.c | 94 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 D | code.c | 132 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 D | code.c | 89 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 D | code.c | 131 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 D | code.c | 131 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 D | code.c | 141 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 D | init.c | 512 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 D | optim.c | 271 if (q->n_left->n_type == PTR+STRTY && in optim() 272 q->n_right->n_type == PTR+STRTY && in optim()
|
| H A D | pass1.h | 165 #define ISSOU(ty) ((ty) == STRTY || (ty) == UNIONTY) 626 #define ANYCX(p) (p->n_type == STRTY && attr_find(p->n_ap, ATTR_COMPLEX))
|
| H A D | pftn.c | 255 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 D | code.c | 177 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()
|