Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-pair.d208 320: 283fbfe7 stnp w7, w15, \[sp, #-4\]
209 324: 28003fe7 stnp w7, w15, \[sp\]
210 328: 2807bfe7 stnp w7, w15, \[sp, #60\]
220 350: a83fbfe7 stnp x7, x15, \[sp, #-8\]
221 354: a8003fe7 stnp x7, x15, \[sp\]
232 380: 2c3fbfe7 stnp s7, s15, \[sp, #-4\]
233 384: 2c003fe7 stnp s7, s15, \[sp\]
234 388: 2c07bfe7 stnp s7, s15, \[sp, #60\]
244 3b0: 6c3fbfe7 stnp d7, d15, \[sp, #-8\]
245 3b4: 6c003fe7 stnp d7, d15, \[sp\]
[all …]
H A Dldst-reg-pair.s84 op3 stnp, w, 4, \type
87 op3 stnp, x, 8, \type
90 op3 stnp, s, 4, \type
93 op3 stnp, d, 8, \type
96 op3 stnp, q, 16, \type
H A Ddiagnostic.s87 stnp x7, x15, [x3, #32]!
H A Ddiagnostic.l85 [^:]*:87: Error: unexpected address writeback at operand 3 -- `stnp x7,x15,\[x3,#32\]!'
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-pair.d208 320: 283fbfe7 stnp w7, w15, \[sp, #-4\]
209 324: 28003fe7 stnp w7, w15, \[sp\]
210 328: 2807bfe7 stnp w7, w15, \[sp, #60\]
220 350: a83fbfe7 stnp x7, x15, \[sp, #-8\]
221 354: a8003fe7 stnp x7, x15, \[sp\]
232 380: 2c3fbfe7 stnp s7, s15, \[sp, #-4\]
233 384: 2c003fe7 stnp s7, s15, \[sp\]
234 388: 2c07bfe7 stnp s7, s15, \[sp, #60\]
244 3b0: 6c3fbfe7 stnp d7, d15, \[sp, #-8\]
245 3b4: 6c003fe7 stnp d7, d15, \[sp\]
[all …]
H A Dldst-reg-pair.s84 op3 stnp, w, 4, \type
87 op3 stnp, x, 8, \type
90 op3 stnp, s, 4, \type
93 op3 stnp, d, 8, \type
96 op3 stnp, q, 16, \type
H A Ddiagnostic.s87 stnp x7, x15, [x3, #32]!
H A Ddiagnostic.l85 [^:]*:87: Error: unexpected address writeback at operand 3 -- `stnp x7,x15,\[x3,#32\]!'
/netbsd/sys/arch/aarch64/aarch64/
H A Dpmap_page.S62 2: stnp xzr, xzr, [x0, #0]
63 stnp xzr, xzr, [x0, #16]
64 stnp xzr, xzr, [x0, #32]
65 stnp xzr, xzr, [x0, #48]
91 stnp x2, x3, [x1, #0]
92 stnp x4, x5, [x1, #16]
93 stnp x6, x7, [x1, #32]
94 stnp x8, x9, [x1, #48]
/netbsd/usr.sbin/mrouted/
H A Dprune.c594 struct stable *st,**stnp; in add_table_entry() local
699 stnp = &gt->gt_srctbl; in add_table_entry()
703 stnp = &st->st_next; in add_table_entry()
713 st->st_next = *stnp; in add_table_entry()
714 *stnp = st; in add_table_entry()
1558 stnp = &gt->gt_srctbl; in steal_sources()
1572 *stnp = st->st_next; in steal_sources()
1576 stnp = &st->st_next; in steal_sources()
1685 stnp = &gt->gt_srctbl; in age_table_entry()
1697 *stnp = st->st_next; in age_table_entry()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td3080 defm STNPW : StorePairNoAlloc<0b00, 0, GPR32z, simm7s4, "stnp">;
3081 defm STNPX : StorePairNoAlloc<0b10, 0, GPR64z, simm7s8, "stnp">;
3082 defm STNPS : StorePairNoAlloc<0b00, 1, FPR32Op, simm7s4, "stnp">;
3083 defm STNPD : StorePairNoAlloc<0b01, 1, FPR64Op, simm7s8, "stnp">;
3084 defm STNPQ : StorePairNoAlloc<0b10, 1, FPR128Op, simm7s16, "stnp">;