Searched refs:dstin (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm64/lib/ |
H A D | memcpy.S | 20 #define dstin x0 macro 62 add dstend, dstin, count 73 stp A_l, A_h, [dstin] 82 str A_l, [dstin] 92 str A_lw, [dstin] 103 strb A_lw, [dstin] 104 strb B_lw, [dstin, tmp1] 118 stp A_l, A_h, [dstin] 119 stp B_l, B_h, [dstin, 16] 136 stp A_l, A_h, [dstin] [all …]
|
H A D | copy_template.S | 24 dstin .req x0 label 42 mov dst, dstin
|
H A D | memset.S | 28 dstin .req x0 label 46 mov dst, dstin /* Preserve return value. */
|
H A D | copy_from_user.S | 65 9997: cmp dst, dstin
|
H A D | copy_to_user.S | 64 9997: cmp dst, dstin
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/ |
H A D | 0001-newlib-memcpy-remove-optimized-version.patch | 42 -#define dstin x0 87 - add dstend, dstin, count 101 - stp B_l, B_h, [dstin, 16] 104 - stp A_l, A_h, [dstin] 115 - str A_l, [dstin] 123 - str A_lw, [dstin] 135 - strb A_lw, [dstin] 136 - strb B_lw, [dstin, tmp1] 149 - stp A_l, A_h, [dstin] 150 - stp B_l, B_h, [dstin, 16] [all …]
|