Home
last modified time | relevance | path

Searched refs:op2IsInRegisters (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITArithmetic.cpp768 … types, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters, bool op2IsInRegisters) in emitBinaryDoubleOp() argument
782 if (!op2IsInRegisters) in emitBinaryDoubleOp()
840 ASSERT(op2IsInRegisters); in emitBinaryDoubleOp()
DJIT.h432 …t& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true);