summaryrefslogtreecommitdiffstats
path: root/memcpy_ldp_sttr.S
blob: e34610445a00771d3c54310e1cb17bffb14a7a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.macro	prfm1, Xn
.endm

.macro	ldp1, Xt1, Xt2, Xn, imm
	ldp	\Xt1, \Xt2, [\Xn], \imm
.endm

.macro	stp1, Xt1, Xt2, Xn, imm
	sttr	\Xt1, [\Xn]
	sttr	\Xt2, [\Xn, #8]
	add	\Xn, \Xn, \imm
.endm

.globl memcpy_ldp_sttr
memcpy_ldp_sttr:
	#include "copy_template.h"
	ret