Home
last modified time | relevance | path

Searched refs:B_h (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/lib/
H A Dmemcpy.S31 #define B_h x9 macro
113 ldp B_l, B_h, [src, 16]
119 stp B_l, B_h, [dstin, 16]
137 stp B_l, B_h, [dstin, 16]
162 ldp B_l, B_h, [src, 32]
171 stp B_l, B_h, [dst, 32]
172 ldp B_l, B_h, [src, 32]
185 stp B_l, B_h, [dst, 32]
186 ldp B_l, B_h, [srcend, -32]
232 ldp B_l, B_h, [src, 16]
[all …]
H A Dcopy_template.S36 B_h .req x10 label
137 ldp1 B_l, B_h, src, #16
139 stp1 B_l, B_h, dst, #16
156 ldp1 B_l, B_h, src, #16
166 stp1 B_l, B_h, dst, #16
167 ldp1 B_l, B_h, src, #16
175 stp1 B_l, B_h, dst, #16
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/
H A D0001-newlib-memcpy-remove-optimized-version.patch54 -#define B_h x9
99 - ldp B_l, B_h, [src, 16]
101 - stp B_l, B_h, [dstin, 16]
144 - ldp B_l, B_h, [src, 16]
150 - stp B_l, B_h, [dstin, 16]
171 - ldp B_l, B_h, [src, 32]
179 - stp B_l, B_h, [dst, 32]
180 - ldp B_l, B_h, [src, 32]
195 - stp B_l, B_h, [dst, 32]
196 - ldp B_l, B_h, [srcend, -32]
[all …]