Home
last modified time | relevance | path

Searched refs:BranchFalseShortF (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.h217 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
Dmacro-assembler-mips.cc2162 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in BranchFalseShortF() function in v8::internal::TurboAssembler
2178 BranchFalseShortF(&skip); in BranchTrueF()
2195 BranchFalseShortF(target, bd); in BranchFalseF()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h234 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
Dmacro-assembler-mips64.cc2676 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in BranchFalseShortF() function in v8::internal::TurboAssembler
2692 BranchFalseShortF(&skip); in BranchTrueF()
2709 BranchFalseShortF(target, bd); in BranchFalseF()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2681 __ BranchFalseShortF(&done); in Generate_MathPowInternal() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2700 __ BranchFalseShortF(&done); in Generate_MathPowInternal() local