Searched defs:CGA (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp749 const CodeGenInstAlias *CGA = *II; local
750 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();
752 CountResultNumOperands(CGA->ResultInst->AsmString);
755 if (NumResultOps < CountNumOperands(CGA->AsmString))
758 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
759 CGA->AsmString);
769 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
786 CGA->ResultOperands[i].getRecord()->getName() + "RegClassID)"
809 llvm::utostr(CGA->ResultOperands[i].getImm());
815 if (!CGA
[all...]
H A DAsmMatcherEmitter.cpp1408 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); local
1411 for (unsigned i = 0, e = CGA.ResultOperands.size(); i != e; ++i)
1412 if (CGA.ResultOperands[i].isRecord() &&
1413 CGA.ResultOperands[i].getName() == OperandName) {
1416 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second;
1420 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),
1470 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); local
1476 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
1490 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) {
1491 int SubIdx = CGA
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvgatables.h86 #define CGA 0x02 macro
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},

Completed in 85 milliseconds