Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h150 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h185 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h217 #define DECRA(x,y) (((x) >> (y*5)) & 31) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h238 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h236 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h225 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h231 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h327 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h223 #define DECRA(x,y) (((x) >> (y*8)) & 255) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h272 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h263 #define DECRA(x,y) (((x) >> (y*7)) & 127) macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h288 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h358 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h450 #define DECRA(x,y) (((x) >> (y*8)) & 255) /* decode encoded regs */ macro