summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/baseline/ppc/liftoff-assembler-ppc-defs.h
blob: b0d1317166ec40bfb9462cbf3024519610d8f74f (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_PPC_DEFS_H_
#define V8_WASM_BASELINE_LIFTOFF_ASSEMBLER_PPC_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_PPC_DEFS_H_