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

1 2

  /external/llvm/test/CodeGen/PowerPC/
indexed-load.ll 4 ; testcase used to generate stwx 4, 3, 64. stwx does not have an
13 ; CHECK-NOT: stwx {{[0-9]+}}, {{[0-9]+}}, 64
2010-02-12-saveCR.ll 14 ; CHECK: stwx [[T1]], r1, [[T2]]
19 ; CHECK: stwx [[T4]], r1, [[T3]]
atomics-indexed.ll 66 ; CHECK: stwx
  /external/valgrind/none/tests/ppc32/
ldstrev.c 78 " stwx %0,0,%1\n"
jm-int.stdout.exp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
recon_altivec.asm 170 stwx r0, r5, r6
loopfilter_filters_altivec.asm 1198 stwx r0, 0, r7
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 444 stwx 3,4,5
a2.s 499 stwx 10,11,12
476.d 451 6e4: (7c 64 29 2e|2e 29 64 7c) stwx r3,r4,r5
  /external/v8/src/ppc/
disasm-ppc.cc 778 case STWX: {
779 Format(instr, "stwx 'rs, 'ra, 'rb");
    [all...]
constants-ppc.h 203 STWX = 151 << 1, // store word w/ x-form
assembler-ppc.cc 1266 void Assembler::stwx(Register rs, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-ppc.cc     [all...]
assembler-ppc.h 878 void stwx(Register rs, const MemOperand& src);
    [all...]
macro-assembler-ppc.h 96 #define StorePX stwx
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 230 # CHECK-BE: stwx 2, 3, 4 # encoding: [0x7c,0x43,0x21,0x2e]
231 # CHECK-LE: stwx 2, 3, 4 # encoding: [0x2e,0x21,0x43,0x7c]
232 stwx 2, 3, 4
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding.txt 181 # CHECK: stwx 2, 3, 4
ppc64le-encoding.txt 181 # CHECK: stwx 2, 3, 4
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 733 /* u w n x s */ ARCH_32_64(HI(31) | LO(151) /* stwx */, HI(31) | LO(149) /* stdx */),
769 /* u i n x s */ HI(31) | LO(151) /* stwx */,
783 /* s w n x s */ ARCH_32_64(HI(31) | LO(151) /* stwx */, HI(31) | LO(149) /* stdx */),
819 /* s i n x s */ HI(31) | LO(151) /* stwx */,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX;
    [all...]
PPCInstr64Bit.td     [all...]
  /external/valgrind/VEX/orig_ppc32/
return0.orig 432 0x25471B5C: 7D48012E stwx r10,r8,r0
521 0x25471B5C: 7D48012E stwx r10,r8,r0
    [all...]
date.orig 432 0x25471B5C: 7D48012E stwx r10,r8,r0
521 0x25471B5C: 7D48012E stwx r10,r8,r0
    [all...]

Completed in 897 milliseconds

1 2