Home
last modified time | relevance | path

Searched defs:ENCRA (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h154 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h189 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h221 #define ENCRA(x,y) ((x) << (5+y*5)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h242 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h240 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h229 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h235 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h328 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h227 #define ENCRA(x,y) ((x) << (8+y*8)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h276 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h264 #define ENCRA(x,y) ((x) << (7+y*7)) macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h292 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h359 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h454 #define ENCRA(x,y) ((x) << (8+y*8)) /* encode regs in int */ macro