Searched defs:DECRA (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
H A D | macdefs.h | 150 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/ |
H A D | macdefs.h | 185 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
H A D | macdefs.h | 217 #define DECRA(x,y) (((x) >> (y*5)) & 31) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
H A D | macdefs.h | 238 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/ |
H A D | macdefs.h | 236 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
H A D | macdefs.h | 225 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
H A D | macdefs.h | 231 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/ |
H A D | macdefs.h | 327 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | macdefs.h | 223 #define DECRA(x,y) (((x) >> (y*8)) & 255) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
H A D | macdefs.h | 272 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
H A D | macdefs.h | 263 #define DECRA(x,y) (((x) >> (y*7)) & 127) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | macdefs.h | 288 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
H A D | macdefs.h | 358 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
H A D | macdefs.h | 450 #define DECRA(x,y) (((x) >> (y*8)) & 255) /* decode encoded regs */ macro
|