Home
last modified time | relevance | path

Searched refs:BranchTrueShortF (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips64/
Dmacro-assembler-mips64.cc2085 BranchTrueShortF(&is_nan); in Neg_s()
2110 BranchTrueShortF(&is_nan); in Neg_d()
2336 BranchTrueShortF(&simple_convert); in Trunc_uw_d()
2371 BranchTrueShortF(&simple_convert); in Trunc_uw_s()
2401 BranchTrueShortF(&fail); in Trunc_ul_d()
2403 BranchTrueShortF(&fail); in Trunc_ul_d()
2413 BranchTrueShortF(&simple_convert); in Trunc_ul_d()
2456 BranchTrueShortF(&fail); in Trunc_ul_s()
2458 BranchTrueShortF(&fail); in Trunc_ul_s()
2472 BranchTrueShortF(&simple_convert); in Trunc_ul_s()
[all …]
Dmacro-assembler-mips64.h233 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
/external/v8/src/mips/
Dmacro-assembler-mips.cc1743 BranchTrueShortF(&is_nan); in Neg_s()
1769 BranchTrueShortF(&is_nan); in Neg_d()
1898 BranchTrueShortF(&simple_convert); in Trunc_uw_d()
1933 BranchTrueShortF(&simple_convert); in Trunc_uw_s()
2151 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in BranchTrueShortF() function in v8::internal::TurboAssembler
2182 BranchTrueShortF(target, bd); in BranchTrueF()
2191 BranchTrueShortF(&skip); in BranchFalseF()
2655 BranchTrueShortF(&done); in EmitFPUTruncate()
5062 BranchTrueShortF(&return_right); in Float32Max()
5064 BranchTrueShortF(&return_left); in Float32Max()
[all …]
Dmacro-assembler-mips.h216 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);