OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustStackPtrBig
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16InstrInfo.h
118
void
adjustStackPtrBig
(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
Mips16InstrInfo.cpp
189
adjustStackPtrBig
(SP, -Remainder, MBB, I, Mips::V0, Mips::V1);
211
adjustStackPtrBig
(SP, -FrameSize, MBB, I, Mips::V0, Mips::V1);
230
adjustStackPtrBig
(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
235
adjustStackPtrBig
(SP, FrameSize, MBB, I, Mips::A0, Mips::A1);
263
void Mips16InstrInfo::
adjustStackPtrBig
(unsigned SP, int64_t Amount,
Completed in 424 milliseconds