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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
regt-op.s 43 STWU X,Y
70 STWU $59,Y
97 STWU X,$222
124 STWU $233,$239
133 STWU X,Y,0
regt-op.l 46 43 0098 A7170C00 STWU X,Y
77 70 0100 A73B0C00 STWU \$59,Y
104 97 0168 A717DE00 STWU X,\$222
135 124 01d0 A7E9EF00 STWU \$233,\$239
144 133 01f0 A7170C00 STWU X,Y,0
list-insns.s 188 STWU $2,$10,$151
189 STWU $12,$220,205
list-insns.l 203 188 02d4 A6020A97 STWU \$2,\$10,\$151
204 189 02d8 A70CDCCD STWU \$12,\$220,205
  /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,
164 LWZU: "MOVWZU", STWU: "MOVWU",
tables.go 68 STWU
1395 STWU: "stwu",
    [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,
164 LWZU: "MOVWZU", STWU: "MOVWU",
tables.go 68 STWU
1395 STWU: "stwu",
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 262 case PPC::STWU:
PPCFrameLowering.cpp 372 BuildMI(MBB, MBBI, dl, TII.get(PPC::STWU), PPC::R1)
576 // The loaded (or persistent) stack pointer value is offset by the 'stwu'
    [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 338 case PPC::STWU:
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 216 #define STWU (HI(37))
625 FAIL_IF(push_inst(compiler, STWU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size)));
740 /* u w w i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),
776 /* u i w i s */ HI(37) /* stwu */,
790 /* s w w i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),
826 /* s i w i s */ HI(37) /* stwu */,
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc     [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 1328 void Assembler::stwu(Register dst, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 759 : PPC::STWU );
830 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
    [all...]

Completed in 211 milliseconds