Searched refs:dstend (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/lib/ |
H A D | memcpy.S | 25 #define dstend x5 macro 62 add dstend, dstin, count 74 stp D_l, D_h, [dstend, -16] 83 str A_h, [dstend, -8] 93 str B_lw, [dstend, -4] 105 strb C_lw, [dstend, -1] 120 stp C_l, C_h, [dstend, -32] 121 stp D_l, D_h, [dstend, -16] 133 stp G_l, G_h, [dstend, -64] 134 stp H_l, H_h, [dstend, -48] [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/ |
H A D | 0001-newlib-memcpy-remove-optimized-version.patch | 47 -#define dstend x5 87 - add dstend, dstin, count 102 - stp C_l, C_h, [dstend, -32] 105 - stp D_l, D_h, [dstend, -16] 116 - str A_h, [dstend, -8] 124 - str A_hw, [dstend, -4] 137 - strb A_hw, [dstend, -1] 153 - stp E_l, E_h, [dstend, -32] 154 - stp F_l, F_h, [dstend, -16] 200 - stp E_l, E_h, [dstend, -64] [all …]
|