/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | save-bp.ll | 18 ; PPC32: stwx 31, 0, 0 20 ; PPC32: stwx 30, 0, 0 34 ; PPC32PIC: stwx 31, 0, 0 36 ; PPC32PIC: stwx 29, 0, 0
|
D | stack-realign.ll | 87 ; CHECK-32: stwx 31, 0, 0 89 ; CHECK-32: stwx 30, 0, 0 100 ; CHECK-32-PIC: stwx 31, 0, 0 102 ; CHECK-32-PIC: stwx 30, 0, 0 104 ; CHECK-32-PIC: stwx 29, 0, 0 150 ; CHECK-32: stwx 31, 0, 0 152 ; CHECK-32: stwx 30, 0, 0 168 ; CHECK-32-PIC: stwx 31, 0, 0 170 ; CHECK-32-PIC: stwx 29, 0, 0
|
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 | save-crbp-ppc32svr4.ll | 7 ; CHECK: stwx 31, 0, 0 9 ; CHECK: stwx 30, 0, 0 11 ; CHECK: stwx 29, 0, 0
|
D | stack-clash-prologue.ll | 545 ; CHECK-LE-NEXT: stwx r5, r4, r3 563 ; CHECK-BE-NEXT: stwx r5, r4, r3 576 ; CHECK-32-NEXT: stwx r30, 0, r0 583 ; CHECK-32-NEXT: stwx r5, r3, r4 632 ; CHECK-LE-NEXT: stwx r5, r4, r3 670 ; CHECK-BE-NEXT: stwx r5, r4, r3 689 ; CHECK-32-NEXT: stwx r30, 0, r0 696 ; CHECK-32-NEXT: stwx r5, r3, r4 744 ; CHECK-LE-NEXT: stwx r5, r4, r3 781 ; CHECK-BE-NEXT: stwx r5, r4, r3 [all …]
|
D | stack-guard-reassign.ll | 17 ; CHECK-NEXT: stwx 4, 1, 5
|
D | 2010-02-12-saveCR.ll | 12 ; CHECK-DAG: stwx [[T1]], 1, [[T2]]
|
D | tls-pie-xform.ll | 99 ; CHECK-NEXT: stwx 3, 4, var_int@tls 111 ; CHECK: stwx {{[0-9]+}}, 4, var_int@tls
|
D | atomics-indexed.ll | 137 ; CHECK-NEXT: stwx r5, r3, r4
|
/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-project/lld/test/ELF/ |
D | ppc32-tls-ie.s | 45 # IE-NEXT: stwx 16, 6, 2 58 stwx 16, 6, i@tls label
|
D | ppc64-tls-pcrel-ie.s | 114 # IE-NEXT: stwx 3, 4, 13 125 stwx 3, 4, y@tls@pcrel
|
D | ppc64-tls-ie.s | 127 stwx 3, 4, i@tls
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | ppc64-tls-relocs-01.s | 15 stwx 4, 3, t@tls
|
D | ppc64-encoding.s | 274 # CHECK-BE: stwx 2, 3, 4 # encoding: [0x7c,0x43,0x21,0x2e] 275 # CHECK-LE: stwx 2, 3, 4 # encoding: [0x2e,0x21,0x43,0x7c] 276 stwx 2, 3, 4
|
/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding.s.cs | 53 0x7c,0x43,0x21,0x2e = stwx 2, 3, 4
|
/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/linux-kselftest/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 394 STORE_XFORM_TEST(stwx); in test_alignment_handler_integer()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 540 "stwx $rS, $rA, $rB", IIC_LdStStore, []>, 552 "stwx $rS, $rA, $rB", IIC_LdStStore, []>, 638 "stwx $rS, $rA, $rB", IIC_LdStStore, []>, 1223 "stwx $rS, $dst", IIC_LdStStore,
|
/external/llvm-project/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
|