OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoadOpcode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRExpandPseudoInsts.cpp
889
unsigned
LoadOpcode
= (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr;
893
buildMI(MBB, MBBI,
LoadOpcode
).add(Op1).add(Op2);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp
994
auto
LoadOpcode
= Size == 4 ? ARM::VLDRS : ARM::VLDRD;
999
MIB->setDesc(TII.get(
LoadOpcode
));
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
708
unsigned
LoadOpcode
;
711
LoadOpcode
= PPC::DFLOADf32;
713
LoadOpcode
= PPC::DFLOADf64;
723
BuildMI(*MF, MI->getDebugLoc(), get(
LoadOpcode
), VReg2)
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
870
unsigned
LoadOpcode
, StoreOpcode;
871
getLoadStoreOpcodes(RC,
LoadOpcode
, StoreOpcode);
885
unsigned
LoadOpcode
, StoreOpcode;
886
getLoadStoreOpcodes(RC,
LoadOpcode
, StoreOpcode);
887
addFrameReference(BuildMI(MBB, MBBI, DL, get(
LoadOpcode
), DestReg),
1130
unsigned
LoadOpcode
= Op0IsGPR ? SystemZ::LG : SystemZ::LD;
1132
get(
LoadOpcode
))
1575
unsigned &
LoadOpcode
,
1578
LoadOpcode
= SystemZ::L;
1581
LoadOpcode
= SystemZ::LFH
[
all
...]
Completed in 54 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026