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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp482 GPRReg arg1GPR = arg1.gpr(); local
495 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
506 slowPath.append(m_jit.branch64(MacroAssembler::Below, arg1GPR, GPRInfo::tagTypeNumberRegister));
510 branch32(cond, arg1GPR, arg2GPR, taken);
518 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
564 GPRReg arg1GPR = arg1.gpr(); local
577 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
589 slowPath.append(m_jit.branch64(MacroAssembler::Below, arg1GPR, GPRInfo::tagTypeNumberRegister));
593 m_jit.compare32(cond, arg1GPR, arg2GPR, resultGPR);
599 slowPath, this, helperFunction, resultGPR, arg1GPR, arg2GP
622 GPRReg arg1GPR = arg1.gpr(); local
676 GPRReg arg1GPR = arg1.gpr(); local
1737 GPRReg arg1GPR = arg1.gpr(); local
2646 GPRReg arg1GPR = arg1.gpr(); local
[all...]

Completed in 124 milliseconds