Searched refs:DECRA (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c957 reg = DECRA(p->n_reg, 0);
959 if (reg < 0 || reg == DECRA(q->n_reg, 0))
962 CDEBUG(("rmove: node %p, %s -> %s\n", p, rnames[DECRA(q->n_reg, 0)],
964 rmove(DECRA(q->n_reg, 0), reg, p->n_type);
986 int reg = DECRA(p->n_reg, 0);
990 else if (TL(l) && (DECRA(l->n_reg, 0) == reg))
992 else if (TL(r) && (DECRA(r->n_reg, 0) == reg))
995 rmove(DECRA(l->n_reg, 0), reg, p->n_type);
997 rmove(DECRA(r->n_reg, 0), reg, p->n_type);
1011 p->n_reg == -1? "<none>" : rnames[DECRA(
[all...]
H A Dregs.c2320 DECRA(p->n_reg, 0) != regno(p->n_left))
2322 DECRA(p->n_reg, 0), regno(p->n_left));
2864 int r = DECRA(p->n_reg, i);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h185 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h150 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dorder.c139 reg = DECRA(p->n_left->n_left->n_reg, 0);
H A Dmacdefs.h450 #define DECRA(x,y) (((x) >> (y*8)) & 255) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h236 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h217 #define DECRA(x,y) (((x) >> (y*5)) & 31) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal2.c484 rmove(DECRA(p->n_right->n_reg, 0),
485 DECRA(p->n_left->n_reg, 0), LONGLONG);
497 rmove(regno(p), DECRA(p->n_reg, 0), LONGLONG);
503 pr = DECRA(p->n_reg, 0);
504 lr = DECRA(l->n_reg, 0);
590 pr = DECRA(p->n_reg, 0);
H A Dmacdefs.h272 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal2.c514 rmove(DECRA(p->n_right->n_reg, 0),
515 DECRA(p->n_left->n_reg, 0), LONGLONG);
527 rmove(regno(p), DECRA(p->n_reg, 0), LONGLONG);
533 pr = DECRA(p->n_reg, 0);
534 lr = DECRA(l->n_reg, 0);
601 pr = DECRA(p->n_reg, 0);
H A Dmacdefs.h288 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h263 #define DECRA(x,y) (((x) >> (y*7)) & 127) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h223 #define DECRA(x,y) (((x) >> (y*8)) & 255) /* decode encoded regs */ macro
H A Dlocal2.c475 pr = DECRA(p->n_reg, 0);
476 lr = DECRA(l->n_reg, 0);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h225 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
H A Dlocal2.c98 int reg = DECRA(p->n_reg, 1);
770 load_constant_into_reg(DECRA(p->n_reg, 1),
775 load_constant_into_reg(DECRA(p->n_reg, 1) - R0R1,
777 load_constant_into_reg(DECRA(p->n_reg, 1) - R0R1 + 1,
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h231 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h327 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h358 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h238 #define DECRA(x,y) (((x) >> (y*6)) & 63) /* decode encoded regs */ macro

Completed in 324 milliseconds