Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1798 __ 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
[all …]
/external/v8/src/mips/
Dcode-stubs-mips.cc635 __ BranchF(NULL, &nan, eq, f12, f14); in GenerateGeneric() local
652 __ BranchF(USE_DELAY_SLOT, &skip, NULL, lt, f12, f14); in GenerateGeneric() local
655 __ BranchF(USE_DELAY_SLOT, &skip, NULL, eq, f12, f14); in GenerateGeneric() local
868 __ BranchF(USE_DELAY_SLOT, in Generate() local
878 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, double_base, double_scratch); in Generate() local
888 __ BranchF(USE_DELAY_SLOT, in Generate() local
898 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, double_base, double_scratch); in Generate() local
968 __ BranchF(&done, NULL, ne, double_result, kDoubleRegZero); in Generate() local
3523 __ BranchF(&fpu_eq, &unordered, eq, f0, f2); in GenerateNumbers() local
3526 __ BranchF(&fpu_lt, NULL, lt, f0, f2); in GenerateNumbers() local
Dmacro-assembler-mips.h821 inline void BranchF(Label* target, Label* nan, Condition cc, FPURegister cmp1,
826 inline void BranchF(BranchDelaySlot bd, Label* target, Label* nan, in BranchF() function
Dcodegen-mips.cc1127 __ BranchF(&zero, NULL, ge, double_scratch1, input); in EmitMathExp() local
1130 __ BranchF(&infinity, NULL, ge, input, double_scratch2); in EmitMathExp() local
Dmacro-assembler-mips.cc1383 BranchF(&simple_convert, NULL, lt, fd, scratch); in Trunc_uw_d()
1790 BranchF(&done, NULL, eq, double_input, double_scratch); in EmitFPUTruncate()
5599 BranchF(&above_zero, NULL, gt, input_reg, temp_double_reg); in ClampDoubleToUint8()
5608 BranchF(&in_bounds, NULL, le, input_reg, temp_double_reg); in ClampDoubleToUint8()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc633 __ BranchF(NULL, &nan, eq, f12, f14); in GenerateGeneric() local
650 __ BranchF(USE_DELAY_SLOT, &skip, NULL, lt, f12, f14); in GenerateGeneric() local
653 __ BranchF(USE_DELAY_SLOT, &skip, NULL, eq, f12, f14); in GenerateGeneric() local
866 __ BranchF(USE_DELAY_SLOT, in Generate() local
876 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, double_base, double_scratch); in Generate() local
886 __ BranchF(USE_DELAY_SLOT, in Generate() local
896 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, double_base, double_scratch); in Generate() local
966 __ BranchF(&done, NULL, ne, double_result, kDoubleRegZero); in Generate() local
3555 __ BranchF(&fpu_eq, &unordered, eq, f0, f2); in GenerateNumbers() local
3558 __ BranchF(&fpu_lt, NULL, lt, f0, f2); in GenerateNumbers() local
Dmacro-assembler-mips64.h888 inline void BranchF(Label* target, Label* nan, Condition cc, FPURegister cmp1,
893 inline void BranchF(BranchDelaySlot bd, Label* target, Label* nan, in BranchF() function
Dcodegen-mips64.cc1122 __ BranchF(&zero, NULL, ge, double_scratch1, input); in EmitMathExp() local
1125 __ BranchF(&infinity, NULL, ge, input, double_scratch2); in EmitMathExp() local
Dmacro-assembler-mips64.cc1722 BranchF(&simple_convert, NULL, lt, fd, scratch); in Trunc_uw_d()
1752 BranchF(&fail, &fail, le, fd, scratch); in Trunc_ul_d()
1761 BranchF(&simple_convert, nullptr, lt, fd, scratch); in Trunc_ul_d()
2176 BranchF(&done, NULL, eq, double_input, double_scratch); in EmitFPUTruncate()
6317 BranchF(&above_zero, NULL, gt, input_reg, temp_double_reg); in ClampDoubleToUint8()
6326 BranchF(&in_bounds, NULL, le, input_reg, temp_double_reg); in ClampDoubleToUint8()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc1916 __ 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
[all …]