Home
last modified time | relevance | path

Searched refs:stnp (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dnontemporal.ll7 ; 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/
Darm64-memory.s380 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]
Dbasic-a64-diagnostics.s2827 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]
Dbasic-a64-instructions.s3145 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/
Darm64-memory.txt380 # 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]
Dbasic-a64-instructions.txt2798 # 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/
Dtest-disasm-aarch64.cc1867 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()
Dtest-trace-aarch64.cc304 __ stnp(w14, w15, MemOperand(x0)); in GenerateTestSequenceBase() local
305 __ stnp(x16, x17, MemOperand(x0)); in GenerateTestSequenceBase() local
/external/vixl/src/aarch64/
Dassembler-aarch64.h1087 void stnp(const CPURegister& rt,
Dmacro-assembler-aarch64.h1878 stnp(rt, rt2, dst); in Stnp()
Dassembler-aarch64.cc1004 void Assembler::stnp(const CPURegister& rt, in stnp() function in vixl::aarch64::Assembler
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1992 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/
Dlog-disasm250 0x~~~~~~~~~~~~~~~~ 28003c0e stnp w14, w15, [x0]
251 0x~~~~~~~~~~~~~~~~ a8004410 stnp x16, x17, [x0]
Dlog-disasm-colour250 0x~~~~~~~~~~~~~~~~ 28003c0e stnp w14, w15, [x0]
251 0x~~~~~~~~~~~~~~~~ a8004410 stnp x16, x17, [x0]
Dlog-all610 0x~~~~~~~~~~~~~~~~ 28003c0e stnp w14, w15, [x0]
613 0x~~~~~~~~~~~~~~~~ a8004410 stnp x16, x17, [x0]
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1134 void stnp(const CPURegister& rt, const CPURegister& rt2,
/external/valgrind/none/tests/arm64/
Dmemory.stdout.exp3477 stnp q18, q17, [x5, 16] with x5 = middle_of_block+-15, x6=4
3507 stnp d20, d19, [x5, 40] with x5 = middle_of_block+-15, x6=4
3537 stnp s19, s18, [x5, 68] with x5 = middle_of_block+-15, x6=4