HomeSort by relevance Sort by last modified time
    Searched refs:STDU (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 271 case PPC::STDU:
PPCRegisterInfo.cpp 89 ImmToIdxMap[PPC::STW8] = PPC::STWX8; ImmToIdxMap[PPC::STDU] = PPC::STDUX;
PPCFrameLowering.cpp 405 BuildMI(MBB, MBBI, dl, TII.get(PPC::STDU), PPC::X1)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 93 ImmToIdxMap[PPC::STW8] = PPC::STWX8; ImmToIdxMap[PPC::STDU] = PPC::STDUX;
837 case PPC::STDU:
    [all...]
PPCFrameLowering.cpp 768 const MCInstrDesc& StoreUpdtInst = TII.get(isPPC64 ? PPC::STDU
840 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
    [all...]
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 363 else if (Inst.getOpcode() == PPC::STDU)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 420 else if (Inst.getOpcode() == PPC::STDU)
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 216 #define STDU (HI(62) | 1)
665 FAIL_IF(push_inst(compiler, STDU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size)));
833 /* w u i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),
838 /* w s i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 79 ImmToIdxMap[PPC::STW8] = PPC::STWX8; ImmToIdxMap[PPC::STDU] = PPC::STDUX;
    [all...]
PPCFrameLowering.cpp 758 const MCInstrDesc& StoreUpdtInst = TII.get(isPPC64 ? PPC::STDU
830 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
    [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
simulator-ppc.cc     [all...]

Completed in 326 milliseconds