/external/llvm/test/CodeGen/PowerPC/ |
D | Frames-large.ll | 18 ; PPC32-NOFP: stwux r1, r1, r0 28 ; PPC32-FP: stwux r1, r1, r0
|
D | 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
|
D | stwu-gta.ll | 17 ; CHECK-NOT: stwux
|
D | store-update.ll | 71 ; CHECK-NEXT: stwux 145 ; CHECK-NEXT: stwux
|
D | stwux.ll | 45 ; CHECK: stwux
|
/external/llvm/test/MC/PowerPC/ |
D | 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
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 187 # CHECK: stwux 2, 3, 4
|
D | ppc64-encoding.txt | 187 # CHECK: stwux 2, 3, 4
|
/external/valgrind/none/tests/ppc32/ |
D | jm-int.stdout.exp | 1595 stwux 00000000, 0 => 00000000, 0 (00000000 00000000) 1596 stwux 000f423f, 4 => 000f423f, 4 (00000000 00000000) 1597 stwux ffffffff, 8 => ffffffff, 8 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 888 void stwux(Register rs, const MemOperand& src);
|
D | macro-assembler-ppc.h | 94 #define StorePUX stwux
|
D | assembler-ppc.cc | 1306 void Assembler::stwux(Register rs, const MemOperand& src) { in stwux() function in v8::internal::Assembler
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int.stdout.exp-LE | 4756 stwux 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4757 stwux 0000001cbe991def, 8 => 00000000be991def, 8 (00000000 00000000) 4758 stwux ffffffffffffffff, 16 => 00000000ffffffff, 16 (00000000 00000000)
|
D | jm-int.stdout.exp | 4756 stwux 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4757 stwux 0000001cbe991def, 8 => be991def00000000, 8 (00000000 00000000) 4758 stwux ffffffffffffffff, 16 => ffffffff00000000, 16 (00000000 00000000)
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 1061 "stwux $rS, $dst", IIC_LdStStoreUpd, []>,
|
D | PPCInstrInfo.td | 1820 "stwux $rS, $dst", IIC_LdStStoreUpd, []>,
|
/external/valgrind/VEX/orig_ppc32/ |
D | return0.orig | 10510 0x2547F828: 7E21516E stwux r17,r1,r10 12261 0x25475334: 7D81596E stwux r12,r1,r11 15578 0x25473448: 7CE1A96E stwux r7,r1,r21 19880 0x254757B4: 7C81296E stwux r4,r1,r5 24446 0x25473BC4: 7FA1D16E stwux r29,r1,r26 24811 0x2547A250: 7D41416E stwux r10,r1,r8 27168 0x25476848: 7D41496E stwux r10,r1,r9 33282 0x2547A95C: 7D81516E stwux r12,r1,r10 57065 0x2547BBA0: 7D61316E stwux r11,r1,r6
|
D | date.orig | 10673 0x2547F828: 7E21516E stwux r17,r1,r10 12391 0x25475334: 7D81596E stwux r12,r1,r11 15319 0x25473448: 7CE1A96E stwux r7,r1,r21 19611 0x254757B4: 7C81296E stwux r4,r1,r5 24177 0x25473BC4: 7FA1D16E stwux r29,r1,r26 24542 0x2547A250: 7D41416E stwux r10,r1,r8 27071 0x25476848: 7D41496E stwux r10,r1,r9 33130 0x2547A95C: 7D81516E stwux r12,r1,r10 73422 0xFE882E0: 7CE1316E stwux r7,r1,r6 76595 0xFE93138: 7D21416E stwux r9,r1,r8 [all …]
|