Changeset 155876 in webkit for trunk/Source/JavaScriptCore/offlineasm
- Timestamp:
- Sep 16, 2013, 10:13:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/sh4.rb
r155846 r155876 572 572 when "subi", "subp" 573 573 if operands.size == 3 574 if operands[1] != operands[2]574 if operands[1] == operands[2] 575 575 $asm.puts "neg #{sh4Operands([operands[2], operands[2]])}" 576 576 $asm.puts "add #{sh4Operands([operands[0], operands[2]])}"
Note:
See TracChangeset
for help on using the changeset viewer.