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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 115 case STW, STWU, STWX, STWUX:
plan9.go 52 STW, STWU, STWX, STWUX,
tables.go 70 STWUX
1397 STWUX: "stwux",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 115 case STW, STWU, STWX, STWUX:
plan9.go 52 STW, STWU, STWX, STWUX,
tables.go 70 STWUX
1397 STWUX: "stwux",
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 260 case PPC::STWUX:
PPCFrameLowering.cpp 367 BuildMI(MBB, MBBI, dl, TII.get(PPC::STWUX))
382 BuildMI(MBB, MBBI, dl, TII.get(PPC::STWUX))
    [all...]
PPCRegisterInfo.cpp 425 BuildMI(MBB, II, dl, TII.get(PPC::STWUX))
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 447 BuildMI(MBB, II, dl, TII.get(PPC::STWUX), PPC::R1)
    [all...]
PPCFrameLowering.cpp 761 : PPC::STWUX);
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 217 #define STWUX (HI(31) | LO(183))
628 FAIL_IF(push_inst(compiler, STWUX | S(SLJIT_SP) | A(SLJIT_SP) | B(0)));
742 /* u w w x s */ ARCH_32_64(HI(31) | LO(183) /* stwux */, HI(31) | LO(181) /* stdux */),
778 /* u i w x s */ HI(31) | LO(183) /* stwux */,
792 /* s w w x s */ ARCH_32_64(HI(31) | LO(183) /* stwux */, HI(31) | LO(181) /* stdux */),
828 /* s i w x s */ HI(31) | LO(183) /* stwux */,
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc     [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 1343 void Assembler::stwux(Register rs, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 1969 milliseconds