OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:duplexInst
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp
118
MCInst *
duplexInst
= new (Context) MCInst;
119
duplexInst
->setOpcode(Hexagon::DuplexIClass0 + iClass);
123
duplexInst
->addOperand(MCOperand::createInst(SubInst0));
124
duplexInst
->addOperand(MCOperand::createInst(SubInst1));
125
return
duplexInst
;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp
182
MCInst *
duplexInst
= new (Context) MCInst;
183
duplexInst
->setOpcode(Hexagon::DuplexIClass0 + iClass);
187
duplexInst
->addOperand(MCOperand::createInst(SubInst0));
188
duplexInst
->addOperand(MCOperand::createInst(SubInst1));
189
return
duplexInst
;
Completed in 1150 milliseconds