/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 576 __ BranchF(NULL, &nan, eq, f12, f14); in GenerateGeneric() local 593 __ BranchF(USE_DELAY_SLOT, &skip, NULL, lt, f12, f14); in GenerateGeneric() local 596 __ BranchF(USE_DELAY_SLOT, &skip, NULL, eq, f12, f14); in GenerateGeneric() local 843 __ BranchF(&done, NULL, ne, double_result, kDoubleRegZero); in Generate() local 2174 __ BranchF(&fpu_eq, &unordered, eq, f0, f2); in GenerateNumbers() local 2177 __ BranchF(&fpu_lt, NULL, lt, f0, f2); in GenerateNumbers() local
|
D | macro-assembler-mips64.h | 956 inline void BranchF(BranchDelaySlot bd, Label* target, Label* nan, in BranchF() function
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 578 __ BranchF(NULL, &nan, eq, f12, f14); in GenerateGeneric() local 595 __ BranchF(USE_DELAY_SLOT, &skip, NULL, lt, f12, f14); in GenerateGeneric() local 598 __ BranchF(USE_DELAY_SLOT, &skip, NULL, eq, f12, f14); in GenerateGeneric() local 846 __ BranchF(&done, NULL, ne, double_result, kDoubleRegZero); in Generate() local 2167 __ BranchF(&fpu_eq, &unordered, eq, f0, f2); in GenerateNumbers() local 2170 __ BranchF(&fpu_lt, NULL, lt, f0, f2); in GenerateNumbers() local
|
D | macro-assembler-mips.h | 903 inline void BranchF(BranchDelaySlot bd, Label* target, Label* nan, in BranchF() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1879 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() local 1882 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local 1885 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local 1914 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF() local 2035 __ BranchF(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoBranch() local 2122 __ BranchF(NULL, instr->FalseLabel(chunk_), eq, in DoCompareNumericAndBranch() local 3376 __ BranchF(&done, NULL, eq, temp, input); in DoMathPowHalf() local 3861 __ BranchF(NULL, &is_nan, eq, value, value); in DoStoreKeyedFixedDoubleArray() local
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2000 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() local 2003 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local 2006 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() local 2035 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF() local 2156 __ BranchF(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoBranch() local 2243 __ BranchF(NULL, instr->FalseLabel(chunk_), eq, in DoCompareNumericAndBranch() local 3582 __ BranchF(&done, NULL, eq, temp, input); in DoMathPowHalf() local
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 199 __ BranchF(nullptr, &compare_nan, eq, f0, f2); in Generate_MathMaxMin() local
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 199 __ BranchF(nullptr, &compare_nan, eq, f0, f2); in Generate_MathMaxMin() local
|