Changeset 251893 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Oct 31, 2019, 4:28:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r250803 r251893 686 686 687 687 # Convert an int value to its double equivalent, and store it in a double register. 688 when "ci2d "689 $asm.putc "#{operands[1].clLValue(:double)} = (double)#{operands[0].clValue(:int32)}; // ci2d "688 when "ci2ds" 689 $asm.putc "#{operands[1].clLValue(:double)} = (double)#{operands[0].clValue(:int32)}; // ci2ds" 690 690 691 691 when "bdeq"
Note:
See TracChangeset
for help on using the changeset viewer.