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

/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},
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1535 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); local
1538 for (unsigned i = 0, e = CGA.ResultOperands.size(); i != e; ++i)
1539 if (CGA.ResultOperands[i].isRecord() &&
1540 CGA.ResultOperands[i].getName() == OperandName) {
1543 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second;
1547 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),
1597 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); local
1603 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
1617 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) {
1618 int SubIdx = CGA
[all...]

Completed in 80 milliseconds