Searched refs:isreg (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dsubsym.s44 .word $isreg(SYMBOL) ; 0
45 .word $isreg("AR0") ;
46 ; .word $isreg("AG") ; should be 0, but we always
49 x .word $isreg("AG") ; 1 if .mmregs, 0 otherwise
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dorder.c65 if (isreg(p))
70 notoff(0, 0, getlval(q), 0) == 0 && !isreg(p->n_left)) {
/netbsd-current/usr.bin/compress/
H A Dcompress.c206 int exists, isreg, oreg; local
229 isreg = 0;
231 isreg = 1;
233 isreg = 0;
261 if (isreg && oreg) {
304 int exists, isreg, oreg; local
327 isreg = 0;
329 isreg = 1;
331 isreg = 0;
370 if (isreg
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dorder.c63 if (isreg(p))
69 if (isreg(p->n_left) == 0)
77 if (isreg(p->n_left) == 0)
79 if (isreg(r->n_left) == 0)
106 if (isreg(p->n_left) == 0)
108 if (isreg(p->n_right) == 0)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dorder.c67 if (!isreg(p->n_left))
92 if (isreg(p))
103 if (isreg(l))
107 if (l->n_op == PLUS && isreg(l->n_right)) {
118 if (!isreg(p->n_left)) /* ensure right is REG */
120 if (isreg(p->n_right))
/netbsd-current/usr.sbin/fssconfig/
H A Dfssconfig.c113 int fd, isreg, istmp, ispersistent; local
140 isreg = ispersistent = 1;
177 isreg = S_ISREG(sbuf.st_mode);
178 if (!ispersistent && isreg && ftruncate(fd, bssize) < 0)
191 if ((xflag || istmp) && isreg)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dorder.c60 if (isreg(p))
66 if (isreg(p->n_left) == 0)
133 if (p->n_left->n_op == FLD && !isreg(p->n_left->n_left)) {
H A Dlocal2.c419 if (isreg(p))
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dorder.c56 if (isreg(p->n_left->n_left)) /* Ignore if index not in reg */
72 if (isreg(p))
83 if (isreg(p->n_left) == 0)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dorder.c73 if (!isreg(p->n_left) ||
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dorder.c67 if (isreg(p))
73 if (isreg(p->n_left) == 0)
101 if (isreg(p->n_left) == 0)
103 if (isreg(p->n_right) == 0)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dorder.c42 if (isreg(p->n_left) == 0)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dorder.c58 if (isreg(p))
64 if (isreg(p->n_left) == 0)
71 if (isreg(p->n_left) == 0)
73 if (isreg(r->n_left) == 0)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dorder.c58 if (isreg(p))
64 if (isreg(p->n_left) == 0)
71 if (isreg(p->n_left) == 0)
73 if (isreg(r->n_left) == 0)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dorder.c62 if (isreg(p->n_left) == 0)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dorder.c306 if (isreg(p))
314 if (isreg(p->n_left) == 0)
321 if (isreg(p->n_left) == 0)
323 if (isreg(r->n_left) == 0)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c551 unsigned isreg : 1; /* Operand was a register. */ member in struct:arm_it::__anon118
5675 inst.operands[i].isreg = 1;
5963 =immediate .isreg=0 .relocs[0].exp=immediate
5991 inst.operands[i].isreg = 1;
6031 inst.operands[i].isreg = 1;
6810 inst.operands[i].isreg = 1;
6829 inst.operands[i].isreg = 1;
6839 inst.operands[i].isreg = 1;
6863 inst.operands[i].isreg = 1;
6876 inst.operands[i].isreg
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c549 unsigned isreg : 1; /* Operand was a register. */ member in struct:arm_it::__anon850
5636 inst.operands[i].isreg = 1;
5924 =immediate .isreg=0 .relocs[0].exp=immediate
5944 inst.operands[i].isreg = 1;
5984 inst.operands[i].isreg = 1;
6757 inst.operands[i].isreg = 1;
6776 inst.operands[i].isreg = 1;
6786 inst.operands[i].isreg = 1;
6810 inst.operands[i].isreg = 1;
6823 inst.operands[i].isreg
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c551 unsigned isreg : 1; /* Operand was a register. */ member in struct:arm_it::__anon384
5675 inst.operands[i].isreg = 1;
5963 =immediate .isreg=0 .relocs[0].exp=immediate
5991 inst.operands[i].isreg = 1;
6031 inst.operands[i].isreg = 1;
6810 inst.operands[i].isreg = 1;
6829 inst.operands[i].isreg = 1;
6839 inst.operands[i].isreg = 1;
6863 inst.operands[i].isreg = 1;
6876 inst.operands[i].isreg
[all...]
/netbsd-current/sys/arch/mips/mips/
H A Ddb_trace.c70 db_sym_t localsym(db_sym_t sym, bool isreg, int *lex_level);
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h198 #define isreg(p) (p->n_op == REG || p->n_op == TEMP) macro
H A Dmatch.c1020 if ((q->rewrite & RLEFT) && (shl == SRDIR) /* && isreg(l) */)
1131 if (((cookie & INREGS & q->lshape) == 0) || !isreg(l))

Completed in 485 milliseconds