diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-02 22:52:07 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-02 22:52:07 +0000 |
commit | 58b5d037b4627460242c9333860faabf6115069e (patch) | |
tree | 17a4f5527bd2fa5ae655916cd1acfd704d4d0a00 /ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S | |
parent | 6111eb855592438cc6f2da44e5887f8065bcef6e (diff) | |
download | edk2-platforms-58b5d037b4627460242c9333860faabf6115069e.tar.xz |
Remove tabs from all text files in the package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11295 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S')
-rw-r--r-- | ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S index 039688f44c..56b360426c 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S +++ b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S @@ -12,16 +12,16 @@ # #------------------------------------------------------------------------------ - .text - .align 2 - GCC_ASM_EXPORT(__modsi3) +\s\s.text +\s\s.align 2 +\s\sGCC_ASM_EXPORT(__modsi3) ASM_PFX(__modsi3): - stmfd sp!, {r4, r5, r7, lr} - add r7, sp, #8 - mov r5, r0 - mov r4, r1 - bl ___divsi3 - mul r0, r4, r0 - rsb r0, r0, r5 - ldmfd sp!, {r4, r5, r7, pc} +\s\sstmfd\s\ssp!, {r4, r5, r7, lr} +\s\sadd\s\sr7, sp, #8 +\s\smov\s\sr5, r0 +\s\smov\s\sr4, r1 +\s\sbl\s\s___divsi3 +\s\smul\s\sr0, r4, r0 +\s\srsb\s\sr0, r0, r5 +\s\sldmfd\s\ssp!, {r4, r5, r7, pc} |