Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 3b2539e408868d9cc2053549b51136444e803c32..d7378317cc8faa155d556a57738c691833809dc3 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -913,6 +913,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. |