OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CGA
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
838
const CodeGenInstAlias *
CGA
= *II;
839
unsigned LastOpNo =
CGA
->ResultInstOperandIndex.size();
841
CountResultNumOperands(
CGA
->ResultInst->AsmString);
844
if (NumResultOps < CountNumOperands(
CGA
->AsmString))
847
IAPrinter *IAP = new IAPrinter(
CGA
->Result->getAsString(),
848
CGA
->AsmString);
858
const CodeGenInstAlias::ResultOperand &RO =
CGA
->ResultOperands[i];
876
CGA
->ResultOperands[i].getRecord()->getName() +
899
llvm::utostr(
CGA
->ResultOperands[i].getImm());
905
"::" +
CGA
->ResultOperands[i].getRegister()->getName()
[
all
...]
AsmMatcherEmitter.cpp
[
all
...]
/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},
Completed in 65 milliseconds