Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGNonSpeculativeJIT.cpp354 GPRReg arg2GPR = arg2.gpr(); in compile() local
358 callOperation(operationValueAdd, result.gpr(), arg1GPR, arg2GPR); in compile()
448 GPRReg arg2GPR = arg2.gpr(); in compile() local
452 callOperation(operationCompareLess, result.gpr(), arg1GPR, arg2GPR); in compile()
463 GPRReg arg2GPR = arg2.gpr(); in compile() local
467 callOperation(operationCompareLessEq, result.gpr(), arg1GPR, arg2GPR); in compile()
478 GPRReg arg2GPR = arg2.gpr(); in compile() local
482 callOperation(operationCompareEq, result.gpr(), arg1GPR, arg2GPR); in compile()
493 GPRReg arg2GPR = arg2.gpr(); in compile() local
497 callOperation(operationCompareStrictEq, result.gpr(), arg1GPR, arg2GPR); in compile()
[all …]