OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubInst0
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp
593
MCInst
SubInst0
= HexagonMCInstrInfo::deriveSubInst(MIa);
597
subinstOpcodeMap.find(
SubInst0
.getOpcode())->second;
[
all
...]
HexagonMCInstrInfo.cpp
120
MCInst *
SubInst0
= new (Context) MCInst(deriveSubInst(inst0));
122
duplexInst->addOperand(MCOperand::createInst(
SubInst0
));
Completed in 308 milliseconds