Home
last modified time | relevance | path

Searched refs:ENCRA (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/bsd/pcc/dist/pcc/arch/nova/
Dmacdefs.h154 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/m16c/
Dmacdefs.h189 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/
Dmacdefs.h221 #define ENCRA(x,y) ((x) << (5+y*5)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp10/
Dmacdefs.h242 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/vax/
Dmacdefs.h240 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/
Dmacdefs.h229 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/amd64/
Dmacdefs.h227 #define ENCRA(x,y) ((x) << (8+y*8)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/sparc64/
Dmacdefs.h264 #define ENCRA(x,y) ((x) << (7+y*7)) macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dmacdefs.h359 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dmacdefs.h328 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/
Dmacdefs.h292 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/
Dmacdefs.h454 #define ENCRA(x,y) ((x) << (8+y*8)) /* encode regs in int */ macro
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dregs.c2313 p->n_reg |= ENCRA(COLOR(ww), i); in paint()
2315 p->n_reg |= ENCRA(COLOR(w), i); in paint()