Lines Matching refs:BranchF
1798 __ BranchF(&check_zero, &check_nan_left, eq, left_reg, right_reg); in DoMathMinMax() local
1799 __ BranchF(&return_left, NULL, condition, left_reg, right_reg); in DoMathMinMax() local
1804 __ BranchF(&return_left, NULL, ne, left_reg, kDoubleRegZero); in DoMathMinMax() local
1817 __ BranchF(NULL, &return_left, eq, left_reg, left_reg); in DoMathMinMax() local
1924 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() local
1927 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local
1930 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local
1959 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF() local
2088 __ BranchF(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoBranch() local
2174 __ BranchF(NULL, instr->FalseLabel(chunk_), eq, in DoCompareNumericAndBranch() local
3532 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, temp, input); in DoMathPowHalf() local
4026 __ BranchF(NULL, &is_nan, eq, value, value); in DoStoreKeyedFixedDoubleArray() local