Home
last modified time | relevance | path

Searched refs:STWU (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp63 STWU = 37, enumerator
530 case STWU: in isInstructionUpdateForm()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP7.td174 STBU, STBU8, STWU, STWU8, STDUX, STWUX, STWUX8, STHUX, STHUX8, STBUX, STBUX8
H A DPPCFrameLowering.cpp665 : PPC::STWU ); in emitPrologue()
1314 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::STDU : PPC::STWU), SPReg) in inlineStackProbe()
H A DP10InstrResources.td1793 STWU, STWU8,
H A DPPCInstrInfo.cpp4280 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break; in instrHasImmForm()
H A DPPCInstrInfo.td2156 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$RST, (memri $D, $RA):$dst),
2177 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;