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

/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h181 #define PCLASS(p) (p->n_type <= UCHAR ? SCREG : ISPTR(p->n_type) ? SBREG:SAREG) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h143 #define PCLASS(p) (p->n_op == REG && regno(p) > 5 ? 0 : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h242 #define PCLASS(p) (szty(p->n_type) == 2 ? SBREG : SAREG) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h210 #define PCLASS(p) (p->n_type < LONG || p->n_type > BTMASK ? SAREG : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h262 #define PCLASS(p) (1 << gclass((p)->n_type)) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h216 #define PCLASS(p) (p->n_type == FLOAT || p->n_type == DOUBLE ? SBREG : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h222 #define PCLASS(p) (1 << gclass((p)->n_type)) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h223 #define PCLASS(p) (p->n_type == FLOAT || p->n_type == DOUBLE || \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h326 #define PCLASS(p) (1 << gclass((p)->n_type)) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h355 #define PCLASS(p) (1 << gclass((p)->n_type)) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h236 #define PCLASS(p) (szty(p->n_type) == 2 ? SBREG : SAREG) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h264 #define PCLASS(p) (p->n_type <= UCHAR ? SBREG : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h440 #define PCLASS(p) \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h280 #define PCLASS(p) (p->n_type <= UCHAR ? SBREG : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dmatch.c166 mask = PCLASS(p);

Completed in 217 milliseconds