Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC64.cpp59 STWU = 37, enumerator
516 case STWU: in isInstructionUpdateForm()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp298 case PPC::STWU: in decodeMemRIOperands()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp664 : PPC::STWU ); in emitPrologue()
1311 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::STDU : PPC::STWU), SPReg) in inlineStackProbe()
DP10InstrResources.td1834 STWU, STWU8,
DPPCInstrInfo.cpp4302 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break; in instrHasImmForm()
DPPCInstrInfo.td2024 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst),
2045 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mmix/
Dmmix.md70 STWU %1,%0
/openbsd/src/gnu/gcc/gcc/config/mmix/
Dmmix.md75 STWU %1,%0
/openbsd/src/gnu/llvm/llvm/docs/
DCodeGenerator.rst1124 def STWU : DForm_1<37, (outs ptr_rc:$ea_res), (ins GPRC:$rS, memri:$dst),
1129 (STWU GPRC:$rS, iaddroff:$ptroff, ptr_rc:$ptrreg)>;
1132 complex operand ``dst`` of class ``memri`` in the ``STWU`` instruction.