HomeSort by: relevance | last modified time | path
    Searched defs:latch (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_pint.c 45 bu32 latch; member in struct:bfin_pint
86 case mmr_offset(latch):
155 case mmr_offset(latch):
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_pint.c 45 bu32 latch; member in struct:bfin_pint
86 case mmr_offset(latch):
155 case mmr_offset(latch):
  /src/sys/arch/macppc/dev/
lightbar.c 266 uint32_t latch; local
305 latch = 0;
308 latch |= 1 << (j + 16);
310 sc->sc_dmabuf[i] = LEDMASK(latch);
  /src/sys/dev/ic/
ct65550.c 602 uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size; local
671 latch = 0;
686 latch |= pixel << off;
691 CT_OFF_DATA - CT_OFF_BITBLT, latch);
692 latch = 0;
697 /* if we have pixels left in latch write them out */
699 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch);
776 uint32_t latch = 0, bork; local
781 latch |= (bork << shift);
783 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivcanon.cc 435 just before the latch block and the latch block contains no statements
451 if (EDGE_COUNT (loop->latch->preds) > 1)
471 /* We should never have conditionals in the loop latch. */
474 /* Check that it leads to loop latch. */
475 if (edge_to_cancel->dest != loop->latch)
478 /* Verify that the code in loop latch does nothing that may end program
481 for (gsi = gsi_start_bb (loop->latch); !gsi_end_p (gsi); gsi_next (&gsi))
611 on the latch edge.
630 basic_block latch = loop->latch local
    [all...]
cfgloop.cc 89 /* Returns the list of the latch edges of LOOP. */
126 if (loop->latch)
127 fprintf (file, "latch %d\n", loop->latch->index);
142 if (loop->latch)
237 edge latch;
242 FOR_EACH_EDGE (latch, latch_ei, loop->header->preds)
244 if (latch->src->loop_father == loop
245 || !dominated_by_p (CDI_DOMINATORS, latch->src, loop->header))
249 stack.safe_push (latch->src)
236 edge latch; local
405 basic_block latch = e->src; local
518 basic_block latch = e->src; local
647 edge e, latch = latches[0]; local
700 edge latch = NULL; local
764 edge latch, e; local
    [all...]
cfgloop.h 129 /* Basic block of loop latch. */
130 basic_block latch; variable
153 /* The number of times the latch of the loop is executed. This can be an
482 /* Assumptions under that the loop ends before reaching the latch,
cfgloopmanip.cc 339 if (dominated_by_p (CDI_DOMINATORS, l->latch, e->dest))
435 /* Given LOOP structure with filled header and latch, find the body of the
506 determined by comparing header edge count to latch ege count and thus
572 && other_e->dest != loop->latch
576 "exit condition to latch\n");
598 /* If latch exists, change its count, since we changed
600 source of exit edge to latch, but for vectorizer this is enough. */
601 if (loop->latch && loop->latch != e->src)
602 loop->latch->count += count_delta
866 basic_block latch = loop->latch; local
1069 basic_block header = loop->header, latch = loop->latch; local
    [all...]
graphite-scop-detection.cc 560 || !single_pred_p (loop->latch)
561 || exit->src != single_pred (loop->latch)
562 || !empty_block_p (loop->latch))
1343 if (bb_for_succs == bb_for_succs->loop_father->latch
1349 basic_block latch = NULL; local
1372 if (e->dest == bb_for_succs->loop_father->latch
1375 latch = e->dest;
1377 /* Handle empty latch block PHIs here, otherwise we confuse ISL
1381 bb_for_succs = latch;
  /src/sys/arch/hppa/dev/
gftfb.c 1033 uint32_t latch = 0, bg8, fg8, pixel, mask; local
1117 latch = (latch << 8) | pixel;
1120 gftfb_write4(sc, NGLE_BINC_DATA_R, latch);
1121 latch = 0;
1125 /* if we have pixels left in latch write them out */
1127 latch = latch << ((4 - (i & 3)) << 3);
1128 /* make sure we write only the pixels in the latch */
1130 gftfb_write4(sc, NGLE_BINC_DATA_R, latch);
1308 uint32_t buffer[128], latch, tmp; local
    [all...]
hyperfb.c 1235 uint32_t latch = 0, bg8, fg8, pixel, mask; local
1318 latch = (latch << 8) | pixel;
1321 hyperfb_write4(sc, NGLE_BINC_DATA_R, latch);
1322 latch = 0;
1326 /* if we have pixels left in latch write them out */
1328 latch = latch << ((4 - (i & 3)) << 3);
1329 /* make sure we write only the pixels in the latch */
1331 hyperfb_write4(sc, NGLE_BINC_DATA_R, latch);
1505 uint32_t buffer[128], latch, tmp; local
    [all...]
summitfb.c 1290 uint32_t buffer[128], latch, tmp; local
1296 latch = 0;
1298 latch |= tmp >> 7;
1300 latch |= tmp >> 5;
1302 latch |= tmp >> 3;
1304 latch |= tmp >> 1;
1306 latch |= tmp << 1;
1308 latch |= tmp << 3;
1310 latch |= tmp << 5;
1312 latch |= tmp << 7
    [all...]
  /src/sys/arch/sparc/dev/
cgfourteen.c 1223 uint32_t buffer[32], latch, tmp; local
1228 latch = 0;
1230 latch |= tmp >> 7;
1232 latch |= tmp >> 5;
1234 latch |= tmp >> 3;
1236 latch |= tmp >> 1;
1238 latch |= tmp << 1;
1240 latch |= tmp << 3;
1242 latch |= tmp << 5;
1244 latch |= tmp << 7
    [all...]
  /src/sys/dev/pci/
pm3fb.c 965 uint32_t bg, fg, pixel, latch, aval; local
1034 latch = 0;
1049 latch |= pixel << shift;
1053 PM3_SOURCE_DATA, latch);
1059 latch = 0;
1066 PM3_SOURCE_DATA, latch);
r128fb.c 938 uint32_t bg, latch = 0, bg8, fg8, pixel; local
1020 latch = (latch << 8) | pixel;
1024 R128_HOST_DATA0, latch);
1029 latch = 0;
1038 /* if we have pixels left in latch write them out */
1040 latch = latch << ((4 - (i & 3)) << 3);
1042 R128_HOST_DATA0, latch);
machfb.c 1634 uint32_t bg, fg, latch = 0, bg8, fg8, pixel; local
1711 latch = (latch << 8) | pixel;
1714 regws(sc, HOST_DATA0, latch);
1719 latch = 0;
1728 /* if we have pixels left in latch write them out */
1730 latch = latch << ((4 - (i & 3)) << 3);
1731 regws(sc, HOST_DATA0, latch);
1891 uint32_t latch = 0, bork local
    [all...]
  /src/sys/dev/pci/voyager/
voyagerfb.c 1086 uint32_t pixel = 0, latch = 0, bg8, fg8; local
1161 latch = (latch << 8) | pixel;
1165 SM502_DATAPORT, be32toh(latch));
1166 latch = 0;
1169 /* if we have pixels left in latch write them out */
1171 latch = latch << ((4 - (i & 3)) << 3);
1173 SM502_DATAPORT, be32toh(latch));
1446 uint32_t latch = 0, omask local
    [all...]
  /src/sys/dev/sun/
cgsix.c 1339 uint32_t latch, res = 0, shift; local
1348 latch = data[i];
1349 res |= latch << shift;
1419 uint32_t bg, latch = 0, bg8, fg8, pixel; local
1499 latch |= pixel << shift;
1501 fbc->fbc_font = latch;
1502 latch = 0;
1508 fbc->fbc_font = latch;
  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 90 /* Returns the list of the latch edges of LOOP. */
127 if (loop->latch)
128 fprintf (file, "latch %d\n", loop->latch->index);
230 edge latch;
235 FOR_EACH_EDGE (latch, latch_ei, loop->header->preds)
237 if (latch->src->loop_father == loop
238 || !dominated_by_p (CDI_DOMINATORS, latch->src, loop->header))
242 stack.safe_push (latch->src);
243 latch->src->loop_father = loop
229 edge latch; local
398 basic_block latch = e->src; local
511 basic_block latch = e->src; local
640 edge e, latch = latches[0]; local
693 edge latch = NULL; local
757 edge latch, e; local
    [all...]
cfgloop.h 132 /* Basic block of loop latch. */
133 basic_block latch; variable
156 /* The number of times the latch of the loop is executed. This can be an
490 /* Assumptions under that the loop ends before reaching the latch,
cfgloopmanip.cc 340 if (dominated_by_p (CDI_DOMINATORS, l->latch, e->dest))
436 /* Given LOOP structure with filled header and latch, find the body of the
662 /* If there is only loop latch after other edge,
665 if (other_edge && other_edge->dest == loop->latch)
667 if (single_pred_p (loop->latch))
668 loop->latch->count = loop->latch->count
684 determined by comparing header edge count to latch ege count and thus
920 /* Create header, latch and wire up the loop. */
936 loop->latch = loop_latch
1002 basic_block latch = loop->latch; local
1205 basic_block header = loop->header, latch = loop->latch; local
    [all...]
graphite-scop-detection.cc 594 || !single_pred_p (loop->latch)
595 || exit->src != single_pred (loop->latch)
596 || !empty_block_p (loop->latch))
1479 if (bb_for_succs == bb_for_succs->loop_father->latch
1485 basic_block latch = NULL; local
1508 if (e->dest == bb_for_succs->loop_father->latch
1511 latch = e->dest;
1513 /* Handle empty latch block PHIs here, otherwise we confuse ISL
1517 bb_for_succs = latch;
tree-ssa-loop-ivcanon.cc 480 just before the latch block and the latch block contains no statements
496 if (EDGE_COUNT (loop->latch->preds) > 1)
516 /* We should never have conditionals in the loop latch. */
519 /* Check that it leads to loop latch. */
520 if (edge_to_cancel->dest != loop->latch)
523 /* Verify that the code in loop latch does nothing that may end program
526 for (gsi = gsi_start_bb (loop->latch); !gsi_end_p (gsi); gsi_next (&gsi))
656 on the latch edge.
678 basic_block latch = loop->latch local
    [all...]
tree-ssa-loop-manip.cc 764 return loop->latch;
776 if (!single_pred_p (loop->latch))
779 bb = single_pred (loop->latch);
784 if (exit->dest == loop->latch)
794 (just before the exit condition if it is available and latch block is empty,
795 end of the latch block otherwise) to BSI. INSERT_AFTER is set to true if
802 basic_block bb = ip_normal_pos (loop), latch = ip_end_pos (loop); local
803 gimple *last = last_nondebug_stmt (latch);
808 *bsi = gsi_last_bb (latch);
1009 /* Convert the latch count to an iteration count. *
    [all...]
  /src/sys/arch/sgimips/dev/
crmfb.c 798 uint32_t latch = 0, omask; local
806 latch |= omask;
809 latch |= omask;
818 latch |= omask;
821 latch |= omask;
827 latch);
828 latch = 0;

Completed in 68 milliseconds

1 2