Lines Matching refs:BranchF
1916 __ BranchF(&check_zero, &check_nan_left, eq, left_reg, right_reg); in DoMathMinMax() local
1917 __ BranchF(&return_left, NULL, condition, left_reg, right_reg); in DoMathMinMax() local
1922 __ BranchF(&return_left, NULL, ne, left_reg, kDoubleRegZero); in DoMathMinMax() local
1935 __ BranchF(NULL, &return_left, eq, left_reg, left_reg); in DoMathMinMax() local
2042 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() local
2045 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local
2048 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local
2077 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF() local
2206 __ BranchF(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoBranch() local
2292 __ BranchF(NULL, instr->FalseLabel(chunk_), eq, in DoCompareNumericAndBranch() local
3737 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, temp, input); in DoMathPowHalf() local