Searched refs:BranchShortMSA (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 867 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond, 1012 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,
|
D | macro-assembler-mips64.cc | 2725 BranchShortMSA(df, &skip, neg_cond, wt, bd); in BranchMSA() 2729 BranchShortMSA(df, target, cond, wt, bd); in BranchMSA() 2735 void TurboAssembler::BranchShortMSA(MSABranchDF df, Label* target, in BranchShortMSA() function in v8::internal::TurboAssembler
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 858 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,
|
D | macro-assembler-mips.cc | 2211 BranchShortMSA(df, &skip, neg_cond, wt, bd); in BranchMSA() 2215 BranchShortMSA(df, target, cond, wt, bd); in BranchMSA() 2221 void TurboAssembler::BranchShortMSA(MSABranchDF df, Label* target, in BranchShortMSA() function in v8::internal::TurboAssembler
|