URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [s390/] [lib/] [strcmp.S] - Rev 1765
Compare with Previous | Blame | View Log
/** arch/s390/lib/strcmp.S* S390 strcmp routine** S390 version* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),*//** R2 = address of compare string* R3 = address of test string*/.globl strcmpstrcmp:SR 0,0SR 1,1CLST 2,3JO .-4JE strcmp_equalIC 0,0(3)IC 1,0(2)SR 1,0strcmp_equal:LR 2,1BR 14
