linux-stable-rt/arch/microblaze/lib
Michal Simek de93c3c119 microblaze: Fix ASM optimized code for LE
Microblaze little-endian doesn't support ASM optimized library
functions(memcpy/memmove). Kconfig doens't contain
any information about endian that's why it is necessary to
check it in the source code.
The code is used with barrel shifter is used.

Signed-off-by: Michal Simek <monstr@monstr.eu>
2011-01-28 14:05:13 +01:00
..
Makefile
ashldi3.c
ashrdi3.c
divsi3.S
fastcopy.S microblaze: Fix ASM optimized code for LE 2011-01-28 14:05:13 +01:00
libgcc.h
lshrdi3.c
memcpy.c microblaze: Support C optimized lib functions for little-endian 2010-10-21 15:52:02 +10:00
memmove.c arch/microblaze: Remove unnecessary semicolons 2010-11-15 07:37:01 +01:00
memset.c
modsi3.S
muldi3.c microblaze: Fix __muldi3 function for little-endian. 2011-01-03 10:30:31 +01:00
mulsi3.S
uaccess_old.S
udivsi3.S
umodsi3.S