|
|
|
|
|
by LegionMammal978
871 days ago
|
|
> (AFAIK there is still no three-operand version of scalar `ADD` in x86) Indeed, a 3-operand ADD is one of the extensions planned for Intel APX. But unless you need the output flags, an ordinary LEA suffices for adding two registers and storing the result in a third. |
|