OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubInst1
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp
594
MCInst
SubInst1
= HexagonMCInstrInfo::deriveSubInst(MIb);
599
subinstOpcodeMap.find(
SubInst1
.getOpcode())->second;
[
all
...]
HexagonMCInstrInfo.cpp
121
MCInst *
SubInst1
= new (Context) MCInst(deriveSubInst(inst1));
123
duplexInst->addOperand(MCOperand::createInst(
SubInst1
));
Completed in 190 milliseconds