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

  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 384 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode());
385 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
386 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing;
387 unsigned NumRegs = TableEntry->NumRegs;
390 TII->get(TableEntry->RealOpc));
398 if (NumRegs > 1 && TableEntry->copyAllListRegs)
400 if (NumRegs > 2 && TableEntry->copyAllListRegs)
402 if (NumRegs > 3 && TableEntry->copyAllListRegs)
405 if (TableEntry->isUpdating
    [all...]
  /external/pdfium/core/src/fxge/apple/
apple_int.h 230 typedef struct TableEntry {
235 } TableEntry;
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 535 struct TableEntry {
538 bool operator<(const TableEntry &TE) const { return from < TE.from; }
539 friend bool operator<(const TableEntry &TE, unsigned V) {
543 const TableEntry &TE) {
550 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
557 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
558 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
585 static const TableEntry OpcodeTable[] = {
761 static const TableEntry PopTable[] = {
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 563 const unsigned char* TableEntry = IdDataTable + sizeof(uint32_t)*PersistentID;
566 endian::readNext<uint32_t, little, aligned>(TableEntry);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 132 milliseconds