aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/lib/strcpy-700.S (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta1-3/+3
With commit 9df62f054406 "arch: use ASM_NL instead of ';'" the generic macros can handle the arch specific newline quirk. Hence we can get rid of ARC asm macros and use the "C" style macros. Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2013-02-11ARC: String libraryVineet Gupta1-0/+70
Hand optimised asm code for ARC700 pipeline. Originally written/optimized by Joern Rennecke Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Joern Rennecke <joern.rennecke@embecosm.com>