replace add with or

This commit is contained in:
Nikolay Volf 2016-04-04 11:06:16 +02:00 committed by arkpar
parent aed708ffd8
commit a3a0de096d
1 changed files with 3 additions and 3 deletions

View File

@ -345,9 +345,9 @@ macro_rules! uint_overflowing_mul {
mov $12, %rcx
mov $11, %rax
add %rax, %rcx
or %rax, %rcx
mov $10, %rax
add %rax, %rcx
or %rax, %rcx
jmp 2f
12:
@ -356,7 +356,7 @@ macro_rules! uint_overflowing_mul {
mov $7, %rcx
mov $6, %rax
add %rax, %rcx
or %rax, %rcx
cmpq $$0, %rcx
jne 2f