HomeSort by relevance Sort by last modified time
    Searched full:stwux (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/test/CodeGen/PowerPC/
Frames-large.ll 18 ; PPC32-NOFP: stwux r1, r1, r0
28 ; PPC32-FP: stwux r1, r1, r0
stwu-gta.ll 17 ; CHECK-NOT: stwux
stack-realign.ll 86 ; CHECK-32: stwux 1, 1, 0
95 ; CHECK-32-PIC: stwux 1, 1, 0
139 ; CHECK-32: stwux 1, 1, 0
153 ; CHECK-32: stwux 1, 1, 0
stwux.ll 45 ; CHECK: stwux
store-update.ll 71 ; CHECK-NEXT: stwux
145 ; CHECK-NEXT: stwux
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
recon_altivec.asm 70 stwux r0, \Dst, \Stride
75 stwux r0, \Dst, \Stride ;# advance dst to next row
166 stwux r0, r5, r6
168 stwux r0, r5, r6
loopfilter_filters_altivec.asm 661 stwux r0, r3, r4
665 stwux r0, r3, r4
965 stwux r0, r4, r5
969 stwux r0, r3, r5
1146 stwux r0, r7, r4
    [all...]
  /external/compiler-rt/lib/asan/
asan_posix.cc 63 // stwu rs,d(ra) stwux rs,ra,rb
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 443 stwux 3,4,5
a2.s 498 stwux 10,11,12
476.d 450 6e0: (7c 64 29 6e|6e 29 64 7c) stwux r3,r4,r5
a2.d 523 7bc: (7d 4b 61 6e|6e 61 4b 7d) stwux r10,r11,r12
  /external/v8/src/ppc/
disasm-ppc.cc 782 case STWUX: {
783 Format(instr, "stwux 'rs, 'ra, 'rb");
    [all...]
constants-ppc.h 206 STWUX = 183 << 1, // store word w/ update x-form
assembler-ppc.cc 1275 void Assembler::stwux(Register rs, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
assembler-ppc.h 879 void stwux(Register rs, const MemOperand& src);
    [all...]
macro-assembler-ppc.h 97 #define StorePUX stwux
    [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 213 #define STWUX (HI(31) | LO(183))
624 FAIL_IF(push_inst(compiler, STWUX | S(SLJIT_SP) | A(SLJIT_SP) | B(0)));
738 /* u w w x s */ ARCH_32_64(HI(31) | LO(183) /* stwux */, HI(31) | LO(181) /* stdux */),
774 /* u i w x s */ HI(31) | LO(183) /* stwux */,
788 /* s w w x s */ ARCH_32_64(HI(31) | LO(183) /* stwux */, HI(31) | LO(181) /* stdux */),
824 /* s i w x s */ HI(31) | LO(183) /* stwux */,
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 236 # CHECK-BE: stwux 2, 3, 4 # encoding: [0x7c,0x43,0x21,0x6e]
237 # CHECK-LE: stwux 2, 3, 4 # encoding: [0x6e,0x21,0x43,0x7c]
238 stwux 2, 3, 4
    [all...]
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding.txt 187 # CHECK: stwux 2, 3, 4
ppc64le-encoding.txt 187 # CHECK: stwux 2, 3, 4
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 685 : PPC::STWUX);
    [all...]
PPCRegisterInfo.cpp 420 BuildMI(MBB, II, dl, TII.get(PPC::STWUX), PPC::R1)
    [all...]
PPCInstr64Bit.td     [all...]
  /external/valgrind/none/tests/ppc32/
jm-int.stdout.exp     [all...]

Completed in 816 milliseconds

1 2