Changeset 145551 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Mar 12, 2013, 8:28:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r143232 r145551 1026 1026 # Encode a 64-bit double into 2 32-bit ints (low and high). 1027 1027 when "fd2ii" 1028 $asm.putc "Double2Ints(#{operands[0].clValue(:double)}, #{operands[1].clValue }, #{operands[2].clValue});"1028 $asm.putc "Double2Ints(#{operands[0].clValue(:double)}, #{operands[1].clValue(:uint32)}, #{operands[2].clValue(:uint32)});" 1029 1029 1030 1030 # 64-bit instruction: fq2d int64Op dblOp (based on X64)
Note:
See TracChangeset
for help on using the changeset viewer.