OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddInstr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp
18
void MipsAnalyzeImmediate::
AddInstr
(InstSeqLs &SeqLs, const Inst &I) {
32
AddInstr
(SeqLs, Inst(ADDiu, Imm & 0xffffULL));
38
AddInstr
(SeqLs, Inst(ORi, Imm & 0xffffULL));
45
AddInstr
(SeqLs, Inst(SLL, Shamt));
58
AddInstr
(SeqLs, Inst(ADDiu, MaskedImm));
MipsAnalyzeImmediate.h
32
///
AddInstr
- Add I to all instruction sequences in SeqLs.
33
void
AddInstr
(InstSeqLs &SeqLs, const Inst &I);
Completed in 30 milliseconds