Searched refs:ARY (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c584 * - this type is ARY, offset is ninit*stsize.
1072 if (p->n_type == ARY+WCHAR_TYPE)
1099 if (p && (DEUNSIGN(p->n_type) == ARY+CHAR ||
1100 p->n_type == ARY+WCHAR_TYPE)) {
1104 t = p->n_type == ARY+WCHAR_TYPE ? ARY+WCHAR_TYPE : ARY+CHAR;
1106 * ...but only if next element is ARY+CHAR, otherwise
1185 if ((DEUNSIGN(p->n_type) == ARY+CHAR &&
1186 DEUNSIGN(sp->stype) == ARY
[all...]
H A Dsymtabs.c561 t = xuchar ? UCHAR+ARY : CHAR+ARY;
563 t = ctype(USHORT)+ARY;
565 t = WCHAR_TYPE+ARY;
567 t = ctype(SZINT < 32 ? ULONG : UNSIGNED)+ARY;
H A Dpftn.c639 p->stype += (PTR-ARY);
1160 case ARY:
1225 case ARY:
2026 ap[j]->n_type += (PTR-ARY);
2105 t += (ARY-PTR);
2424 arrt += (PTR-ARY);
2433 type += (PTR-ARY);
2436 type += (ARY-PTR);
2559 case ARY:
2659 if( mod1 == ARY
[all...]
H A Dcgram.y1768 p->n_type += (PTR-ARY);
1918 s->stype += (PTR-ARY);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c563 * - this type is ARY, offset is ninit*stsize.
1074 if (p && (DEUNSIGN(p->n_type) == ARY+CHAR ||
1075 p->n_type == ARY+WCHAR_TYPE)) {
1079 t = p->n_type == ARY+WCHAR_TYPE ? ARY+WCHAR_TYPE : ARY+CHAR;
1081 * ...but only if next element is ARY+CHAR, otherwise
1160 if ((DEUNSIGN(p->n_type) == ARY+CHAR &&
1161 DEUNSIGN(sp->stype) == ARY+CHAR) ||
1162 (DEUNSIGN(p->n_type) == DEUNSIGN(ARY
[all...]
H A Dpftn.c610 p->stype += (PTR-ARY);
1154 case ARY:
1212 case ARY:
1270 sp->stype = WCHAR_TYPE+ARY;
1273 sp->stype = UCHAR+ARY;
1275 sp->stype = CHAR+ARY;
2009 ap[j]->n_type += (PTR-ARY);
2087 t += (ARY-PTR);
2392 arrt += (PTR-ARY);
2401 type += (PTR-ARY);
[all...]
H A Dcgram.y1715 p->n_type += (PTR-ARY);
1881 s->stype += (PTR-ARY);
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h96 #define ARY 0x60 macro
123 #define ISARY(x) (((x)&TMASK)==ARY) /* is x an array type? */
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dlocal.c221 (l->n_type != ARY+CHAR && l->n_type != ARY+WCHAR_TYPE))
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal.c292 (l->n_type != ARY+CHAR && l->n_type != ARY+WCHAR_TYPE))
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal.c492 (l->n_type != ARY+CHAR && l->n_type != ARY+WCHAR_TYPE))
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c40 /* The ARX, ARY, RX and RY operands are alternate encodings of GPRs. */
2448 /* The ARY field of the SE_RR form instruction. */ macro
2449 #define ARY RY + 1
2453 #define SCLSCI8 ARY + 1
8036 {"se_mfar", SE_RR(0,3), SE_RR_MASK, PPCVLE, 0, {RX, ARY}},
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dppc-opc.c40 /* The ARX, ARY, RX and RY operands are alternate encodings of GPRs. */
2786 /* The ARY field of the SE_RR form instruction. */ macro
2787 #define ARY RY + 1
2791 #define SCLSCI8 ARY + 1
8925 {"se_mfar", SE_RR(0,3), SE_RR_MASK, PPCVLE, 0, {RX, ARY}},
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c40 /* The ARX, ARY, RX and RY operands are alternate encodings of GPRs. */
3355 /* The ARY field of the SE_RR form instruction. */ macro
3356 #define ARY RY + 1
3360 #define SCLSCI8 ARY + 1
9615 {"se_mfar", SE_RR(0,3), SE_RR_MASK, PPCVLE, 0, {RX, ARY}},
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dppc-opc.c41 /* The ARX, ARY, RX and RY operands are alternate encodings of GPRs. */
3434 /* The ARY field of the SE_RR form instruction. */ macro
3435 #define ARY RY + 1
3439 #define SCLSCI8 ARY + 1
9924 {"se_mfar", SE_RR(0,3), SE_RR_MASK, PPCVLE, 0, {RX, ARY}},

Completed in 426 milliseconds