Searched refs:stnp (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/MC/AArch64/ |
D | basic-a64-diagnostics.s | 2753 stnp w1, w2, [x3, #253] 2754 stnp w9, w10, [x5, #256] 2756 stnp wsp, w9, [sp] 2775 stnp x7, x8, [x10, #-520] 2787 stnp x3, sp, [x9] 2795 stnp s3, s5, [sp, #-2] 2797 stnp s13, s19, [x5, #256] 2810 stnp d7, d8, [x0, #-520] define 2823 stnp q20, q25, [x5, #1024]
|
D | basic-a64-instructions.s | 3102 stnp wzr, w9, [sp, #252] 3118 stnp s27, s26, [sp, #-256] 3124 stnp d3, d5, [x9, #504] define 3125 stnp d7, d11, [x10, #-512] define 3131 stnp q3, q5, [sp] 3132 stnp q17, q19, [sp, #1008]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 2665 # CHECK: stnp wzr, w9, [sp, #252] 2681 # CHECK: stnp s27, s26, [sp, #-256] 2687 # CHECK: stnp d3, d5, [x9, #504] 2688 # CHECK: stnp d7, d11, [x10, #-512] 2694 # CHECK: stnp q3, q5, [sp] 2695 # CHECK: stnp q17, q19, [sp, #1008]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3502 "stnp\t$Rt, $Rt2, [$Rn, $SImm7]", [], NoItinerary> { 3506 def : InstAlias<"stnp $Rt, $Rt2, [$Rn]",
|