~ubuntu-branches/ubuntu/wily/qtwebkit-source/wily-proposed

« back to all changes in this revision

Viewing changes to Source/JavaScriptCore/offlineasm/cloop.rb

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-03-28 15:37:15 UTC
  • Revision ID: package-import@ubuntu.com-20130328153715-3jvmgs6px45o6111
Tags: 2.3.0-0ubuntu2
Add kubuntu_fix_for_powerpc.diff from upstream to fix compile on powerpc
https://bugs.webkit.org/show_bug.cgi?id=112141

Show diffs side-by-side

added added

removed removed

Lines of Context:
1025
1025
        # 32-bit instruction: f2dii dblOp int32LoOp int32HiOp (based on ARMv7)
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)
1031
1031
        # Copy a bit-encoded double in a 64-bit int register to a double register.