Searched refs:STWU (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/Arch/ |
| D | PPC64.cpp | 59 STWU = 37, enumerator 516 case STWU: in isInstructionUpdateForm()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/ |
| D | PPCDisassembler.cpp | 298 case PPC::STWU: in decodeMemRIOperands()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCFrameLowering.cpp | 664 : PPC::STWU ); in emitPrologue() 1311 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::STDU : PPC::STWU), SPReg) in inlineStackProbe()
|
| D | P10InstrResources.td | 1834 STWU, STWU8,
|
| D | PPCInstrInfo.cpp | 4302 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break; in instrHasImmForm()
|
| D | PPCInstrInfo.td | 2024 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/ |
| D | mmix.md | 70 STWU %1,%0
|
| /openbsd/src/gnu/gcc/gcc/config/mmix/ |
| D | mmix.md | 75 STWU %1,%0
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CodeGenerator.rst | 1124 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.
|