v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
assembler-inl.h
Go to the documentation of this file.
1
// Copyright 2016 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef V8_CODEGEN_ASSEMBLER_INL_H_
6
#define V8_CODEGEN_ASSEMBLER_INL_H_
7
8
#include "
src/codegen/assembler.h
"
9
// Include the non-inl header before the rest of the headers.
10
11
#if V8_TARGET_ARCH_IA32
12
#include "
src/codegen/ia32/assembler-ia32-inl.h
"
13
#elif V8_TARGET_ARCH_X64
14
#include "
src/codegen/x64/assembler-x64-inl.h
"
15
#elif V8_TARGET_ARCH_ARM64
16
#include "
src/codegen/arm64/assembler-arm64-inl.h
"
17
#elif V8_TARGET_ARCH_ARM
18
#include "
src/codegen/arm/assembler-arm-inl.h
"
19
#elif V8_TARGET_ARCH_PPC64
20
#include "
src/codegen/ppc/assembler-ppc-inl.h
"
21
#elif V8_TARGET_ARCH_MIPS64
22
#include "
src/codegen/mips64/assembler-mips64-inl.h
"
23
#elif V8_TARGET_ARCH_LOONG64
24
#include "
src/codegen/loong64/assembler-loong64-inl.h
"
25
#elif V8_TARGET_ARCH_S390X
26
#include "
src/codegen/s390/assembler-s390-inl.h
"
27
#elif V8_TARGET_ARCH_RISCV32 || V8_TARGET_ARCH_RISCV64
28
#include "
src/codegen/riscv/assembler-riscv-inl.h
"
29
#else
30
#error Unknown architecture.
31
#endif
32
33
#endif
// V8_CODEGEN_ASSEMBLER_INL_H_
assembler-arm-inl.h
assembler-arm64-inl.h
assembler-ia32-inl.h
assembler-loong64-inl.h
assembler-mips64-inl.h
assembler-ppc-inl.h
assembler-riscv-inl.h
assembler-s390-inl.h
assembler-x64-inl.h
assembler.h
src
codegen
assembler-inl.h
Generated on Sun Apr 6 2025 21:08:50 for v8 by
1.12.0