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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue