11cb0ef41Sopenharmony_ci// Copyright 2017 the V8 project authors. All rights reserved.
21cb0ef41Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be
31cb0ef41Sopenharmony_ci// found in the LICENSE file.
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci#ifndef V8_CODEGEN_MACRO_ASSEMBLER_INL_H_
61cb0ef41Sopenharmony_ci#define V8_CODEGEN_MACRO_ASSEMBLER_INL_H_
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ci#include "src/codegen/assembler-inl.h"
91cb0ef41Sopenharmony_ci#include "src/codegen/macro-assembler.h"
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_ci#if V8_TARGET_ARCH_ARM64
121cb0ef41Sopenharmony_ci#include "src/codegen/arm64/macro-assembler-arm64-inl.h"
131cb0ef41Sopenharmony_ci#endif
141cb0ef41Sopenharmony_ci
151cb0ef41Sopenharmony_ci#endif  // V8_CODEGEN_MACRO_ASSEMBLER_INL_H_
16