Home
last modified time | relevance | path

Searched refs:dstin (Results 1 - 13 of 13) sorted by relevance

/third_party/optimized-routines/string/aarch64/
H A D__mtag_tag_zero_region.S22 #define dstin x0 define
33 add dstend, dstin, count
42 add tmp, dstin, tmp, lsl 4
44 stzg dstin, [dstin]
45 stzg dstin, [tmp]
46 stzg dstin, [dstend, -16]
54 stz2g dstin, [dstin]
55 stz2g dstin, [dsti
[all...]
H A D__mtag_tag_region.S22 #define dstin x0 define
33 add dstend, dstin, count
42 add tmp, dstin, tmp, lsl 4
44 stg dstin, [dstin]
45 stg dstin, [tmp]
46 stg dstin, [dstend, -16]
54 st2g dstin, [dstin]
55 st2g dstin, [dsti
[all...]
H A Dmemcpy.S16 #define dstin x0 define
63 add dstend, dstin, count
74 stp A_l, A_h, [dstin]
83 str A_l, [dstin]
93 str A_lw, [dstin]
104 strb A_lw, [dstin]
105 strb B_lw, [dstin, tmp1]
119 stp A_l, A_h, [dstin]
120 stp B_l, B_h, [dstin, 16]
137 stp A_l, A_h, [dstin]
[all...]
H A Dmemcpy-advsimd.S16 #define dstin x0 define
59 add dstend, dstin, count
70 str A_q, [dstin]
79 str A_l, [dstin]
89 str A_lw, [dstin]
100 strb A_lw, [dstin]
101 strb B_lw, [dstin, tmp1]
113 stp A_q, B_q, [dstin]
126 stp A_q, B_q, [dstin]
127 stp E_q, F_q, [dstin, 3
[all...]
H A Dstrcpy-mte.S16 #define dstin x0 define
89 str dataq, [dstin]
90 str dataq2, [dstin, tmp]
91 IFSTPCPY (add result, dstin, len)
106 str data1, [dstin]
107 str data2, [dstin, tmp]
108 IFSTPCPY (add result, dstin, len)
117 str dataw1, [dstin]
118 str dataw2, [dstin, tmp]
119 IFSTPCPY (add result, dstin, le
[all...]
H A Dmemset.S16 #define dstin x0 define
29 add dstend, dstin, count
39 str val, [dstin]
44 str valw, [dstin]
48 strb valw, [dstin]
55 str q0, [dstin]
59 str q0, [dstin, 16]
67 str q0, [dstin, 16]
68 stp q0, q0, [dstin, 32]
75 bic dst, dstin, 1
[all...]
H A Dstrcpy.S22 #define dstin x0 define
140 add dst, dstin, pos, lsr #3 /* Bits to bytes. */
148 str data1, [dstin]
150 add dstin, dst, #8
157 add dst, dstin, pos, lsr #3 /* Bits to bytes. */
170 str data1w, [dstin]
172 mov dstin, dst
181 strh data1w, [dstin]
187 mov dstin, dst
196 stp data1, data2, [dstin]
[all...]
/third_party/musl/src/string/aarch64/
H A Dmemcpy.S14 #define dstin x0 define
57 add dstend, dstin, count
68 stp A_l, A_h, [dstin]
77 str A_l, [dstin]
87 str A_lw, [dstin]
98 strb A_lw, [dstin]
99 strb B_lw, [dstin, tmp1]
113 stp A_l, A_h, [dstin]
114 stp B_l, B_h, [dstin, 16]
131 stp A_l, A_h, [dstin]
[all...]
H A Dmemset.S14 #define dstin x0 define
27 add dstend, dstin, count
37 str val, [dstin]
42 str valw, [dstin]
46 strb valw, [dstin]
53 str q0, [dstin]
57 str q0, [dstin, 16]
65 str q0, [dstin, 16]
66 stp q0, q0, [dstin, 32]
73 bic dst, dstin, 1
[all...]
/third_party/skia/src/core/
H A DSkBlendMode.cpp96 case SkBlendMode::kDstIn: stage = SkRasterPipeline::dstin; break; in SkBlendMode_AppendStages()
H A DSkRasterPipeline.h70 M(dstatop) M(dstin) M(dstout) M(dstover) \
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S58 #define dstin r0 define
125 mov dst, dstin /* Preserve dstin, we need to return it. */
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h1411 BLEND_MODE(dstin) { return d * sa; }
3410 BLEND_MODE(dstin) { return div255( d*sa ); }

Completed in 8 milliseconds