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>
14 std r3,48(r1) /* save destination pointer for return value */
17 neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry
21 /* Below we want to nop out the bne if we're on a CPU that has the
22 CPU_FTR_UNALIGNED_LD_STD bit set and the CPU_FTR_CP_USE_DCBTZ bit
24 At the time of writing the only CPU that has this combination of bits
30 ALT_FTR_SECTION_END(CPU_FTR_UNALIGNED_LD_STD | CPU_FTR_CP_USE_DCBTZ, \
31 CPU_FTR_UNALIGNED_LD_STD)
37 END_FTR_SECTION_IFCLR(CPU_FTR_UNALIGNED_LD_STD)
70 3: ld r3,48(r1) /* return dest pointer */
87 ld r9,0(r4) # 3+2n loads, 2+2n stores
96 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
99 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
114 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
153 3: ld r3,48(r1) /* return dest pointer */
157 PPC_MTOCRF 0x01,r6 # put #bytes to 8B bdry into cr7
172 3: PPC_MTOCRF 0x01,r5
198 4: ld r3,48(r1) /* return dest pointer */