Home
last modified time | relevance | path

Searched refs:stdu (Results 1 – 25 of 25) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dsvr4-redzone.ll15 ; PPC64-NOT: stdu 1, -{{[0-9]+}}(1)
27 ; PPC64-NOT: stdu 1, -{{[0-9]+}}(1)
39 ; PPC64: stdu 1, -288(1)
Da2q-stackalign.ll18 ; CHECK-A2: stdu 1, -240(1)
20 ; CHECK-A2Q: stdu 1, -256(1)
22 ; CHECK-BGQ: stdu 1, -256(1)
DFrames-small.ll15 ; RUN: grep "stdu r1, -16432(r1)" %t3
21 ; RUN: grep "stdu r1, -16448(r1)" %t4
Dcrsave.ll26 ; PPC64: stdu 1, -[[AMT:[0-9]+]](1)
56 ; PPC64: stdu 1, -[[AMT:[0-9]+]](1)
DFrames-leaf.ll20 ; RUN: not grep "stdu r1, -.*(r1)"
28 ; RUN: not grep "stdu r1, -.*(r1)"
DFrames-alloca.ll19 ; CHECK-PPC64: stdu r1, -64(r1)
23 ; CHECK-PPC64-NOFP: stdu r1, -64(r1)
D2013-05-15-preinc-fold.ll30 ; CHECK-NEXT: stdu 4, -8(3)
Dframe-size.ll13 ; CHECK: stdu 1, -32768(1)
Dppc64-patchpoint.ll53 ; CHECK-BE: stdu 1, -80(1)
54 ; CHECK-LE: stdu 1, -64(1)
Dstore-update.ll156 ; CHECK-NEXT: stdu
/external/valgrind/coregrind/m_dispatch/
Ddispatch-ppc64be-linux.S100 stdu 1,-624(1) /* sp should maintain 16-byte alignment */
230 stdu 1,-48(1)
Ddispatch-ppc64le-linux.S121 stdu 1,-624(1) /* sp should maintain 16-byte alignment */
251 stdu 1,-48(1)
/external/valgrind/coregrind/m_syswrap/
Dsyscall-ppc64be-linux.S88 stdu 1,-80(1)
Dsyscall-ppc64le-linux.S101 stdu 1,-80(1)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_ppc64.S19 stdu r1,-48(r1)
162 stdu r1,-64(r1)
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s245 # CHECK-BE: stdu 2, 128(4) # encoding: [0xf8,0x44,0x00,0x81]
246 # CHECK-LE: stdu 2, 128(4) # encoding: [0x81,0x00,0x44,0xf8]
247 stdu 2, 128(4)
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt196 # CHECK: stdu 2, 128(4)
Dppc64-encoding.txt196 # CHECK: stdu 2, 128(4)
/external/v8/src/ppc/
Dassembler-ppc.h903 void stdu(Register rs, const MemOperand& src);
1124 stdu(src, MemOperand(sp, -kPointerSize)); in push()
Dassembler-ppc.cc1398 void Assembler::stdu(Register rs, const MemOperand& src) { in stdu() function in v8::internal::Assembler
Dmacro-assembler-ppc.cc4393 stdu(src, mem); in StorePU()
/external/valgrind/none/tests/ppc64/
Djm-int.stdout.exp-LE4728 stdu 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4729 stdu 0000001cbe991def, 8 => 0000001cbe991def, 0 (00000000 00000000)
4730 stdu ffffffffffffffff, 16 => ffffffffffffffff, 0 (00000000 00000000)
4731 stdu 0000000000000000, -16 => 0000000000000000, 0 (00000000 00000000)
4732 stdu 0000001cbe991def, -8 => 0000001cbe991def, 0 (00000000 00000000)
4733 stdu ffffffffffffffff, 0 => ffffffffffffffff, 0 (00000000 00000000)
Djm-int.stdout.exp4728 stdu 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4729 stdu 0000001cbe991def, 8 => 0000001cbe991def, 0 (00000000 00000000)
4730 stdu ffffffffffffffff, 16 => ffffffffffffffff, 0 (00000000 00000000)
4731 stdu 0000000000000000, -16 => 0000000000000000, 0 (00000000 00000000)
4732 stdu 0000001cbe991def, -8 => 0000001cbe991def, 0 (00000000 00000000)
4733 stdu ffffffffffffffff, 0 => ffffffffffffffff, 0 (00000000 00000000)
/external/v8/test/cctest/
Dtest-assembler-ppc.cc185 __ stdu(sp, MemOperand(sp, -32)); variable
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td1067 "stdu $rS, $dst", IIC_LdStSTDU, []>,