OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPtrAdduOp
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h
71
unsigned
GetPtrAdduOp
() const;
MipsABIInfo.cpp
113
unsigned MipsABIInfo::
GetPtrAdduOp
() const {
/external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp
207
BuildMI(MBB, II, DL, TII.get(ABI.
GetPtrAdduOp
()), Reg).addReg(FrameReg)
MipsSEInstrInfo.cpp
432
unsigned ADDu = ABI.
GetPtrAdduOp
();
688
unsigned ADDU = ABI.
GetPtrAdduOp
();
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
[
all
...]
Completed in 536 milliseconds