/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/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2010-02-12-saveCR.ll | 13 ;CHECK: stwx r2, r1, r0
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 233 # CHECK-BE: stwx 2, 3, 4 # encoding: [0x7c,0x43,0x21,0x2e] 234 # CHECK-LE: stwx 2, 3, 4 # encoding: [0x2e,0x21,0x43,0x7c] 235 stwx 2, 3, 4
|
/external/valgrind/none/tests/ppc32/ |
D | jm-int_other.stdout.exp | 961 stwx 00000000, 0 => 00000000, 0 (00000000 00000000) 962 stwx 000f423f, 4 => 000f423f, 0 (00000000 00000000) 963 stwx ffffffff, 8 => ffffffff, 0 (00000000 00000000)
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 345 // stwx LdStGeneral
|
D | PPCInstr64Bit.td | 607 "stwx $rS, $dst", LdStGeneral,
|
D | PPCInstrInfo.td | 814 "stwx $rS, $dst", LdStGeneral,
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 181 # CHECK: stwx 2, 3, 4
|
D | ppc64-encoding.txt | 184 # CHECK: stwx 2, 3, 4
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1890 ASSEMBLE_STORE_INTEGER(stw, stwx); in AssembleArchInstruction() 1939 ASSEMBLE_CHECKED_STORE_INTEGER(stw, stwx); in AssembleArchInstruction() 1979 ASSEMBLE_ATOMIC_STORE_INTEGER(stw, stwx); in AssembleArchInstruction()
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int_other.stdout.exp-LE | 3962 stwx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 3963 stwx 0000001cbe991def, 8 => 00000000be991def, 0 (00000000 00000000) 3964 stwx ffffffffffffffff, 16 => 00000000ffffffff, 0 (00000000 00000000)
|
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_other.stdout.exp | 3962 stwx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 3963 stwx 0000001cbe991def, 8 => be991def00000000, 0 (00000000 00000000) 3964 stwx ffffffffffffffff, 16 => ffffffff00000000, 0 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 93 #define StorePX stwx
|
D | assembler-ppc.h | 887 void stwx(Register rs, const MemOperand& src);
|
D | constants-ppc.h | 1230 V(stwx, STWX, 0x7C00012E) \
|
D | assembler-ppc.cc | 1334 void Assembler::stwx(Register rs, const MemOperand& src) { in stwx() function in v8::internal::Assembler
|
D | macro-assembler-ppc.cc | 3955 stwx(src, MemOperand(base, scratch)); in StoreWord()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 1063 "stwx $rS, $dst", IIC_LdStStore,
|
D | PPCInstrInfo.td | 1846 "stwx $rS, $dst", IIC_LdStStore,
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 4138 __ stwx(value, mem_operand); in DoShiftI() local
|