Searched refs:arg1GPR (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGNonSpeculativeJIT.cpp | 353 GPRReg arg1GPR = arg1.gpr(); in compile() local 358 callOperation(operationValueAdd, result.gpr(), arg1GPR, arg2GPR); in compile() 432 GPRReg arg1GPR = arg1.gpr(); in compile() local 436 callOperation(dfgConvertJSValueToBoolean, result.gpr(), arg1GPR); in compile() 447 GPRReg arg1GPR = arg1.gpr(); in compile() local 452 callOperation(operationCompareLess, result.gpr(), arg1GPR, arg2GPR); in compile() 462 GPRReg arg1GPR = arg1.gpr(); in compile() local 467 callOperation(operationCompareLessEq, result.gpr(), arg1GPR, arg2GPR); in compile() 477 GPRReg arg1GPR = arg1.gpr(); in compile() local 482 callOperation(operationCompareEq, result.gpr(), arg1GPR, arg2GPR); in compile() [all …]
|