mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 05:42:35 +00:00
Better register allocation for x86_64 asm
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
99f0cdc0e0
commit
5f249852a5
@ -348,8 +348,8 @@ static inline mbedtls_ct_condition_t mbedtls_ct_uint_lt(mbedtls_ct_uint_t x, mbe
|
|||||||
"sar $63, %[x] \n\t"
|
"sar $63, %[x] \n\t"
|
||||||
:
|
:
|
||||||
[mask] "=&a" (mask),
|
[mask] "=&a" (mask),
|
||||||
[x] "+&S" (x),
|
[x] "+&D" (x),
|
||||||
[y] "+&D" (y)
|
[y] "+&S" (y)
|
||||||
:
|
:
|
||||||
:
|
:
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user