mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
compiler-rt: Fix duplicate labels in Hexagon routines.
This commit is contained in:
parent
70ad7dcd48
commit
1285d41186
1 changed files with 4 additions and 4 deletions
|
|
@ -938,7 +938,7 @@ fn __hexagon_divdf3() align(32) callconv(.naked) noreturn {
|
|||
\\ }
|
||||
\\ {
|
||||
\\ p0 = cmp.gt(r12,#0)
|
||||
\\ if (p0.new) jump:nt .Lpossible_unf
|
||||
\\ if (p0.new) jump:nt .Ldiv_possible_unf
|
||||
\\ }
|
||||
\\ {
|
||||
\\ r13 = add(clb(r7:6),#-1)
|
||||
|
|
@ -981,7 +981,7 @@ fn __hexagon_divdf3() align(32) callconv(.naked) noreturn {
|
|||
\\ }
|
||||
\\
|
||||
\\
|
||||
\\ .Lpossible_unf:
|
||||
\\ .Ldiv_possible_unf:
|
||||
\\
|
||||
\\
|
||||
\\ {
|
||||
|
|
@ -1250,7 +1250,7 @@ fn __hexagon_muldf3() align(32) callconv(.naked) noreturn {
|
|||
\\ }
|
||||
\\
|
||||
\\ .falign
|
||||
\\ .Lpossible_unf:
|
||||
\\ .Lmul_possible_unf:
|
||||
\\ {
|
||||
\\ p0 = cmp.eq(r0,#0)
|
||||
\\ p0 = bitsclr(r1,r4)
|
||||
|
|
@ -1295,7 +1295,7 @@ fn __hexagon_muldf3() align(32) callconv(.naked) noreturn {
|
|||
\\ }
|
||||
\\ {
|
||||
\\ p0 = cmp.gt(r7,#0)
|
||||
\\ if (p0.new) jump:nt .Lpossible_unf
|
||||
\\ if (p0.new) jump:nt .Lmul_possible_unf
|
||||
\\ r5 = sub(r6,r5)
|
||||
\\ r28 = #63
|
||||
\\ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue