mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
tcg-i386: use LEA for 3-operand 64-bit addition
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
092bb30688
commit
163fa4b09d
@ -2099,7 +2099,7 @@ static const TCGTargetOpDef x86_op_defs[] = {
|
||||
{ INDEX_op_st32_i64, { "ri", "r" } },
|
||||
{ INDEX_op_st_i64, { "re", "r" } },
|
||||
|
||||
{ INDEX_op_add_i64, { "r", "0", "re" } },
|
||||
{ INDEX_op_add_i64, { "r", "r", "re" } },
|
||||
{ INDEX_op_mul_i64, { "r", "0", "re" } },
|
||||
{ INDEX_op_div2_i64, { "a", "d", "0", "1", "r" } },
|
||||
{ INDEX_op_divu2_i64, { "a", "d", "0", "1", "r" } },
|
||||
|
Loading…
Reference in New Issue
Block a user