2 * Copyright (C) 2002 Paul Mackerras, IBM Corp.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
9 #include <asm/processor.h>
10 #include <asm/ppc_asm.h>
15 std r3,48(r1) /* save destination pointer for return value */
18 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_VMX_COPY)
21 neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry
25 /* Below we want to nop out the bne if we're on a CPU that has the
26 CPU_FTR_UNALIGNED_LD_STD bit set and the CPU_FTR_CP_USE_DCBTZ bit
28 At the time of writing the only CPU that has this combination of bits
34 ALT_FTR_SECTION_END(CPU_FTR_UNALIGNED_LD_STD | CPU_FTR_CP_USE_DCBTZ, \
35 CPU_FTR_UNALIGNED_LD_STD)
41 END_FTR_SECTION_IFCLR(CPU_FTR_UNALIGNED_LD_STD)
74 3: ld r3,48(r1) /* return dest pointer */
91 ld r9,0(r4) # 3+2n loads, 2+2n stores
100 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
103 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
118 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
157 3: ld r3,48(r1) /* return dest pointer */
161 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
176 3: PPC_MTOCRF(0x01,r5)
202 4: ld r3,48(r1) /* return dest pointer */