summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/backend/mips64/instruction-codes-mips64.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/backend/mips64/instruction-codes-mips64.h')
-rw-r--r--deps/v8/src/compiler/backend/mips64/instruction-codes-mips64.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/backend/mips64/instruction-codes-mips64.h b/deps/v8/src/compiler/backend/mips64/instruction-codes-mips64.h
index 6b6181de59..81e7f77682 100644
--- a/deps/v8/src/compiler/backend/mips64/instruction-codes-mips64.h
+++ b/deps/v8/src/compiler/backend/mips64/instruction-codes-mips64.h
@@ -416,8 +416,9 @@ namespace compiler {
// MRR = [register + register]
// TODO(plind): Add the new r6 address modes.
#define TARGET_ADDRESSING_MODE_LIST(V) \
- V(MRI) /* [%r0 + K] */ \
- V(MRR) /* [%r0 + %r1] */
+ V(MRI) /* [%r0 + K] */ \
+ V(MRR) /* [%r0 + %r1] */ \
+ V(Root) /* [%rr + K] */
} // namespace compiler
} // namespace internal