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

  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic.cpp 94 rshift32(Imm32(getConstantOperandImmediateInt(op2) & 0x1f), regT0);
277 int32_t op2imm = getConstantOperandImmediateInt(op2);
282 int32_t op1imm = getConstantOperandImmediateInt(op1);
430 int32_t op2imm = getConstantOperandImmediateInt(op2);
435 int32_t op1imm = getConstantOperandImmediateInt(op1);
583 int32_t op2imm = getConstantOperandImmediateInt(op2);
588 int32_t op1imm = getConstantOperandImmediateInt(op1);
724 int32_t imm = getConstantOperandImmediateInt(op1);
731 int32_t imm = getConstantOperandImmediateInt(op2);
    [all...]
JITInlineMethods.h 686 ALWAYS_INLINE int32_t JIT::getConstantOperandImmediateInt(unsigned src)
JIT.h 527 int32_t getConstantOperandImmediateInt(unsigned src);
    [all...]
JITOpcodes.cpp 356 int32_t op2imm = getConstantOperandImmediateInt(op2);
    [all...]

Completed in 635 milliseconds