HomeSort by relevance Sort by last modified time
    Searched refs:dstin (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
CopyMem.S 63 #define dstin x0 define
100 add dstend, dstin, count
114 stp B_l, B_h, [dstin, 16]
117 stp A_l, A_h, [dstin]
128 str A_l, [dstin]
136 str A_lw, [dstin]
148 strb A_lw, [dstin]
149 strb B_lw, [dstin, tmp1]
162 stp A_l, A_h, [dstin]
163 stp B_l, B_h, [dstin, 16]
    [all...]
SetMem.S 63 #define dstin x0 define
104 0: add dstend, dstin, count
114 str val, [dstin]
119 str valw, [dstin]
123 strb valw, [dstin]
130 str q0, [dstin]
134 str q0, [dstin, 16]
142 str q0, [dstin, 16]
143 stp q0, q0, [dstin, 32]
150 bic dst, dstin, 15
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memmove.S 63 #define dstin x0 define
92 sub tmp1, dstin, src
98 add dstend, dstin, count
143 stp E_l, E_h, [dstin, 48]
144 stp A_l, A_h, [dstin, 32]
145 stp B_l, B_h, [dstin, 16]
146 stp C_l, C_h, [dstin]
memcpy_base.S 63 #define dstin x0 define
99 add dstend, dstin, count
113 stp B_l, B_h, [dstin, 16]
116 stp A_l, A_h, [dstin]
128 str A_l, [dstin]
136 str A_lw, [dstin]
148 strb A_lw, [dstin]
149 strb B_lw, [dstin, tmp1]
162 stp A_l, A_h, [dstin]
163 stp B_l, B_h, [dstin, 16
    [all...]
memset.S 73 #define dstin x0 define
104 add dstend, dstin, count
114 str val, [dstin]
119 str valw, [dstin]
123 strb valw, [dstin]
130 str q0, [dstin]
134 str q0, [dstin, 16]
142 str q0, [dstin, 16]
143 stp q0, q0, [dstin, 32]
151 bic dst, dstin, 1
    [all...]
string_copy.S 72 #define dstin x0 define
106 mov dst, dstin
  /external/skia/src/core/
SkBlendMode.cpp 94 case SkBlendMode::kDstIn: stage = SkRasterPipeline::dstin; break;
SkRasterPipeline.h 58 M(dstatop) M(dstin) M(dstout) M(dstover) \
  /external/skqp/src/core/
SkBlendMode.cpp 94 case SkBlendMode::kDstIn: stage = SkRasterPipeline::dstin; break;
SkRasterPipeline.h 58 M(dstatop) M(dstin) M(dstout) M(dstover) \
  /external/skia/src/opts/
SkRasterPipeline_opts.h     [all...]
  /external/skqp/src/opts/
SkRasterPipeline_opts.h     [all...]

Completed in 404 milliseconds