/external/llvm/test/CodeGen/PowerPC/ |
D | 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
|
D | 2010-02-12-saveCR.ll | 14 ; CHECK: stwx [[T1]], r1, [[T2]] 19 ; CHECK: stwx [[T4]], r1, [[T3]]
|
D | atomics-indexed.ll | 66 ; CHECK: stwx
|
/external/llvm/test/MC/PowerPC/ |
D | 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
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding.txt | 181 # CHECK: stwx 2, 3, 4
|
D | ppc64le-encoding.txt | 181 # CHECK: stwx 2, 3, 4
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1350 ASSEMBLE_STORE_INTEGER(stw, stwx); in AssembleArchInstruction() 1399 ASSEMBLE_CHECKED_STORE_INTEGER(stw, stwx); in AssembleArchInstruction()
|
/external/valgrind/none/tests/ppc32/ |
D | jm-int.stdout.exp | 1591 stwx 00000000, 0 => 00000000, 0 (00000000 00000000) 1592 stwx 000f423f, 4 => 000f423f, 0 (00000000 00000000) 1593 stwx ffffffff, 8 => ffffffff, 0 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 96 #define StorePX stwx
|
D | assembler-ppc.h | 878 void stwx(Register rs, const MemOperand& src);
|
D | macro-assembler-ppc.cc | 3923 stwx(src, MemOperand(mem.ra(), scratch)); in StoreP() 4000 stwx(src, MemOperand(base, scratch)); in StoreWord()
|
D | assembler-ppc.cc | 1266 void Assembler::stwx(Register rs, const MemOperand& src) { in stwx() function in v8::internal::Assembler
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int.stdout.exp-LE | 4752 stwx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4753 stwx 0000001cbe991def, 8 => 00000000be991def, 0 (00000000 00000000) 4754 stwx ffffffffffffffff, 16 => 00000000ffffffff, 0 (00000000 00000000)
|
D | jm-int.stdout.exp | 4752 stwx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4753 stwx 0000001cbe991def, 8 => be991def00000000, 0 (00000000 00000000) 4754 stwx ffffffffffffffff, 16 => ffffffff00000000, 0 (00000000 00000000)
|
/external/valgrind/VEX/orig_ppc32/ |
D | return0.orig | 432 0x25471B5C: 7D48012E stwx r10,r8,r0 521 0x25471B5C: 7D48012E stwx r10,r8,r0 2088 0x25471D20: 7CE6E92E stwx r7,r6,r29 8532 0x254791E0: 7FEA292E stwx r31,r10,r5 8697 0x2547925C: 7D3A312E stwx r9,r26,r6 9784 0x25472594: 7D48012E stwx r10,r8,r0 9873 0x25472594: 7D48012E stwx r10,r8,r0 10587 0x2547F8AC: 7F29D92E stwx r25,r9,r27 13941 0x25474D24: 7FFDB12E stwx r31,r29,r22 14808 0x25474D48: 7C70B12E stwx r3,r16,r22 [all …]
|
D | date.orig | 432 0x25471B5C: 7D48012E stwx r10,r8,r0 521 0x25471B5C: 7D48012E stwx r10,r8,r0 2088 0x25471D20: 7CE6E92E stwx r7,r6,r29 8532 0x254791E0: 7FEA292E stwx r31,r10,r5 8697 0x2547925C: 7D3A312E stwx r9,r26,r6 9816 0x25472594: 7D48012E stwx r10,r8,r0 9905 0x25472594: 7D48012E stwx r10,r8,r0 10750 0x2547F8AC: 7F29D92E stwx r25,r9,r27 14469 0x25474D24: 7FFDB12E stwx r31,r29,r22 14549 0x25474D48: 7C70B12E stwx r3,r16,r22 [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 1020 "stwx $rS, $dst", IIC_LdStStore,
|
D | PPCInstrInfo.td | 1784 "stwx $rS, $dst", IIC_LdStStore,
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 4267 __ stwx(value, mem_operand); in DoShiftI() local
|