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

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

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

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