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

  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 70 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble();
73 ALWAYS_INLINE JSValue JIT::getConstantOperand(unsigned src)
337 move(Imm32(getConstantOperand(index).tag()), tag);
356 move(Imm32(getConstantOperand(index).payload()), payload);
564 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32();
570 constant = getConstantOperand(op1).asInt32();
576 constant = getConstantOperand(op2).asInt32();
663 return getConstantOperand(src).asInt32();
668 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32();
JITArithmetic.cpp 102 addJump(branch32(LessThanOrEqual, regT2, Imm32(getConstantOperand(op1).asInt32())), target);
106 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
165 addJump(branch32(GreaterThan, regT2, Imm32(getConstantOperand(op1).asInt32())), target);
169 addJump(branch32(LessThan, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
228 addJump(branch32(LessThan, regT2, Imm32(getConstantOperand(op1).asInt32())), target);
232 addJump(branch32(GreaterThan, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
289 lshift32(Imm32(getConstantOperand(op2).asInt32()), regT0);
329 rshift32(Imm32(getConstantOperand(op2).asInt32()), regT0);
756 emitSub32Constant(dst, op1, getConstantOperand(op2).asInt32(), types.first());
    [all...]
JITStubCall.h 138 addArgument(m_jit->getConstantOperand(srcVirtualRegister));
JITOpcodes.cpp 395 emitStore(dst, getConstantOperand(src));
430 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op1).asInt32())), target);
437 addJump(branch32(LessThanOrEqual, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
    [all...]
JIT.h     [all...]

Completed in 387 milliseconds