HomeSort by relevance Sort by last modified time
    Searched refs:CFR (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
wdt.c 24 volatile uint16_t CFR;
78 WWDG->CFR = WWDG_CFR_EWI | WWDG_CFR_DIV8 | WWDG_TCNT_HIGH | (WWDG_WINDOW_SIZE & WWDG_TCNT_MASK);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
cfr.d 3 #name: sparc CFR
10 0: b5 82 40 16 wr %o1, %l6, %cfr
11 4: b5 80 62 34 wr %g1, 0x234, %cfr
12 8: 8b 46 80 00 rd %cfr, %g5
13 c: 97 46 80 00 rd %cfr, %o3
14 10: b5 46 80 00 rd %cfr, %i2
15 14: a9 46 80 00 rd %cfr, %l4
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 392 Error insertFunctionRecordIfNeeded(const FuncRecordType *CFR,
394 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
395 NameRefType NameRef = CFR->template getFuncNameRef<Endian>();
400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
474 auto CFR = reinterpret_cast<const FuncRecordType *>(FunBuf);
475 while ((const char *)CFR < FunEnd) {
477 uint32_t DataSize = CFR->template getDataSize<Endian>();
486 insertFunctionRecordIfNeeded(CFR, Mapping, FilenamesBegin))
488 CFR++;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherEmitter.cpp 550 const MarkGlueResultsMatcher *CFR = cast<MarkGlueResultsMatcher>(N);
551 OS << "OPC_MarkGlueResults, " << CFR->getNumNodes() << ", ";
553 for (unsigned i = 0, e = CFR->getNumNodes(); i != e; ++i)
554 NumOperandBytes += EmitVBRValue(CFR->getNode(i), OS);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 636 milliseconds