Home
last modified time | relevance | path

Searched refs:stwx (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dindexed-load.ll4 ; testcase used to generate stwx 4, 3, 64. stwx does not have an
13 ; CHECK-NOT: stwx {{[0-9]+}}, {{[0-9]+}}, 64
D2010-02-12-saveCR.ll14 ; CHECK: stwx [[T1]], r1, [[T2]]
19 ; CHECK: stwx [[T4]], r1, [[T3]]
Datomics-indexed.ll66 ; CHECK: stwx
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2010-02-12-saveCR.ll13 ;CHECK: stwx r2, r1, r0
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s233 # 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/
Djm-int_other.stdout.exp961 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/
DPPCSchedule.td345 // stwx LdStGeneral
DPPCInstr64Bit.td607 "stwx $rS, $dst", LdStGeneral,
DPPCInstrInfo.td814 "stwx $rS, $dst", LdStGeneral,
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt181 # CHECK: stwx 2, 3, 4
Dppc64-encoding.txt184 # CHECK: stwx 2, 3, 4
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1890 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/
Djm-int_other.stdout.exp-LE3962 stwx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
3963 stwx 0000001cbe991def, 8 => 00000000be991def, 0 (00000000 00000000)
3964 stwx ffffffffffffffff, 16 => 00000000ffffffff, 0 (00000000 00000000)
Djm-int.stdout.exp-LE4752 stwx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4753 stwx 0000001cbe991def, 8 => 00000000be991def, 0 (00000000 00000000)
4754 stwx ffffffffffffffff, 16 => 00000000ffffffff, 0 (00000000 00000000)
Djm-int_other.stdout.exp3962 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/
Dmacro-assembler-ppc.h93 #define StorePX stwx
Dassembler-ppc.h887 void stwx(Register rs, const MemOperand& src);
Dconstants-ppc.h1230 V(stwx, STWX, 0x7C00012E) \
Dassembler-ppc.cc1334 void Assembler::stwx(Register rs, const MemOperand& src) { in stwx() function in v8::internal::Assembler
Dmacro-assembler-ppc.cc3955 stwx(src, MemOperand(base, scratch)); in StoreWord()
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td1063 "stwx $rS, $dst", IIC_LdStStore,
DPPCInstrInfo.td1846 "stwx $rS, $dst", IIC_LdStStore,
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc4138 __ stwx(value, mem_operand); in DoShiftI() local