OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ADDriOpc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
566
unsigned
ADDriOpc
= !AFI->isThumbFunction() ? ARM::ADDri :
577
const MCInstrDesc &MCID = TII.get(
ADDriOpc
);
ARMFrameLowering.cpp
223
unsigned
ADDriOpc
= !AFI->isThumbFunction() ? ARM::ADDri : ARM::t2ADDri;
225
BuildMI(MBB, MBBI, dl, TII.get(
ADDriOpc
), FramePtr)
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
804
unsigned
ADDriOpc
= Subtarget.isPPC64() ? PPC::ADDI8 : PPC::ADDI;
813
const MCInstrDesc &MCID = TII.get(
ADDriOpc
);
Completed in 864 milliseconds