Home
last modified time | relevance | path

Searched refs:stwx (Results 1 – 19 of 19) 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/llvm/test/MC/PowerPC/
Dppc64-encoding.s230 # 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/
Dppc64-encoding.txt181 # CHECK: stwx 2, 3, 4
Dppc64le-encoding.txt181 # CHECK: stwx 2, 3, 4
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1350 ASSEMBLE_STORE_INTEGER(stw, stwx); in AssembleArchInstruction()
1399 ASSEMBLE_CHECKED_STORE_INTEGER(stw, stwx); in AssembleArchInstruction()
/external/valgrind/none/tests/ppc32/
Djm-int.stdout.exp1591 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/
Dmacro-assembler-ppc.h96 #define StorePX stwx
Dassembler-ppc.h878 void stwx(Register rs, const MemOperand& src);
Dmacro-assembler-ppc.cc3923 stwx(src, MemOperand(mem.ra(), scratch)); in StoreP()
4000 stwx(src, MemOperand(base, scratch)); in StoreWord()
Dassembler-ppc.cc1266 void Assembler::stwx(Register rs, const MemOperand& src) { in stwx() function in v8::internal::Assembler
/external/valgrind/none/tests/ppc64/
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.stdout.exp4752 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/
Dreturn0.orig432 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 …]
Ddate.orig432 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/
DPPCInstr64Bit.td1020 "stwx $rS, $dst", IIC_LdStStore,
DPPCInstrInfo.td1784 "stwx $rS, $dst", IIC_LdStStore,
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc4267 __ stwx(value, mem_operand); in DoShiftI() local