Searched refs:STDX (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 38 STDX = 149, enumerator 853 case STDX: in getPPCDSFormOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP7.td | 173 STWX8, STDX, STHBRX, STWBRX, STMW, STWCX, STDCX, STDU, STHU, STHU8,
|
| H A D | PPCRegisterInfo.cpp | 101 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; in PPCRegisterInfo() 146 ImmToIdxMap[PPC::PLD] = PPC::LDX; ImmToIdxMap[PPC::PSTD] = PPC::STDX; in PPCRegisterInfo()
|
| H A D | PPCInstrInfo.cpp | 3257 MI.setDesc(get(PPC::STDX)); in expandPostRAPseudo() 4192 case PPC::STDX: in instrHasImmForm() 4225 case PPC::STDX: in instrHasImmForm()
|
| H A D | P10InstrResources.td | 1818 SPILLTOVSR_STX, STDX, STDXTLS, STDXTLS_,
|
| H A D | PPCInstr64Bit.td | 1676 def STDX : XForm_8_memOp<31, 149, (outs), (ins g8rc:$RST, (memrr $RA, $RB):$addr), 1965 def : Pat<(atomic_store_64 i64:$val, XForm:$ptr), (STDX g8rc:$val, memrr:$ptr)>;
|
| H A D | PPCFastISel.cpp | 697 case PPC::STD: Opc = PPC::STDX; break; in PPCEmitStore()
|