Searched refs:peep (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/ntp/util/
H A Dtg.c229 void peep(int, int, int); /* send cycles */
472 peep(M5, 1000, HIGH);
473 peep(M5, 1000, LOW);
476 peep(M2, 1000, HIGH);
477 peep(M8, 1000, LOW);
485 peep(arg, 1000, HIGH);
486 peep(10 - arg, 1000, LOW);
490 peep(arg, 1000, HIGH);
491 peep(10 - arg, 1000, LOW);
541 peep(ar
600 void peep( function
[all...]
H A Dtg2.c497 void peep(int, int, int); /* send cycles */
1625 peep(M5, 1000, HIGH);
1626 peep(M5-1, 1000, LOW);
1643 peep(M2, 1000, HIGH);
1644 peep(M8-1, 1000, LOW);
1666 peep(M5, 1000, HIGH);
1667 peep(M5+1, 1000, LOW);
1684 peep(M2, 1000, HIGH);
1685 peep(M8+1, 1000, LOW);
1704 peep(M
2289 void peep( function
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dgenconfig.c232 gen_peephole (rtx peep) argument
238 for (i = 0; i < XVECLEN (peep, 0); i++)
239 walk_insn_part (XVECEXP (peep, 0, i), 1, 0);
243 gen_peephole2 (rtx peep) argument
249 for (i = XVECLEN (peep, 0) - 1; i >= 0; --i)
250 walk_insn_part (XVECEXP (peep, 0, i), 1, 0);
253 for (i = XVECLEN (peep, 0) - 1, n = 0; i >= 0; --i)
254 if (GET_CODE (XVECEXP (peep, 0, i)) != MATCH_DUP
255 && GET_CODE (XVECEXP (peep, 0, i)) != MATCH_SCRATCH)
H A Dgenpeep.c63 gen_peephole (rtx peep)
65 int ninsns = XVECLEN (peep, 0);
94 match_rtx (XVECEXP (peep, 0, i), NULL, insn_code_number);
100 if (XSTR (peep, 1) && XSTR (peep, 1)[0])
102 XSTR (peep, 1), insn_code_number);
62 gen_peephole(rtx peep) argument
H A Dgenoutput.c892 gen_peephole (rtx peep, int lineno)
916 for (i = 0; i < XVECLEN (peep, 0); i++)
917 scan_operands (d, XVECEXP (peep, 0, i), 0, 0);
924 process_template (d, XTMPL (peep, 2));
884 gen_peephole(rtx peep, int lineno) argument
H A DMakefile.in1009 insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o \
1043 insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c \
2685 insn-emit.c insn-recog.c insn-extract.c insn-output.c insn-peep.c \
2724 insn-peep.o : insn-peep.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
2747 insn-peep.c insn-recog.c
3042 extract flags mddeps opinit output peep preds recog
/freebsd-10.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile49 insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o \
/freebsd-10.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile411 extract flags opinit output peep preds recog
467 .for F in attrtab automata emit extract opinit output peep preds recog

Completed in 151 milliseconds