/external/llvm/test/CodeGen/AArch64/ |
D | nontemporal.ll | 7 ; CHECK-NEXT: stnp d1, d[[HI1]], [x0, #16] 8 ; CHECK-NEXT: stnp d0, d[[HI0]], [x0] 17 ; CHECK-NEXT: stnp d0, d[[HI]], [x0] 26 ; CHECK-NEXT: stnp d0, d[[HI]], [x0] 35 ; CHECK-NEXT: stnp d0, d[[HI]], [x0] 44 ; CHECK-NEXT: stnp s0, s[[HI]], [x0] 53 ; CHECK-NEXT: stnp s0, s[[HI]], [x0] 62 ; CHECK-NEXT: stnp s0, s[[HI]], [x0] 71 ; CHECK-NEXT: stnp d0, d[[HI]], [x0] 80 ; CHECK-NEXT: stnp d0, d[[HI]], [x0] [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 380 stnp w3, w2, [x15, #16] 381 stnp x4, x9, [sp, #-16] 382 stnp s10, s1, [x2, #64] 383 stnp d10, d1, [x2] 385 ; CHECK: stnp w3, w2, [x15, #16] ; encoding: [0xe3,0x09,0x02,0x28] 386 ; CHECK: stnp x4, x9, [sp, #-16] ; encoding: [0xe4,0x27,0x3f,0xa8] 387 ; CHECK: stnp s10, s1, [x2, #64] ; encoding: [0x4a,0x04,0x08,0x2c] 388 ; CHECK: stnp d10, d1, [x2] ; encoding: [0x4a,0x04,0x00,0x6c]
|
D | basic-a64-diagnostics.s | 2827 stnp w1, w2, [x3, #253] 2828 stnp w9, w10, [x5, #256] 2830 stnp wsp, w9, [sp] 2849 stnp x7, x8, [x10, #-520] 2861 stnp x3, sp, [x9] 2869 stnp s3, s5, [sp, #-2] 2871 stnp s13, s19, [x5, #256] 2884 stnp d7, d8, [x0, #-520] define 2897 stnp q20, q25, [x5, #1024]
|
D | basic-a64-instructions.s | 3145 stnp wzr, w9, [sp, #252] 3161 stnp s27, s26, [sp, #-256] 3167 stnp d3, d5, [x9, #504] define 3168 stnp d7, d11, [x10, #-512] define 3174 stnp q3, q5, [sp] 3175 stnp q17, q19, [sp, #1008]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 380 # CHECK: stnp w3, w2, [x15, #16] 381 # CHECK: stnp x4, x9, [sp, #-16] 382 # CHECK: stnp s10, s1, [x2, #64] 383 # CHECK: stnp d10, d1, [x2]
|
D | basic-a64-instructions.txt | 2798 # CHECK: stnp wzr, w9, [sp, #252] 2814 # CHECK: stnp s27, s26, [sp, #-256] 2820 # CHECK: stnp d3, d5, [x9, #504] 2821 # CHECK: stnp d7, d11, [x10, #-512] 2827 # CHECK: stnp q3, q5, [sp] 2828 # CHECK: stnp q17, q19, [sp, #1008]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1867 COMPARE(stnp(w3, w4, MemOperand(x5, 252)), "stnp w3, w4, [x5, #252]"); in TEST() 1869 COMPARE(stnp(x9, x10, MemOperand(x11)), "stnp x9, x10, [x11]"); in TEST() 1871 COMPARE(stnp(x15, x16, MemOperand(x17, -512)), "stnp x15, x16, [x17, #-512]"); in TEST() 1873 COMPARE(stnp(s21, s22, MemOperand(x23, 252)), "stnp s21, s22, [x23, #252]"); in TEST() 1875 COMPARE(stnp(d27, d28, MemOperand(x29)), "stnp d27, d28, [x29]"); in TEST() 1877 COMPARE(stnp(d1, d2, MemOperand(x3, -512)), "stnp d1, d2, [x3, #-512]"); in TEST() 1879 COMPARE(stnp(q7, q8, MemOperand(x9, 1008)), "stnp q7, q8, [x9, #1008]"); in TEST()
|
D | test-trace-aarch64.cc | 304 __ stnp(w14, w15, MemOperand(x0)); in GenerateTestSequenceBase() local 305 __ stnp(x16, x17, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1087 void stnp(const CPURegister& rt,
|
D | macro-assembler-aarch64.h | 1878 stnp(rt, rt2, dst); in Stnp()
|
D | assembler-aarch64.cc | 1004 void Assembler::stnp(const CPURegister& rt, in stnp() function in vixl::aarch64::Assembler
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1992 defm STNPW : StorePairNoAlloc<0b00, 0, GPR32, simm7s4, "stnp">; 1993 defm STNPX : StorePairNoAlloc<0b10, 0, GPR64, simm7s8, "stnp">; 1994 defm STNPS : StorePairNoAlloc<0b00, 1, FPR32, simm7s4, "stnp">; 1995 defm STNPD : StorePairNoAlloc<0b01, 1, FPR64, simm7s8, "stnp">; 1996 defm STNPQ : StorePairNoAlloc<0b10, 1, FPR128, simm7s16, "stnp">;
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 250 0x~~~~~~~~~~~~~~~~ 28003c0e stnp w14, w15, [x0] 251 0x~~~~~~~~~~~~~~~~ a8004410 stnp x16, x17, [x0]
|
D | log-disasm | 250 0x~~~~~~~~~~~~~~~~ 28003c0e stnp w14, w15, [x0] 251 0x~~~~~~~~~~~~~~~~ a8004410 stnp x16, x17, [x0]
|
D | log-all | 610 0x~~~~~~~~~~~~~~~~ 28003c0e stnp w14, w15, [x0] 613 0x~~~~~~~~~~~~~~~~ a8004410 stnp x16, x17, [x0]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1134 void stnp(const CPURegister& rt, const CPURegister& rt2,
|
/external/valgrind/none/tests/arm64/ |
D | memory.stdout.exp | 3470 stnp q18, q17, [x5, 16] with x5 = middle_of_block+-15, x6=4 3500 stnp d20, d19, [x5, 40] with x5 = middle_of_block+-15, x6=4 3530 stnp s19, s18, [x5, 68] with x5 = middle_of_block+-15, x6=4
|