| /src/external/gpl3/gcc/dist/gcc/ |
| genpeep.cc | 57 rtx peep = info->def; 58 int ninsns = XVECLEN (peep, 0); 85 match_rtx (XVECEXP (peep, 0, i), NULL, info->index); 91 if (XSTR (peep, 1) && XSTR (peep, 1)[0]) 93 XSTR (peep, 1), info->index); 56 rtx peep = info->def; local
|
| genconfig.cc | 241 rtx peep = info->def; local 242 for (i = 0; i < XVECLEN (peep, 0); i++) 243 walk_insn_part (XVECEXP (peep, 0, i), 1, 0); 253 rtx peep = info->def; local 254 for (i = XVECLEN (peep, 0) - 1; i >= 0; --i) 255 walk_insn_part (XVECEXP (peep, 0, i), 1, 0); 258 for (i = XVECLEN (peep, 0) - 1, n = 0; i >= 0; --i) 259 if (GET_CODE (XVECEXP (peep, 0, i)) != MATCH_DUP 260 && GET_CODE (XVECEXP (peep, 0, i)) != MATCH_SCRATCH)
|
| genoutput.cc | 983 rtx peep = info->def; 984 for (i = 0; i < XVECLEN (peep, 0); i++) 985 scan_operands (d, XVECEXP (peep, 0, i), 0, 0); 987 get_pattern_stats (&stats, XVEC (peep, 0)); 994 process_template (d, XTMPL (peep, 2)); 975 rtx peep = info->def; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genpeep.cc | 57 rtx peep = info->def; 58 int ninsns = XVECLEN (peep, 0); 85 match_rtx (XVECEXP (peep, 0, i), NULL, info->index); 91 if (XSTR (peep, 1) && XSTR (peep, 1)[0]) 93 XSTR (peep, 1), info->index); 56 rtx peep = info->def; local
|
| genconfig.cc | 241 rtx peep = info->def; local 242 for (i = 0; i < XVECLEN (peep, 0); i++) 243 walk_insn_part (XVECEXP (peep, 0, i), 1, 0); 253 rtx peep = info->def; local 254 for (i = XVECLEN (peep, 0) - 1; i >= 0; --i) 255 walk_insn_part (XVECEXP (peep, 0, i), 1, 0); 258 for (i = XVECLEN (peep, 0) - 1, n = 0; i >= 0; --i) 259 if (GET_CODE (XVECEXP (peep, 0, i)) != MATCH_DUP 260 && GET_CODE (XVECEXP (peep, 0, i)) != MATCH_SCRATCH)
|
| genoutput.cc | 941 rtx peep = info->def; 942 for (i = 0; i < XVECLEN (peep, 0); i++) 943 scan_operands (d, XVECEXP (peep, 0, i), 0, 0); 945 get_pattern_stats (&stats, XVEC (peep, 0)); 952 process_template (d, XTMPL (peep, 2)); 933 rtx peep = info->def; local
|
| /src/external/bsd/ntp/dist/util/ |
| tg.c | 231 void peep(int, int, int); /* send cycles */ 474 peep(M5, 1000, HIGH); 475 peep(M5, 1000, LOW); 478 peep(M2, 1000, HIGH); 479 peep(M8, 1000, LOW); 487 peep(arg, 1000, HIGH); 488 peep(10 - arg, 1000, LOW); 492 peep(arg, 1000, HIGH); 493 peep(10 - arg, 1000, LOW); 543 peep(arg, tone, HIGH) 602 void peep( function [all...] |
| tg2.c | 499 void peep(int, int, int); /* send cycles */ 1627 peep(M5, 1000, HIGH); 1628 peep(M5-1, 1000, LOW); 1645 peep(M2, 1000, HIGH); 1646 peep(M8-1, 1000, LOW); 1668 peep(M5, 1000, HIGH); 1669 peep(M5+1, 1000, LOW); 1686 peep(M2, 1000, HIGH); 1687 peep(M8+1, 1000, LOW); 1706 peep(M5, 1000, HIGH) 2291 void peep( function [all...] |