HomeSort by relevance Sort by last modified time
    Searched refs:isOperandConstantImmediateInt (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 115 if (isOperandConstantImmediateInt(op1)) {
120 } else if (isOperandConstantImmediateInt(op2)) {
139 emitBinaryDoubleOp(op_jnless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2));
156 if (!isOperandConstantImmediateInt(op1) && !isOperandConstantImmediateInt(op2))
160 if (!isOperandConstantImmediateInt(op1)) {
164 if (isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2)
    [all...]
JITArithmetic.cpp 89 if (isOperandConstantImmediateInt(op2)) {
90 // isOperandConstantImmediateInt(op2) => 1 SlowCase
126 if (isOperandConstantImmediateInt(op2)) {
159 if (isOperandConstantImmediateInt(op2)) {
176 if (!isOperandConstantImmediateInt(op1))
192 if (isOperandConstantImmediateInt(op2)) {
216 if (!isOperandConstantImmediateInt(op1)) {
274 if (isOperandConstantImmediateInt(op2)) {
279 } else if (isOperandConstantImmediateInt(op1)) {
316 if (isOperandConstantImmediateInt(op2))
    [all...]
JITInlineMethods.h 612 ALWAYS_INLINE bool JIT::isOperandConstantImmediateInt(unsigned src)
619 if (isOperandConstantImmediateInt(op1)) {
625 if (isOperandConstantImmediateInt(op2)) {
691 ALWAYS_INLINE bool JIT::isOperandConstantImmediateInt(unsigned src)
762 ASSERT(isOperandConstantImmediateInt(index));
JITOpcodes32_64.cpp 511 if (isOperandConstantImmediateInt(op1)) {
518 if (isOperandConstantImmediateInt(op2)) {
537 if (!isOperandConstantImmediateInt(op1) && !isOperandConstantImmediateInt(op2))
    [all...]
JITOpcodes.cpp 353 if (isOperandConstantImmediateInt(op2)) {
    [all...]
JIT.h     [all...]

Completed in 53 milliseconds