Searched defs:ENCRA (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
H A D | macdefs.h | 154 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/ |
H A D | macdefs.h | 189 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
H A D | macdefs.h | 221 #define ENCRA(x,y) ((x) << (5+y*5)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
H A D | macdefs.h | 242 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/ |
H A D | macdefs.h | 240 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
H A D | macdefs.h | 229 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
H A D | macdefs.h | 235 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/ |
H A D | macdefs.h | 328 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | macdefs.h | 227 #define ENCRA(x,y) ((x) << (8+y*8)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
H A D | macdefs.h | 276 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
H A D | macdefs.h | 264 #define ENCRA(x,y) ((x) << (7+y*7)) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | macdefs.h | 292 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
H A D | macdefs.h | 359 #define ENCRA(x,y) ((x) << (6+y*6)) /* encode regs in int */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
H A D | macdefs.h | 454 #define ENCRA(x,y) ((x) << (8+y*8)) /* encode regs in int */ macro
|