HomeSort by: relevance | last modified time | path
    Searched refs:STDU (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 274 else if (Inst.getOpcode() == PPC::STDU)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 114 ImmToIdxMap[PPC::STW8] = PPC::STWX8; ImmToIdxMap[PPC::STDU] = PPC::STDUX;
1162 case PPC::STDU:
PPCFrameLowering.cpp 660 const MCInstrDesc& StoreUpdtInst = TII.get(isPPC64 ? PPC::STDU
727 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
730 // Check if we can move the stack update instruction (stdu) down the prologue
1308 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::STDU : PPC::STWU), SPReg)
1697 // offset by the STDU/STDUX/STWU/STWUX instruction. For targets with red
PPCInstrInfo.cpp 4145 III.ImmOpcode = PPC::STDU;
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 214 #define STDU (HI(62) | 1)
649 FAIL_IF(push_inst(compiler, STDU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size)));
757 /* u w w i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),
807 /* s w w i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),

Completed in 36 milliseconds