Home
last modified time | relevance | path

Searched refs:DECRA (Results 1 – 18 of 18) sorted by relevance

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