Searched refs:matchp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/arm/arm/
H A Ddisassem.c283 int matchp; local
289 matchp = 0;
296 matchp = 1;
302 if (!matchp) {
/freebsd-9.3-release/contrib/gcc/
H A Dregmove.c1541 find_matches (rtx insn, struct match *matchp)
1555 matchp->with[op_no] = matchp->commutative[op_no] = -1;
1566 matchp->use[op_no] = READ;
1567 matchp->early_clobber[op_no] = 0;
1569 matchp->use[op_no] = WRITE;
1571 matchp->use[op_no] = READWRITE;
1586 matchp->early_clobber[op_no] = 1;
1589 matchp->commutative[op_no] = op_no + 1;
1590 matchp
1534 find_matches(rtx insn, struct match *matchp) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregengine.inc779 const char *matchp; /* last p at which a match ended */
786 matchp = NULL;
827 matchp = p;
841 return(matchp);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Ddb_disasm.c810 int matchp; local
814 matchp = 0;
866 matchp = 1;
872 if (!matchp) {
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c888 const char *matchp; /* last p at which a match ended */ local
896 matchp = NULL;
951 matchp = p;
965 return(matchp);

Completed in 96 milliseconds