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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp483 GPRReg arg2GPR = arg2.gpr(); local
495 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
508 slowPath.append(m_jit.branch64(MacroAssembler::Below, arg2GPR, GPRInfo::tagTypeNumberRegister));
510 branch32(cond, arg1GPR, arg2GPR, taken);
518 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
565 GPRReg arg2GPR = arg2.gpr(); local
577 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
591 slowPath.append(m_jit.branch64(MacroAssembler::Below, arg2GPR, GPRInfo::tagTypeNumberRegister));
593 m_jit.compare32(cond, arg1GPR, arg2GPR, resultGPR);
599 slowPath, this, helperFunction, resultGPR, arg1GPR, arg2GPR)));
623 GPRReg arg2GPR = arg2.gpr(); local
677 GPRReg arg2GPR = arg2.gpr(); local
2647 GPRReg arg2GPR = arg2.gpr(); local
[all...]

Completed in 115 milliseconds