Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 421009 | Differences between
and this patch

Collapse All | Expand All

(-)qt-everywhere-opensource-src-4.8.2.orig/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h (-1 / +1 lines)
Lines 436-442 Link Here
436
        void emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
436
        void emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
437
        void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true);
437
        void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true);
438
438
439
#if CPU(X86)
439
#if CPU(X86) || (CPU(X86_64) && defined(__ILP32__))
440
        // These architecture specific value are used to enable patching - see comment on op_put_by_id.
440
        // These architecture specific value are used to enable patching - see comment on op_put_by_id.
441
        static const int patchOffsetPutByIdStructure = 7;
441
        static const int patchOffsetPutByIdStructure = 7;
442
        static const int patchOffsetPutByIdExternalLoad = 13;
442
        static const int patchOffsetPutByIdExternalLoad = 13;

Return to bug 421009