![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/codegen/interface-descriptors-inl.h"#include "src/codegen/loong64/assembler-loong64-inl.h"#include "src/codegen/machine-type.h"#include "src/compiler/linkage.h"#include "src/heap/mutable-page-metadata.h"#include "src/wasm/baseline/liftoff-assembler.h"#include "src/wasm/baseline/parallel-move-inl.h"#include "src/wasm/object-access.h"#include "src/wasm/wasm-linkage.h"#include "src/wasm/wasm-objects.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::wasm |
| namespace | v8::internal::wasm::liftoff |
Macros | |
| #define | ASSEMBLE_ATOMIC_BINOP_EXT(load_linked, store_conditional, size, bin_instr, aligned) |
| #define | ATOMIC_BINOP_CASE(name, inst32, inst64, opcode) |
| #define | ASSEMBLE_ATOMIC_BINOP(load_linked, store_conditional, bin_instr) |
| #define | ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(load_linked, store_conditional, size, aligned) |
| #define | ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_linked, store_conditional) |
| #define | ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT( load_linked, store_conditional, size, aligned) |
| #define | I32_BINOP(name, instruction) |
| #define | I32_BINOP_I(name, instruction) |
| #define | I32_SHIFTOP(name, instruction) |
| #define | I32_SHIFTOP_I(name, instruction, instruction1) |
| #define | I64_BINOP(name, instruction) |
| #define | I64_BINOP_I(name, instruction) |
| #define | I64_SHIFTOP(name, instruction) |
| #define | I64_SHIFTOP_I(name, instruction, instructioni) |
| #define | FP_BINOP(name, instruction) |
| #define | FP_UNOP(name, instruction) |
| #define | FP_UNOP_RETURN_TRUE(name, instruction) |
| #define | SIMD_BINOP(name1, name2) |
| #define | SIMD_BINOP(name1, name2) |
| #define ASSEMBLE_ATOMIC_BINOP | ( | load_linked, | |
| store_conditional, | |||
| bin_instr ) |
Definition at line 841 of file liftoff-assembler-loong64-inl.h.
| #define ASSEMBLE_ATOMIC_BINOP_EXT | ( | load_linked, | |
| store_conditional, | |||
| size, | |||
| bin_instr, | |||
| aligned ) |
Definition at line 777 of file liftoff-assembler-loong64-inl.h.
| #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER | ( | load_linked, | |
| store_conditional ) |
Definition at line 954 of file liftoff-assembler-loong64-inl.h.
| #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT | ( | load_linked, | |
| store_conditional, | |||
| size, | |||
| aligned ) |
Definition at line 970 of file liftoff-assembler-loong64-inl.h.
| #define ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT | ( | load_linked, | |
| store_conditional, | |||
| size, | |||
| aligned ) |
Definition at line 896 of file liftoff-assembler-loong64-inl.h.
| #define ATOMIC_BINOP_CASE | ( | name, | |
| inst32, | |||
| inst64, | |||
| opcode ) |
Definition at line 795 of file liftoff-assembler-loong64-inl.h.
| #define FP_BINOP | ( | name, | |
| instruction ) |
Definition at line 1533 of file liftoff-assembler-loong64-inl.h.
| #define FP_UNOP | ( | name, | |
| instruction ) |
Definition at line 1538 of file liftoff-assembler-loong64-inl.h.
| #define FP_UNOP_RETURN_TRUE | ( | name, | |
| instruction ) |
Definition at line 1542 of file liftoff-assembler-loong64-inl.h.
| #define I32_BINOP | ( | name, | |
| instruction ) |
Definition at line 1283 of file liftoff-assembler-loong64-inl.h.
| #define I32_BINOP_I | ( | name, | |
| instruction ) |
Definition at line 1299 of file liftoff-assembler-loong64-inl.h.
| #define I32_SHIFTOP | ( | name, | |
| instruction ) |
Definition at line 1328 of file liftoff-assembler-loong64-inl.h.
| #define I32_SHIFTOP_I | ( | name, | |
| instruction, | |||
| instruction1 ) |
Definition at line 1333 of file liftoff-assembler-loong64-inl.h.
| #define I64_BINOP | ( | name, | |
| instruction ) |
Definition at line 1412 of file liftoff-assembler-loong64-inl.h.
| #define I64_BINOP_I | ( | name, | |
| instruction ) |
Definition at line 1428 of file liftoff-assembler-loong64-inl.h.
| #define I64_SHIFTOP | ( | name, | |
| instruction ) |
Definition at line 1442 of file liftoff-assembler-loong64-inl.h.
| #define I64_SHIFTOP_I | ( | name, | |
| instruction, | |||
| instructioni ) |
Definition at line 1447 of file liftoff-assembler-loong64-inl.h.
| #define SIMD_BINOP | ( | name1, | |
| name2 ) |
Definition at line 2110 of file liftoff-assembler-loong64-inl.h.
| #define SIMD_BINOP | ( | name1, | |
| name2 ) |
Definition at line 2110 of file liftoff-assembler-loong64-inl.h.