Ignore:
Timestamp:
May 15, 2010, 1:58:57 AM (15 years ago)
Author:
[email protected]
Message:

2010-05-15 Chao-ying Fu <[email protected]>

Reviewed by Oliver Hunt.

Update MIPS JIT for unsigned right shift, Math.sqrt, load16
https://bugs.webkit.org/show_bug.cgi?id=38412

Fixed MIPS build failure.

  • assembler/MIPSAssembler.h: (JSC::MIPSAssembler::srl): (JSC::MIPSAssembler::srlv): (JSC::MIPSAssembler::sqrtd):
  • assembler/MacroAssemblerMIPS.h: (JSC::MacroAssemblerMIPS::urshift32): (JSC::MacroAssemblerMIPS::sqrtDouble): (JSC::MacroAssemblerMIPS::load16): (JSC::MacroAssemblerMIPS::supportsFloatingPointSqrt):
  • jit/JSInterfaceJIT.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JSInterfaceJIT.h

    r59056 r59527  
    153153        static const FPRegisterID fpRegT1 = MIPSRegisters::f6;
    154154        static const FPRegisterID fpRegT2 = MIPSRegisters::f8;
    155         static const FPRegisterID fpRegT2 = MIPSRegisters::f10;
     155        static const FPRegisterID fpRegT3 = MIPSRegisters::f10;
    156156#else
    157157#error "JIT not supported on this platform."
Note: See TracChangeset for help on using the changeset viewer.