Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: fusl/src/string/arm/memcpy_le.s

Issue 1712063002: [fusl] Consistently name asm files .s, not .S (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/src/string/arm/memcpy_le.S ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef __ARMEB__ 1 #ifndef __ARMEB__
2 2
3 /* 3 /*
4 * Copyright (C) 2008 The Android Open Source Project 4 * Copyright (C) 2008 The Android Open Source Project
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * * Redistributions of source code must retain the above copyright 10 * * Redistributions of source code must retain the above copyright
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 strbmi r2, [r0], #1 374 strbmi r2, [r0], #1
375 strbcs r3, [r0], #1 375 strbcs r3, [r0], #1
376 strbcs r12,[r0] 376 strbcs r12,[r0]
377 377
378 /* we're done! restore sp and spilled registers and return */ 378 /* we're done! restore sp and spilled registers and return */
379 add sp, sp, #28 379 add sp, sp, #28
380 ldmfd sp!, {r0, r4, lr} 380 ldmfd sp!, {r0, r4, lr}
381 bx lr 381 bx lr
382 382
383 #endif 383 #endif
OLDNEW
« no previous file with comments | « fusl/src/string/arm/memcpy_le.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698