/third_party/optimized-routines/string/aarch64/ |
H A D | __mtag_tag_zero_region.S | 22 #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.S | 22 #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 D | memcpy.S | 16 #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 D | memcpy-advsimd.S | 16 #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 D | strcpy-mte.S | 16 #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 D | memset.S | 16 #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 D | strcpy.S | 22 #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 D | memcpy.S | 14 #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 D | memset.S | 14 #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 D | SkBlendMode.cpp | 96 case SkBlendMode::kDstIn: stage = SkRasterPipeline::dstin; break; in SkBlendMode_AppendStages()
|
H A D | SkRasterPipeline.h | 70 M(dstatop) M(dstin) M(dstout) M(dstover) \
|
/third_party/optimized-routines/string/arm/ |
H A D | memcpy.S | 58 #define dstin r0 define 125 mov dst, dstin /* Preserve dstin, we need to return it. */
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 1411 BLEND_MODE(dstin) { return d * sa; } 3410 BLEND_MODE(dstin) { return div255( d*sa ); }
|