Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117736
b: refs/heads/master
c: 884afaa
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Oct 23, 2008
1 parent 636ca79 commit 34f11a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f80a3bb252cbb0959259328b9ab02b019123ed05
refs/heads/master: 884afaab44c9f92eb618ce53b3d2b5316f174a39
6 changes: 3 additions & 3 deletions trunk/arch/arm/include/asm/div64.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
__res = __m; \
asm ( "umlal %Q0, %R0, %Q1, %Q2\n\t" \
"mov %Q0, #0" \
: "+r" (__res) \
: "+&r" (__res) \
: "r" (__m), "r" (__n) \
: "cc" ); \
} else { \
Expand All @@ -182,7 +182,7 @@
"umlal %R0, %Q0, %Q1, %R2\n\t" \
"mov %R0, #0\n\t" \
"umlal %Q0, %R0, %R1, %R2" \
: "+r" (__res) \
: "+&r" (__res) \
: "r" (__m), "r" (__n) \
: "cc" ); \
} else { \
Expand All @@ -192,7 +192,7 @@
"adds %Q0, %1, %Q0\n\t" \
"adc %R0, %R0, #0\n\t" \
"umlal %Q0, %R0, %R2, %R3" \
: "+r" (__res), "+r" (__z) \
: "+&r" (__res), "+&r" (__z) \
: "r" (__m), "r" (__n) \
: "cc" ); \
} \
Expand Down

0 comments on commit 34f11a1

Please sign in to comment.