Searched refs:STXSD (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPCInsns.def | 25 PCREL_OPT(STXSD, PSTXSD, ONLY_RST);
|
H A D | PPC64.cpp | 108 STXSD = 0xf4000002, enumerator 457 case PPCLegacyInsn::STXSD: in isDSFormInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 81 case PPC::STXSD: in hasPCRelativeForm()
|
H A D | PPCRegisterInfo.cpp | 133 ImmToIdxMap[PPC::STXSD] = PPC::STXSDX; in PPCRegisterInfo() 1543 case PPC::STXSD: in offsetMinAlignForOpcode()
|
H A D | PPCInstrInfo.cpp | 2876 case PPC::STXSD: in isClusterableLdStOpcPair() 3028 UpperOpcode = PPC::STXSD; in expandVSXMemPseudo() 4338 III.ImmOpcode = PPC::STXSD; in instrHasImmForm()
|
H A D | P10InstrResources.td | 1792 STXSD,
|
H A D | PPCInstrVSX.td | 1712 def STXSD : DSForm_1<61, 2, (outs), (ins vfrc:$RST, (memrix $D, $RA):$addr), 4056 (STXSD $src, DSForm:$dst)>; 4063 (STXSD (COPY_TO_REGCLASS $src, VFRC), DSForm:$dst)>;
|