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

  /external/qemu-pc-bios/vgabios/
vgatables.h 86 #define CGA 0x02
100 Bit8u memmodel; /* CTEXT,MTEXT,CGA,PL1,PL2,PL4,P8,P15,P16,P24,P32 */
113 {0x04, GRAPH, CGA, 2, 0xB800, 0xFF, 0x01},
114 {0x05, GRAPH, CGA, 2, 0xB800, 0xFF, 0x01},
115 {0x06, GRAPH, CGA, 1, 0xB800, 0xFF, 0x01},
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 815 const CodeGenInstAlias *CGA = Alias.first;
816 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();
818 CountNumOperands(CGA->ResultInst->AsmString, Variant);
821 if (NumResultOps < CountNumOperands(CGA->AsmString, Variant))
824 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
825 CGA->AsmString);
828 for (auto &Operand : CGA->ResultOperands)
841 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
871 Record *R = CGA->ResultOperands[i].getRecord();
    [all...]
AsmMatcherEmitter.cpp     [all...]

Completed in 113 milliseconds