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

  /external/webkit/JavaScriptCore/jit/
JITArithmetic.cpp 96 JumpList notInt32Op2;
101 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag)));
110 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag)));
116 addSlowCase(notInt32Op2);
122 emitBinaryDoubleOp(op_jnless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2));
159 JumpList notInt32Op2;
164 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag)));
173 notInt32Op2.append(branch32(NotEqual, regT3, Imm32(JSValue::Int32Tag)));
179 addSlowCase(notInt32Op2);
185 emitBinaryDoubleOp(op_jless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImme (…)
    [all...]
JIT.h 437 void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true);
    [all...]

Completed in 19 milliseconds