Home
last modified time | relevance | path

Searched refs:dstend (Results 1 – 8 of 8) sorted by relevance

/third_party/optimized-routines/string/aarch64/
Dmemcpy.S21 #define dstend x5 macro
62 add dstend, dstin, count
74 stp D_l, D_h, [dstend, -16]
83 str A_h, [dstend, -8]
93 str B_lw, [dstend, -4]
105 strb C_lw, [dstend, -1]
120 stp C_l, C_h, [dstend, -32]
121 stp D_l, D_h, [dstend, -16]
133 stp G_l, G_h, [dstend, -64]
134 stp H_l, H_h, [dstend, -48]
[all …]
Dmemcpy-advsimd.S21 #define dstend x5 macro
59 add dstend, dstin, count
71 str B_q, [dstend, -16]
80 str A_h, [dstend, -8]
90 str B_lw, [dstend, -4]
102 strb C_lw, [dstend, -1]
114 stp C_q, D_q, [dstend, -32]
124 stp G_q, H_q, [dstend, -64]
128 stp C_q, D_q, [dstend, -32]
165 stp E_q, F_q, [dstend, -64]
[all …]
Dmemset.S21 #define dstend x4 macro
29 add dstend, dstin, count
40 str val, [dstend, -8]
45 str valw, [dstend, -4]
50 strh valw, [dstend, -2]
57 str q0, [dstend, -16]
60 str q0, [dstend, -32]
69 stp q0, q0, [dstend, -32]
90 sub count, dstend, dst /* Count is now 64 too large. */
99 stp q0, q0, [dstend, -64]
[all …]
D__mtag_tag_region.S25 #define dstend x3 macro
33 add dstend, dstin, count
46 stg dstin, [dstend, -16]
56 st2g dstin, [dstend, -32]
74 sub count, dstend, dst /* Count is now 64 too large. */
83 st2g dstin, [dstend, -64]
84 st2g dstin, [dstend, -32]
95 st2g dstin, [dstend, -64]
96 st2g dstin, [dstend, -32]
D__mtag_tag_zero_region.S25 #define dstend x3 macro
33 add dstend, dstin, count
46 stzg dstin, [dstend, -16]
56 stz2g dstin, [dstend, -32]
74 sub count, dstend, dst /* Count is now 64 too large. */
83 stz2g dstin, [dstend, -64]
84 stz2g dstin, [dstend, -32]
95 stz2g dstin, [dstend, -64]
96 stz2g dstin, [dstend, -32]
/third_party/python/Doc/includes/
Dtzinfo_examples.py97 dststart, dstend = DSTSTART_2007, DSTEND_2007
99 dststart, dstend = DSTSTART_1987_2006, DSTEND_1987_2006
101 dststart, dstend = DSTSTART_1967_1986, DSTEND_1967_1986
106 end = first_sunday_on_or_after(dstend.replace(year=year))
/third_party/grpc/third_party/upb/upb/pb/
Dtextprinter.c53 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local
64 if (dstend - dst < 4) { in putescaped()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8600 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local
8611 if (dstend - dst < 4) { in putescaped()