summaryrefslogtreecommitdiffstats
path: root/arch/arc/lib/memcmp.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2014-03-261-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>
* ARC: String libraryVineet Gupta2013-02-111-0/+124
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>