summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-defs.h
blob: 16525625157f195ad93c934865d1ad90fcee1a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_WASM_BASELINE_LIFTOFF_ASSEMBLER_MIPS64_DEFS_H_
#define V8_WASM_BASELINE_LIFTOFF_ASSEMBLER_MIPS64_DEFS_H_

#include "src/reglist.h"

namespace v8 {
namespace internal {
namespace wasm {

// TODO(clemensh): Implement the LiftoffAssembler on this platform.
static constexpr bool kLiftoffAssemblerImplementedOnThisPlatform = false;

static constexpr RegList kLiftoffAssemblerGpCacheRegs = 0xff;

}  // namespace wasm
}  // namespace internal
}  // namespace v8

#endif  // V8_WASM_BASELINE_LIFTOFF_ASSEMBLER_MIPS64_DEFS_H_