Update x64_sequences.cc
This commit is contained in:
parent
334f744fb8
commit
8525cf739e
|
@ -3269,7 +3269,7 @@ EMITTER_OPCODE_TABLE(
|
|||
// OPCODE_MUL_ADD
|
||||
// ============================================================================
|
||||
// d = 1 * 2 + 3
|
||||
// $0 = $1в$0 + $2
|
||||
// $0 = $1<EFBFBD>$0 + $2
|
||||
// TODO(benvanik): use other forms (132/213/etc) to avoid register shuffling.
|
||||
// dest could be src2 or src3 - need to ensure it's not before overwriting dest
|
||||
// perhaps use other 132/213/etc
|
||||
|
@ -3332,7 +3332,7 @@ EMITTER_OPCODE_TABLE(
|
|||
// OPCODE_MUL_SUB
|
||||
// ============================================================================
|
||||
// d = 1 * 2 - 3
|
||||
// $0 = $2в$0 - $3
|
||||
// $0 = $2<EFBFBD>$0 - $3
|
||||
// TODO(benvanik): use other forms (132/213/etc) to avoid register shuffling.
|
||||
// dest could be src2 or src3 - need to ensure it's not before overwriting dest
|
||||
// perhaps use other 132/213/etc
|
||||
|
|
Loading…
Reference in New Issue