| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index 695e1975d1136f0a77eff38edf16e567715e310a..509d9fde977a83cf9f69214f3b351ca83a7ae653 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -977,6 +977,12 @@ class MacroAssembler: public Assembler {
|
| BranchF64(bd, target, nan, cc, cmp1, cmp2);
|
| }
|
|
|
| + void BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond,
|
| + MSARegister wt, BranchDelaySlot bd = PROTECT);
|
| +
|
| + void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,
|
| + MSARegister wt, BranchDelaySlot bd = PROTECT);
|
| +
|
| // Truncates a double using a specific rounding mode, and writes the value
|
| // to the result register.
|
| // The except_flag will contain any exceptions caused by the instruction.
|
|
|