mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-28 05:06:18 +08:00
internal/sm2ec: ppc64le, fix SEL
This commit is contained in:
parent
e8424e9b26
commit
a83f85f561
@ -151,8 +151,8 @@ TEXT ·p256NegCond(SB), NOSPLIT, $0-16
|
|||||||
VSUBUQM PL, Y1L, T1L // subtract part2 giving result
|
VSUBUQM PL, Y1L, T1L // subtract part2 giving result
|
||||||
VSUBEUQM PH, Y1H, CAR1, T1H // subtract part1 using carry from part2
|
VSUBEUQM PH, Y1H, CAR1, T1H // subtract part1 using carry from part2
|
||||||
|
|
||||||
VSEL Y1H, T1H, SEL, Y1H
|
VSEL T1H, Y1H, SEL, Y1H
|
||||||
VSEL Y1L, T1L, SEL, Y1L
|
VSEL T1L, Y1L, SEL, Y1L
|
||||||
|
|
||||||
XXPERMDI Y1H, Y1H, $2, Y1H
|
XXPERMDI Y1H, Y1H, $2, Y1H
|
||||||
XXPERMDI Y1L, Y1L, $2, Y1L
|
XXPERMDI Y1L, Y1L, $2, Y1L
|
||||||
|
Loading…
x
Reference in New Issue
Block a user