HomeSort by relevance Sort by last modified time
    Searched defs:TOC (Results 1 - 4 of 4) sorted by null

  /external/libopus/silk/
debug.h 66 /* TOC(LPC) */
78 /* max length of name tags in TIC(..), TOC(..) */
95 /* WARNING: TIC()/TOC can measure only up to 0.1 seconds at a time */
155 #define TOC(TAG_NAME) { \
184 #define TOC(TAG_NAME) { \
218 #define TOC(TAG_NAME)
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 61 DenseMap<MCSymbol*, MCSymbol*> TOC;
350 // reference to the TOC entry we will synthesize later.
355 // Map symbol -> label of TOC entry.
356 MCSymbol *&TOCEntry = TOC[Mang->getSymbol(MO.getGlobal())];
393 ",.TOC.@tocbase");
404 if (isPPC64 && !TOC.empty()) {
406 OutStreamer.EmitRawText(StringRef("\t.section\t\".toc\",\"aw\""));
409 for (DenseMap<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(),
410 E = TOC.end(); I != E; ++I) {
  /toolchain/binutils/binutils-2.27/include/opcode/
convex.h 57 #define TOC 13
81 "toc",
995 {0,0,lr,TOC,S,0}, /* mov */
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 68 MapVector<MCSymbol *, MCSymbol *> TOC;
84 if (!TOC.empty())
85 TOC.clear();
304 /// lookUpOrCreateTOCEntry -- Given a symbol, look up whether a TOC entry
306 /// the TOC entry.
308 MCSymbol *&TOCEntry = TOC[Sym];
380 // Save the current TOC pointer before the remote call.
391 // Load the new TOC pointer and the function address, but not r11
412 // Restore the TOC pointer after the call.
575 // Map symbol -> label of TOC entr
    [all...]

Completed in 280 milliseconds