Searched refs:bb (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/simple/probes/
H A Dsimpoint.hh69 size_t operator()(const BasicBlockRange &bb) const {
70 return hash<Addr>()(bb.first + bb.second);
/gem5/src/arch/power/insts/
H A Dcondition.hh48 uint32_t bb; member in class:PowerISA::CondLogicOp
55 bb(machInst.bb),
H A Dcondition.cc42 // Format is <mnemonic> bt, ba, bb
43 ss << bt << ", " << ba << ", " << bb; local
/gem5/src/arch/power/
H A Dtypes.hh75 Bitfield<15, 11> bb; member in namespace:PowerISA
/gem5/src/gpu-compute/
H A Dkernel_cfg.cc134 for (auto& bb : basicBlocks) {
135 if (bb->isExit()) {
138 GPUStaticInst* last = lastInstruction(bb.get());
140 bb->successorIds.insert(exit_bb->id);
146 bb->successorIds.insert(target_bb->id);
152 bb->successorIds.insert(next_bb->id);
/gem5/ext/mcpat/
H A DxmlParser.cc562 char bb[205]; local
563 int l = (int)fread(bb, 1, 200, f);
564 setGlobalOptions(guessCharEncoding(bb, l), guessWideCharChars,
3151 char bb[201];
3153 memcpy(bb, buf, l); // copy buf into bb to be able to do "bb[l]=0"
3154 bb[l] = 0;
3155 b = (unsigned char*)strstr(bb, "encoding");

Completed in 20 milliseconds