summaryrefslogtreecommitdiffstats
path: root/memcpy_ldtr_stp.S
blob: df8eb05b67a25252b86c7fe4593a5a13ecf66314 (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
	ldtr	\Xt1, [\Xn]
	ldtr	\Xt2, [\Xn, #8]
	add	\Xn, \Xn, \imm
.endm

.macro	stp1, Xt1, Xt2, Xn, imm
	stp	\Xt1, \Xt2, [\Xn], \imm
.endm

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