Searched refs:STWU (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp298 case PPC::STWU:
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp59 STWU = 37, enumerator in enum:DFormOpcd
516 case STWU:
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp664 : PPC::STWU );
727 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
1076 // field of STWU). To be here we have to be compiling for PPC32.
1311 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::STDU : PPC::STWU), SPReg)
1710 // offset by the STDU/STDUX/STWU/STWUX instruction. For targets with red
H A DPPCInstrInfo.cpp4302 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break;

Completed in 99 milliseconds