Searched refs:valueOfInt32Constant (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCodeGenerator.cpp50 m_jit.move(MacroAssembler::Imm32(valueOfInt32Constant(nodeIndex)), reg);
121 m_jit.move(MacroAssembler::Imm32(valueOfInt32Constant(nodeIndex)), reg);
248 JSValue jsValue = jsNumber(valueOfInt32Constant(nodeIndex));
H A DDFGJITCompiler.cpp72 move(MacroAssembler::Imm32(valueOfInt32Constant(nodeIndex)), gprToRegisterID(gpr));
90 JSValue jsValue = jsNumber(valueOfInt32Constant(nodeIndex));
H A DDFGNonSpeculativeJIT.h139 m_jit.move(Imm32(valueOfInt32Constant(nodeIndex)), reg);
H A DDFGSpeculativeJIT.cpp48 m_jit.move(MacroAssembler::Imm32(valueOfInt32Constant(nodeIndex)), reg);
275 bitOp(op, valueOfInt32Constant(node.child1), op2.registerID(), result.registerID());
282 bitOp(op, valueOfInt32Constant(node.child2), op1.registerID(), result.registerID());
305 shiftOp(op, op1.registerID(), valueOfInt32Constant(node.child2) & 0x1f, result.registerID());
H A DDFGByteCodeParser.cpp259 return getDoubleConstant(valueOfInt32Constant(index), node.constantNumber());
337 int32_t valueOfInt32Constant(NodeIndex index)
600 if (isInt32Constant(op2) && !(valueOfInt32Constant(op2) & 0x1f))
613 if (isInt32Constant(op2) && !(valueOfInt32Constant(op2) & 0x1f))
635 if (valueOfInt32Constant(op2) & 0x1f)
H A DDFGJITCompiler.h269 int32_t valueOfInt32Constant(NodeIndex nodeIndex)
H A DDFGNonSpeculativeJIT.cpp222 bitOp(op, valueOfInt32Constant(node.child1), op2.registerID(), result.registerID());
229 bitOp(op, valueOfInt32Constant(node.child2), op1.registerID(), result.registerID());
252 int shiftAmount = valueOfInt32Constant(node.child2) & 0x1f;
H A DDFGJITCodeGenerator.h244 int32_t valueOfInt32Constant(NodeIndex nodeIndex) { return m_jit.valueOfInt32Constant(nodeIndex); } function in class:JSC::DFG::JITCodeGenerator

Completed in 93 milliseconds