.macro prfm1, Xn .endm .macro ldp1, Xt1, Xt2, Xn, imm ldp \Xt1, \Xt2, [\Xn], \imm .endm .macro stp1, Xt1, Xt2, Xn, imm str \Xt1, [\Xn] str \Xt2, [\Xn, #8] add \Xn, \Xn, \imm .endm .globl memcpy_ldp_str memcpy_ldp_str: #include "copy_template.h" ret